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 | Method and Description |
---|---|
AbstractRing |
Polygon.getExterior()
Retrieve the outer border
|
Modifier and Type | Method and Description |
---|---|
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(List<AbstractRing> interior)
Set the list of inner borders (holes)
|
Copyright © 2020. All rights reserved.