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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return DirectPositionType
 DirectPositionType GMLMarshaller.marshalDirectPosition(DirectPosition src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type DirectPositionType
 DirectPosition GMLUnmarshaller.unmarshalDirectPosition(DirectPositionType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DirectPositionType
 DirectPositionType ObjectFactory.createDirectPositionType()
          Create an instance of DirectPositionType
 DirectPositionType AffinePlacementType.getLocation()
          Ruft den Wert der location-Eigenschaft ab.
 DirectPositionType EnvelopeType.getLowerCorner()
          Ruft den Wert der lowerCorner-Eigenschaft ab.
 DirectPositionType PointType.getPos()
          Ruft den Wert der pos-Eigenschaft ab.
 DirectPositionType ArcByCenterPointType.getPos()
          Ruft den Wert der pos-Eigenschaft ab.
 DirectPositionType EnvelopeType.getUpperCorner()
          Ruft den Wert der upperCorner-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type DirectPositionType
 javax.xml.bind.JAXBElement<DirectPositionType> ObjectFactory.createPos(DirectPositionType value)
          Create an instance of JAXBElement<DirectPositionType>}
 java.util.List<DirectPositionType> EnvelopeType.getPos()
          Deprecated with GML version 3.1.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DirectPositionType
 javax.xml.bind.JAXBElement<DirectPositionType> ObjectFactory.createPos(DirectPositionType value)
          Create an instance of JAXBElement<DirectPositionType>}
 void AffinePlacementType.setLocation(DirectPositionType value)
          Legt den Wert der location-Eigenschaft fest.
 void EnvelopeType.setLowerCorner(DirectPositionType value)
          Legt den Wert der lowerCorner-Eigenschaft fest.
 void PointType.setPos(DirectPositionType value)
          Legt den Wert der pos-Eigenschaft fest.
 void ArcByCenterPointType.setPos(DirectPositionType value)
          Legt den Wert der pos-Eigenschaft fest.
 void EnvelopeType.setUpperCorner(DirectPositionType value)
          Legt den Wert der upperCorner-Eigenschaft fest.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type DirectPositionType
 void EnvelopeType.setPos(java.util.List<DirectPositionType> pos)
          Deprecated with GML version 3.1.