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.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearRing
Linear boundary object constructed by linear interpolation between points.
|
Modifier and Type | Field and Description |
---|---|
private AbstractRing |
Polygon.exterior |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AbstractRing> |
Polygon.interior |
Modifier and Type | Method and Description |
---|---|
AbstractRing |
Polygon.getExterior()
Retrieve the outer border
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractRing> |
Polygon.getInterior()
Retrieve the inner border
|
Modifier and Type | Method and Description |
---|---|
void |
Polygon.setExterior(AbstractRing exterior)
Set the outer border
|
Modifier and Type | Method and Description |
---|---|
void |
Polygon.setInterior(java.util.List<AbstractRing> interior)
Set the list of inner borders (holes)
|