Uses of Class
org.citygml4j.model.gml.valueObjects.ValueExtent

Packages that use ValueExtent
org.citygml4j.model.gml.valueObjects   
 

Uses of ValueExtent in org.citygml4j.model.gml.valueObjects
 

Methods in org.citygml4j.model.gml.valueObjects that return ValueExtent
 ValueExtent ValueObject.getValueExtent()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type ValueExtent
 void ValueObject.setValueExtent(ValueExtent valueExtent)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type ValueExtent
ValueObject(ValueExtent valueExtent)