Uses of Class
com.rometools.modules.georss.geometries.PositionList
-
Packages that use PositionList 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. -
-
Uses of PositionList in com.rometools.modules.georss.geometries
Methods in com.rometools.modules.georss.geometries that return PositionList Modifier and Type Method Description PositionListLinearRing. getPositionList()Get the position listPositionListLineString. getPositionList()Get the position listMethods in com.rometools.modules.georss.geometries with parameters of type PositionList Modifier and Type Method Description voidLinearRing. setPositionList(PositionList posList)Set the position listvoidLineString. setPositionList(PositionList posList)Set the position listConstructors in com.rometools.modules.georss.geometries with parameters of type PositionList Constructor Description LinearRing(PositionList posList)LineString(PositionList posList)Construct object from a position list
-