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

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

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

Methods in org.citygml4j.model.gml.valueObjects that return CountExtent
 CountExtent ValueExtent.getCountExtent()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type CountExtent
 void ValueExtent.setCountExtent(CountExtent countExtent)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type CountExtent
ValueExtent(CountExtent countExtent)