|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PositionList | |
---|---|
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 PositionList in com.sun.syndication.feed.module.georss.geometries |
---|
Methods in com.sun.syndication.feed.module.georss.geometries that return PositionList | |
---|---|
PositionList |
LineString.getPositionList()
Get the position list |
PositionList |
LinearRing.getPositionList()
Get the position list |
Methods in com.sun.syndication.feed.module.georss.geometries with parameters of type PositionList | |
---|---|
void |
LineString.setPositionList(PositionList posList)
Set the position list |
void |
LinearRing.setPositionList(PositionList posList)
Set the position list |
Constructors in com.sun.syndication.feed.module.georss.geometries with parameters of type PositionList | |
---|---|
LinearRing(PositionList posList)
|
|
LineString(PositionList posList)
Construct object from a position list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |