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

Packages that use DirectionPropertyType
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DirectionPropertyType
 DirectionPropertyType ObjectFactory.createDirectionPropertyType()
          Create an instance of DirectionPropertyType
 DirectionPropertyType MovingObjectStatusType.getBearing()
          Gets the value of the bearing property.
 DirectionPropertyType DirectedObservationType.getDirection()
          Gets the value of the direction property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DirectionPropertyType
 javax.xml.bind.JAXBElement<DirectionPropertyType> ObjectFactory.createDirection(DirectionPropertyType value)
          Create an instance of JAXBElement<DirectionPropertyType>}
 void MovingObjectStatusType.setBearing(DirectionPropertyType value)
          Sets the value of the bearing property.
 void DirectedObservationType.setDirection(DirectionPropertyType value)
          Sets the value of the direction property.