Uses of Class
net.opengis.gml.schema.PosList

Packages that use PosList
net.opengis.gml.schema   
 

Uses of PosList in net.opengis.gml.schema
 

Fields in net.opengis.gml.schema declared as PosList
protected  PosList LineStringSegmentType.posList
           
protected  PosList LinearRingType.posList
           
protected  PosList LineStringType.posList
           
 

Methods in net.opengis.gml.schema that return PosList
 PosList ObjectFactory.createPosList()
          Create an instance of PosList
 PosList LineStringSegmentType.getPosList()
          Gets the value of the posList property.
 PosList LinearRingType.getPosList()
          The "posList" element provides a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this ring only.
 PosList LineStringType.getPosList()
          Gets the value of the posList property.
 

Methods in net.opengis.gml.schema with parameters of type PosList
 void LineStringSegmentType.setPosList(PosList value)
          Sets the value of the posList property.
 void LinearRingType.setPosList(PosList value)
          Sets the value of the posList property.
 void LineStringType.setPosList(PosList value)
          Sets the value of the posList property.
 



Copyright © 2011 TRiDaS. All Rights Reserved.