Uses of Class
org.rometools.feed.module.georss.geometries.AbstractRing

Packages that use AbstractRing
org.rometools.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 AbstractRing in org.rometools.feed.module.georss.geometries
 

Subclasses of AbstractRing in org.rometools.feed.module.georss.geometries
 class LinearRing
          Linear boundary object constructed by linear interpolation between points.
 

Methods in org.rometools.feed.module.georss.geometries that return AbstractRing
 AbstractRing Polygon.getExterior()
          Retrieve the outer border
 

Methods in org.rometools.feed.module.georss.geometries with parameters of type AbstractRing
 void Polygon.setExterior(AbstractRing exterior)
          Set the outer border
 



Copyright © 2013 ROME Project. All Rights Reserved.