Uses of Package
com.sun.syndication.feed.module.georss.geometries

Packages that use com.sun.syndication.feed.module.georss.geometries
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. 
 

Classes in com.sun.syndication.feed.module.georss.geometries used by com.sun.syndication.feed.module.georss
AbstractGeometry
          Abstract base class for geometries.
Position
          A two dimensional position represented by latitude and longitude decimal degrees in WGS84
 

Classes in com.sun.syndication.feed.module.georss.geometries used by com.sun.syndication.feed.module.georss.geometries
AbstractCurve
          Abstract base class for Curves (linear objects)
AbstractGeometricPrimitive
          Abstract base class for geometric primitives (non-composite geometric objects)
AbstractGeometry
          Abstract base class for geometries.
AbstractRing
          Abstract base class for rings (closed linear objects used for polygon borders)
AbstractSurface
          Abstract base class for surface (area) objects
Position
          A two dimensional position represented by latitude and longitude decimal degrees in WGS84
PositionList
          A list of geographic positions, latitude, longitude decimal degrees WGS84