| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateWithinTolerancePointEquality
A
PointEquality that considers Points to be equal when their coordinates
are within a specified tolerance of each other. |
class |
ExactCoordinatePointEquality
A
PointEquality implementation that considers two Points to be equal if and only if
the have the same coordinates. |
| Constructor and Description |
|---|
GeometryPointEquality(PointEquality pointEq)
Constructs an instance that uses the specified
PointEquality to determine
whether the Geometrys have the same Points. |
PointCollectionPointEquality(PointEquality pointEquality) |
Copyright © 2015 geolatte.org. All rights reserved.