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

Packages that use QuantityExtent
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
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.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)
           
 

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