Uses of Class
com.rometools.modules.georss.geometries.AbstractGeometricPrimitive
-
Packages that use AbstractGeometricPrimitive Package Description 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. -
-
Uses of AbstractGeometricPrimitive in com.rometools.modules.georss.geometries
Subclasses of AbstractGeometricPrimitive in com.rometools.modules.georss.geometries Modifier and Type Class Description classAbstractCurveAbstract base class for Curves (linear objects)classAbstractSurfaceAbstract base class for surface (area) objectsclassLineStringLinear object constructed by linear interpolation between pointsclassPointPoint object, contains a positionclassPolygonPolygon, a surface object bounded by one external ring and zero or more internal rings
-