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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return PriorityLocationPropertyType
 PriorityLocationPropertyType GMLMarshaller.marshalPriorityLocationProperty(PriorityLocationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type PriorityLocationPropertyType
 PriorityLocationProperty GMLUnmarshaller.unmarshalPriorityLocationProperty(PriorityLocationPropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return PriorityLocationPropertyType
 PriorityLocationPropertyType ObjectFactory.createPriorityLocationPropertyType()
          Create an instance of PriorityLocationPropertyType
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type PriorityLocationPropertyType
 javax.xml.bind.JAXBElement<PriorityLocationPropertyType> ObjectFactory.createPriorityLocation(PriorityLocationPropertyType value)
          Create an instance of JAXBElement<PriorityLocationPropertyType>}