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


Method Summary
 java.lang.String getUom()
           
 double getValue()
           
 boolean isSetUom()
           
 boolean isSetValue()
           
 void setUom(java.lang.String uom)
           
 void setValue(double value)
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

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)