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

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

Uses of CountExtent in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CountExtent
 CountExtent GMLFactory.createCountExtent()
           
 

Methods in org.citygml4j.factory with parameters of type CountExtent
 ValueExtent GMLFactory.createValueExtent(CountExtent countExtent)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement CountExtent
 class CountExtentImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return CountExtent
 CountExtent ValueExtentImpl.getCountExtent()
           
 

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

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type CountExtent
ValueExtentImpl(CountExtent countExtent)
           
 

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)