| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComplexPointCollection
A
PointCollection that contains other PointCollections. |
interface |
PointSequence
A
PointCollection that consists of a sequence of Points. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyPointSequence
Represents an empty
PointSequence. |
| Modifier and Type | Field and Description |
|---|---|
protected PointCollection |
GeometryCollection.points |
| Modifier and Type | Method and Description |
|---|---|
protected static PointCollection |
Geometry.collectPointSets(Geometry[] geometries)
Collects all PointSets in the Geometry array into a (complex) PointCollection.
|
static PointCollection |
PointCollectionFactory.create(PointCollection[] pointCollections)
Creates a
PointCollection from the specified array of PointCollections. |
PointCollection |
Polygon.getPoints() |
PointCollection |
GeometryCollection.getPoints() |
abstract PointCollection |
Geometry.getPoints()
Returns the
PointCollection that is associated with this instance |
PointCollection[] |
ComplexPointCollection.getPointSets()
Returns the constituent
PointCollections of this instance. |
| Modifier and Type | Method and Description |
|---|---|
static PointCollection |
PointCollectionFactory.create(PointCollection[] pointCollections)
Creates a
PointCollection from the specified array of PointCollections. |
boolean |
PointCollectionPointEquality.equals(PointCollection first,
PointCollection second) |
boolean |
PointCollectionEquality.equals(PointCollection first,
PointCollection second)
Tests whether two
PointSequences are equal. |
Copyright © 2015 geolatte.org. All rights reserved.