Uses of Class
org.citygml4j.jaxb.gml._3_1_1.QuantityExtentType

Packages that use QuantityExtentType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return QuantityExtentType
 QuantityExtentType GMLMarshaller.marshalQuantityExtent(QuantityExtent src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type QuantityExtentType
 QuantityExtent GMLUnmarshaller.unmarshalQuantityExtent(QuantityExtentType src)
           
 

Uses of QuantityExtentType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return QuantityExtentType
 QuantityExtentType ObjectFactory.createQuantityExtentType()
          Create an instance of QuantityExtentType
 QuantityExtentType ValuePropertyType.getQuantityExtent()
          Gets the value of the quantityExtent property.
 QuantityExtentType RangeParametersType.getQuantityExtent()
          Gets the value of the quantityExtent property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type QuantityExtentType
 javax.xml.bind.JAXBElement<QuantityExtentType> ObjectFactory.createQuantityExtent(QuantityExtentType value)
          Create an instance of JAXBElement<QuantityExtentType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type QuantityExtentType
 javax.xml.bind.JAXBElement<QuantityExtentType> ObjectFactory.createQuantityExtent(QuantityExtentType value)
          Create an instance of JAXBElement<QuantityExtentType>}
 void ValuePropertyType.setQuantityExtent(QuantityExtentType value)
          Sets the value of the quantityExtent property.
 void RangeParametersType.setQuantityExtent(QuantityExtentType value)
          Sets the value of the quantityExtent property.