Package net.opengis.gml.v32.impl
Class MeasureImpl
java.lang.Object
net.opengis.gml.v32.impl.MeasureImpl
- All Implemented Interfaces:
Serializable
,Measure
POJO class for XML type MeasureType(@http://www.opengis.net/gml/3.2).
This is a list type whose items are java.lang.String.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected double value -
uom
-
-
Constructor Details
-
MeasureImpl
public MeasureImpl() -
MeasureImpl
-
-
Method Details
-
getValue
public double getValue() -
setValue
public void setValue(double value) Description copied from interface:Measure
Sets the measured value -
getUom
Gets the uom property -
setUom
Sets the uom property
-