Package | Description |
---|---|
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 |
---|---|
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
|
Copyright © 2020. All rights reserved.