Package 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. The geometry objects closely mimics the model
used for the geometry part of GML
3.1.1 "simple features", and supports the whole GeoRSS GML profile.
-
Class Summary Class Description 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) objectsEnvelope Envelope, a bounding box spanned by an upper right and lower left corner point.LinearRing Linear boundary object constructed by linear interpolation between points.LineString Linear object constructed by linear interpolation between pointsPoint Point object, contains a positionPolygon Polygon, a surface object bounded by one external ring and zero or more internal ringsPosition A two dimensional position represented by latitude and longitude decimal degrees in WGS84PositionList A list of geographic positions, latitude, longitude decimal degrees WGS84