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.
|
Modifier and Type | Method and Description |
---|---|
Position |
GeoRSSModule.getPosition()
Convenience method to return point geometry.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoRSSModule.setPosition(Position pos)
Convenience method to set point geometry.
|
Modifier and Type | Field and Description |
---|---|
private Position |
Point.pos |
Modifier and Type | Method and Description |
---|---|
Position |
Point.getPosition()
Get the position
|
Modifier and Type | Method and Description |
---|---|
void |
Point.setPosition(Position pos)
Set the position
|
Constructor and Description |
---|
Point(Position pos) |