Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
Modifier and Type | Class and Description |
---|---|
class |
CoordinateWithinTolerancePointEquality
A
PointEquality that considers Point s to be equal when their coordinates
are within a specified tolerance of each other. |
class |
ExactCoordinatePointEquality
A
PointEquality implementation that considers two Point s 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 Geometry s have the same Point s. |
PointCollectionPointEquality(PointEquality pointEquality) |
Copyright © 2015 geolatte.org. All rights reserved.