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

Packages that use QuantityExtent
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.model.gml.valueObjects   
 

Uses of QuantityExtent in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type QuantityExtent
 QuantityExtentType GMLMarshaller.marshalQuantityExtent(QuantityExtent src)
           
 

Uses of QuantityExtent in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return QuantityExtent
 QuantityExtent GMLUnmarshaller.unmarshalQuantityExtent(QuantityExtentType src)
           
 

Uses of QuantityExtent in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return QuantityExtent
 QuantityExtent GMLFactory.createQuantityExtent()
           
 

Methods in org.citygml4j.factory with parameters of type QuantityExtent
 ValueExtent GMLFactory.createValueExtent(QuantityExtent quantityExtent)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement QuantityExtent
 class QuantityExtentImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return QuantityExtent
 QuantityExtent ValueExtentImpl.getQuantityExtent()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type QuantityExtent
 void ValueExtentImpl.setQuantityExtent(QuantityExtent quantityExtent)
           
 

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type QuantityExtent
ValueExtentImpl(QuantityExtent quantityExtent)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects that return QuantityExtent
 QuantityExtent ValueExtent.getQuantityExtent()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type QuantityExtent
 void ValueExtent.setQuantityExtent(QuantityExtent quantityExtent)