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()
          Gets the value of the location property.
 DirectPositionType EnvelopeType.getLowerCorner()
          Gets the value of the lowerCorner property.
 DirectPositionType PointType.getPos()
          Gets the value of the pos property.
 DirectPositionType ArcByCenterPointType.getPos()
          Gets the value of the pos property.
 DirectPositionType EnvelopeType.getUpperCorner()
          Gets the value of the upperCorner property.
 

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)
          Sets the value of the location property.
 void EnvelopeType.setLowerCorner(DirectPositionType value)
          Sets the value of the lowerCorner property.
 void PointType.setPos(DirectPositionType value)
          Sets the value of the pos property.
 void ArcByCenterPointType.setPos(DirectPositionType value)
          Sets the value of the pos property.
 void EnvelopeType.setUpperCorner(DirectPositionType value)
          Sets the value of the upperCorner property.
 

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.