Uses of Class
org.citygml4j.model.gml.geometry.primitives.DirectPositionList

Packages that use DirectPositionList
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.model.gml.geometry.primitives   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type DirectPositionList
 DirectPositionListType GMLMarshaller.marshalDirectPositionList(DirectPositionList src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return DirectPositionList
 DirectPositionList GMLUnmarshaller.unmarshalDirectPositionList(DirectPositionListType src)
           
 

Uses of DirectPositionList in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DirectPositionList
 DirectPositionList GMLGeometryFactory.createDirectPositionList(double[] coordinates, int dim)
           
 DirectPositionList GMLGeometryFactory.createDirectPositionList(java.util.List<java.lang.Double> coordinates, int dim)
           
 

Uses of DirectPositionList in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return DirectPositionList
 DirectPositionList LineStringSegment.getPosList()
           
 DirectPositionList LineString.getPosList()
           
 DirectPositionList LinearRing.getPosList()
           
 DirectPositionList ControlPoint.getPosList()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type DirectPositionList
 void LineStringSegment.setPosList(DirectPositionList posList)
           
 void LineString.setPosList(DirectPositionList posList)
           
 void LinearRing.setPosList(DirectPositionList posList)
           
 void ControlPoint.setPosList(DirectPositionList posList)