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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DirectionVectorType
 DirectionVectorType ObjectFactory.createDirectionVectorType()
          Create an instance of DirectionVectorType
 DirectionVectorType DirectionPropertyType.getDirectionVector()
          Ruft den Wert der directionVector-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DirectionVectorType
 javax.xml.bind.JAXBElement<DirectionVectorType> ObjectFactory.createDirectionVector(DirectionVectorType value)
          Create an instance of JAXBElement<DirectionVectorType>}
 void DirectionPropertyType.setDirectionVector(DirectionVectorType value)
          Legt den Wert der directionVector-Eigenschaft fest.