Uses of Class
com.rometools.modules.georss.geometries.Position
-
Packages that use Position Package Description com.rometools.modules.georss This package contains classes to enable the rome rss library with georss support.com.rometools.modules.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 com.rometools.modules.georss
Methods in com.rometools.modules.georss that return Position Modifier and Type Method Description PositionGeoRSSModule. getPosition()Convenience method to return point geometry.Methods in com.rometools.modules.georss with parameters of type Position Modifier and Type Method Description voidGeoRSSModule. setPosition(Position pos)Convenience method to set point geometry. -
Uses of Position in com.rometools.modules.georss.geometries
Methods in com.rometools.modules.georss.geometries that return Position Modifier and Type Method Description PositionPoint. getPosition()Get the positionMethods in com.rometools.modules.georss.geometries with parameters of type Position Modifier and Type Method Description voidPoint. setPosition(Position pos)Set the positionConstructors in com.rometools.modules.georss.geometries with parameters of type Position Constructor Description Point(Position pos)
-