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