|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Position | |
---|---|
com.sun.syndication.feed.module.georss | This package contains classes to enable the rome rss library with georss support. |
com.sun.syndication.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 com.sun.syndication.feed.module.georss |
---|
Methods in com.sun.syndication.feed.module.georss that return Position | |
---|---|
Position |
GeoRSSModule.getPosition()
Convenience method to return point geometry. |
Methods in com.sun.syndication.feed.module.georss with parameters of type Position | |
---|---|
void |
GeoRSSModule.setPosition(Position pos)
Convenience method to set point geometry. |
Uses of Position in com.sun.syndication.feed.module.georss.geometries |
---|
Methods in com.sun.syndication.feed.module.georss.geometries that return Position | |
---|---|
Position |
Point.getPosition()
Get the position |
Methods in com.sun.syndication.feed.module.georss.geometries with parameters of type Position | |
---|---|
void |
Point.setPosition(Position pos)
Set the position |
Constructors in com.sun.syndication.feed.module.georss.geometries with parameters of type Position | |
---|---|
Point(Position pos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |