org.citygml4j.model.gml.basicTypes
Interface Measure
- All Superinterfaces:
- Child, Copyable, GML, ModelObject
- All Known Subinterfaces:
- Length, Speed
- All Known Implementing Classes:
- LengthImpl, MeasureImpl, SpeedImpl
public interface Measure
- extends GML, Child, Copyable
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getValue
double getValue()
getUom
java.lang.String getUom()
isSetValue
boolean isSetValue()
isSetUom
boolean isSetUom()
setValue
void setValue(double value)
setUom
void setUom(java.lang.String uom)