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

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

Subclasses of AbstractGeometricPrimitive in com.sun.syndication.feed.module.georss.geometries
 class AbstractCurve
          Abstract base class for Curves (linear objects)
 class AbstractSurface
          Abstract base class for surface (area) objects
 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