Uses of Class
org.citygml4j.model.gml.feature.PriorityLocationProperty

Packages that use PriorityLocationProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type PriorityLocationProperty
 PriorityLocationPropertyType GMLMarshaller.marshalPriorityLocationProperty(PriorityLocationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return PriorityLocationProperty
 PriorityLocationProperty GMLUnmarshaller.unmarshalPriorityLocationProperty(PriorityLocationPropertyType src)