Uses of Class
com.sun.syndication.feed.module.georss.geometries.AbstractGeometry

Packages that use AbstractGeometry
com.sun.syndication.feed.module.georss This package contains classes to enable the rome rss library with georss support. 
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 AbstractGeometry in com.sun.syndication.feed.module.georss
 

Fields in com.sun.syndication.feed.module.georss declared as AbstractGeometry
protected  AbstractGeometry GeoRSSModule.geometry
           
 

Methods in com.sun.syndication.feed.module.georss that return AbstractGeometry
 AbstractGeometry GeoRSSModule.getGeometry()
          returns the geometry
 

Methods in com.sun.syndication.feed.module.georss with parameters of type AbstractGeometry
 void GeoRSSModule.setGeometry(AbstractGeometry geometry)
          Set geometry of georss element
 

Uses of AbstractGeometry in com.sun.syndication.feed.module.georss.geometries
 

Subclasses of AbstractGeometry in com.sun.syndication.feed.module.georss.geometries
 class AbstractCurve
          Abstract base class for Curves (linear objects)
 class AbstractGeometricPrimitive
          Abstract base class for geometric primitives (non-composite geometric objects)
 class AbstractSurface
          Abstract base class for surface (area) objects
 class Envelope
          Envelope, a bounding box spanned by an upper right and lower left corner point.
 class LineString
          Linear object constructed by linear interpolation between points
 class Point
          Point object, contains a position
 class Polygon
          Polygon, a surface object bounded by one external ring and zero or more internal rings