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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return LocationPropertyType
 LocationPropertyType GMLMarshaller.marshalLocationProperty(LocationProperty src)
           
 

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

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

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

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

Subclasses of LocationPropertyType in org.citygml4j.jaxb.gml._3_1_1
 class PriorityLocationPropertyType
          Deprecated in GML 3.1.0 Java-Klasse für PriorityLocationPropertyType complex type.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type LocationPropertyType
 javax.xml.bind.JAXBElement<LocationPropertyType> ObjectFactory.createLocation(LocationPropertyType value)
          Create an instance of JAXBElement<LocationPropertyType>}
 javax.xml.bind.JAXBElement<? extends LocationPropertyType> MovingObjectStatusType.getLocation()
          Ruft den Wert der location-Eigenschaft ab.
 javax.xml.bind.JAXBElement<? extends LocationPropertyType> AbstractFeatureType.getLocation()
          deprecated in GML version 3.1
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type LocationPropertyType
 void MovingObjectStatusType.setLocation(javax.xml.bind.JAXBElement<? extends LocationPropertyType> value)
          Legt den Wert der location-Eigenschaft fest.
 void AbstractFeatureType.setLocation(javax.xml.bind.JAXBElement<? extends LocationPropertyType> value)
          Legt den Wert der location-Eigenschaft fest.