Package net.opengis.gml.v32
Interface Measure
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MeasureImpl
POJO class for XML type MeasureType(@http://www.opengis.net/gml/3.2).
This is a complex type.
-
Method Summary
-
Method Details
-
getValue
double getValue()- Returns:
- the measured value
-
setValue
void setValue(double value) Sets the measured value- Parameters:
value
- decimal value
-
getUom
String getUom()- Returns:
- the uom property
-
setUom
Sets the uom property- Parameters:
uom
- URI or UCUM code
-