| 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 |
|---|---|
private static PositionList |
SimpleParser.parsePosList(org.jdom2.Element element) |
private static PositionList |
GMLParser.parsePosList(org.jdom2.Element element) |
| Modifier and Type | Method and Description |
|---|---|
private org.jdom2.Element |
GMLGenerator.createPosListElement(PositionList posList) |
private java.lang.String |
SimpleGenerator.posListToString(PositionList posList) |
| Modifier and Type | Field and Description |
|---|---|
private PositionList |
LinearRing.posList |
private PositionList |
LineString.posList |
| Modifier and Type | Method and Description |
|---|---|
PositionList |
LinearRing.getPositionList()
Get the position list
|
PositionList |
LineString.getPositionList()
Get the position list
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinearRing.setPositionList(PositionList posList)
Set the position list
|
void |
LineString.setPositionList(PositionList posList)
Set the position list
|
| Constructor and Description |
|---|
LinearRing(PositionList posList) |
LineString(PositionList posList)
Construct object from a position list
|