Uses of Class
com.rometools.modules.georss.geometries.AbstractRing
-
Packages that use AbstractRing 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 AbstractRing in com.rometools.modules.georss.geometries
Subclasses of AbstractRing in com.rometools.modules.georss.geometries Modifier and Type Class Description classLinearRingLinear boundary object constructed by linear interpolation between points.Methods in com.rometools.modules.georss.geometries that return AbstractRing Modifier and Type Method Description AbstractRingPolygon. getExterior()Retrieve the outer borderMethods in com.rometools.modules.georss.geometries that return types with arguments of type AbstractRing Modifier and Type Method Description List<AbstractRing>Polygon. getInterior()Retrieve the inner borderMethods in com.rometools.modules.georss.geometries with parameters of type AbstractRing Modifier and Type Method Description voidPolygon. setExterior(AbstractRing exterior)Set the outer borderMethod parameters in com.rometools.modules.georss.geometries with type arguments of type AbstractRing Modifier and Type Method Description voidPolygon. setInterior(List<AbstractRing> interior)Set the list of inner borders (holes)
-