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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return DirectPositionListType
 DirectPositionListType GMLMarshaller.marshalDirectPositionList(DirectPositionList src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type DirectPositionListType
 DirectPositionList GMLUnmarshaller.unmarshalDirectPositionList(DirectPositionListType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DirectPositionListType
 DirectPositionListType ObjectFactory.createDirectPositionListType()
          Create an instance of DirectPositionListType
 DirectPositionListType TinType.ControlPoint.getPosList()
          Gets the value of the posList property.
 DirectPositionListType LineStringType.getPosList()
          Gets the value of the posList property.
 DirectPositionListType LineStringSegmentType.getPosList()
          Gets the value of the posList property.
 DirectPositionListType LinearRingType.getPosList()
          Gets the value of the posList property.
 DirectPositionListType GeodesicStringType.getPosList()
          Gets the value of the posList property.
 DirectPositionListType CubicSplineType.getPosList()
          Gets the value of the posList property.
 DirectPositionListType BSplineType.getPosList()
          Gets the value of the posList property.
 DirectPositionListType ArcStringType.getPosList()
          Gets the value of the posList property.
 DirectPositionListType ArcStringByBulgeType.getPosList()
          Gets the value of the posList property.
 DirectPositionListType ArcByCenterPointType.getPosList()
          Gets the value of the posList property.
 DirectPositionListType AbstractGriddedSurfaceType.Row.getPosList()
          Gets the value of the posList property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DirectPositionListType
 javax.xml.bind.JAXBElement<DirectPositionListType> ObjectFactory.createPosList(DirectPositionListType value)
          Create an instance of JAXBElement<DirectPositionListType>}
 void TinType.ControlPoint.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void LineStringType.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void LineStringSegmentType.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void LinearRingType.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void GeodesicStringType.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void CubicSplineType.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void BSplineType.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void ArcStringType.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void ArcStringByBulgeType.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void ArcByCenterPointType.setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void AbstractGriddedSurfaceType.Row.setPosList(DirectPositionListType value)
          Sets the value of the posList property.