Package | Description |
---|---|
com.rometools.modules.georss |
This package contains classes to enable the rome rss library with georss support.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractGeometry |
GeoRSSModule.geometry |
Modifier and Type | Method and Description |
---|---|
AbstractGeometry |
GeoRSSModule.getGeometry()
returns the geometry
|
Modifier and Type | Method and Description |
---|---|
void |
GeoRSSModule.setGeometry(AbstractGeometry geometry)
Set geometry of georss element
|
Modifier and Type | Class and Description |
---|---|
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
|
Copyright © 2022. All rights reserved.