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

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

Uses of ValueExtent in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ValueExtent
 ValueExtent GMLFactory.createValueExtent()
           
 ValueExtent GMLFactory.createValueExtent(CategoryExtent categoryExtent)
           
 ValueExtent GMLFactory.createValueExtent(CountExtent countExtent)
           
 ValueExtent GMLFactory.createValueExtent(QuantityExtent quantityExtent)
           
 

Methods in org.citygml4j.factory with parameters of type ValueExtent
 ValueObject GMLFactory.createValueObject(ValueExtent valueExtent)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement ValueExtent
 class ValueExtentImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return ValueExtent
 ValueExtent ValueObjectImpl.getValueExtent()
           
 

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

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type ValueExtent
ValueObjectImpl(ValueExtent valueExtent)
           
 

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)