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

Packages that use Position
org.rometools.feed.module.georss This package contains classes to enable the rome rss library with georss support. 
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 Position in org.rometools.feed.module.georss
 

Methods in org.rometools.feed.module.georss that return Position
 Position GeoRSSModule.getPosition()
          Convenience method to return point geometry.
 

Methods in org.rometools.feed.module.georss with parameters of type Position
 void GeoRSSModule.setPosition(Position pos)
          Convenience method to set point geometry.
 

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

Methods in org.rometools.feed.module.georss.geometries that return Position
 Position Point.getPosition()
          Get the position
 

Methods in org.rometools.feed.module.georss.geometries with parameters of type Position
 void Point.setPosition(Position pos)
          Set the position
 

Constructors in org.rometools.feed.module.georss.geometries with parameters of type Position
Point(Position pos)
           
 



Copyright © 2013 ROME Project. All Rights Reserved.