Uses of Class
org.rometools.feed.module.georss.geometries.PositionList

Packages that use PositionList
org.rometools.feed.module.georss.geometries This package contains classes for handling of geometric objects in a geographical context, mainly for use with the GeoRSS library. 
 

Uses of PositionList in org.rometools.feed.module.georss.geometries
 

Methods in org.rometools.feed.module.georss.geometries that return PositionList
 PositionList LinearRing.getPositionList()
          Get the position list
 PositionList LineString.getPositionList()
          Get the position list
 

Methods in org.rometools.feed.module.georss.geometries with parameters of type PositionList
 void LinearRing.setPositionList(PositionList posList)
          Set the position list
 void LineString.setPositionList(PositionList posList)
          Set the position list
 

Constructors in org.rometools.feed.module.georss.geometries with parameters of type PositionList
LinearRing(PositionList posList)
           
LineString(PositionList posList)
          Construct object from a position list
 



Copyright © 2013 ROME Project. All Rights Reserved.