Uses of Interface
org.citygml4j.model.gml.feature.LocationProperty

Packages that use LocationProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.feature   
org.citygml4j.model.gml.feature   
org.citygml4j.xml.io.reader   
org.citygml4j.xml.io.writer   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type LocationProperty
 LocationPropertyType GMLMarshaller.marshalLocationProperty(LocationProperty src)
           
 void GMLMarshaller.marshalLocationProperty(LocationProperty src, LocationPropertyType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return LocationProperty
 LocationProperty GMLUnmarshaller.unmarshalLocationProperty(LocationPropertyType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type LocationProperty
 void GMLUnmarshaller.unmarshalLocationProperty(LocationPropertyType src, LocationProperty dest)
           
 

Uses of LocationProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LocationProperty
 LocationProperty GMLFactory.createLocationProperty()
           
 LocationProperty GMLFactory.createLocationProperty(AbstractGeometry abstractGeometry)
           
 LocationProperty GMLFactory.createLocationProperty(java.lang.String xlink)
           
 

Uses of LocationProperty in org.citygml4j.impl.gml.feature
 

Classes in org.citygml4j.impl.gml.feature that implement LocationProperty
 class LocationPropertyImpl
           
 class PriorityLocationPropertyImpl
           
 

Methods in org.citygml4j.impl.gml.feature that return LocationProperty
 LocationProperty AbstractFeatureImpl.getLocation()
           
 

Methods in org.citygml4j.impl.gml.feature with parameters of type LocationProperty
 void AbstractFeatureImpl.setLocation(LocationProperty location)
           
 

Uses of LocationProperty in org.citygml4j.model.gml.feature
 

Subinterfaces of LocationProperty in org.citygml4j.model.gml.feature
 interface PriorityLocationProperty
           
 

Methods in org.citygml4j.model.gml.feature that return LocationProperty
 LocationProperty AbstractFeature.getLocation()
           
 

Methods in org.citygml4j.model.gml.feature with parameters of type LocationProperty
 void AbstractFeature.setLocation(LocationProperty location)
           
 

Uses of LocationProperty in org.citygml4j.xml.io.reader
 

Methods in org.citygml4j.xml.io.reader that return LocationProperty
 LocationProperty ParentInfo.getLocation()
           
 

Uses of LocationProperty in org.citygml4j.xml.io.writer
 

Methods in org.citygml4j.xml.io.writer that return LocationProperty
 LocationProperty CityModelInfo.getLocation()
           
 

Methods in org.citygml4j.xml.io.writer with parameters of type LocationProperty
 void CityModelInfo.setLocation(LocationProperty location)