Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexPointCollection
A
PointCollection that contains other PointCollection s. |
interface |
PointSequence
A
PointCollection that consists of a sequence of Point s. |
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 PointCollection s. |
PointCollection |
GeometryCollection.getPoints() |
PointCollection |
Polygon.getPoints() |
abstract PointCollection |
Geometry.getPoints()
Returns the
PointCollection that is associated with this instance |
PointCollection[] |
ComplexPointCollection.getPointSets()
Returns the constituent
PointCollection s of this instance. |
Modifier and Type | Method and Description |
---|---|
static PointCollection |
PointCollectionFactory.create(PointCollection[] pointCollections)
Creates a
PointCollection from the specified array of PointCollection s. |
boolean |
PointCollectionEquality.equals(PointCollection first,
PointCollection second)
Tests whether two
PointSequence s are equal. |
boolean |
PointCollectionPointEquality.equals(PointCollection first,
PointCollection second) |
Copyright © 2015 geolatte.org. All rights reserved.