| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExactPositionEquality
A
PositionEquality implementation that considers two Positions to be equal if and only if
the have the same coordinates. |
class |
WithinTolerancePositionEquality
A
PositionEquality that considers Points to be equal when their coordinates
are within a specified tolerance of each other. |
| Constructor and Description |
|---|
GeometryPositionEquality(PositionEquality pointEq)
Constructs an instance that uses the specified
PositionEquality to determine
whether the Geometrys have the same Positionss. |
PositionSequencePositionEquality(PositionEquality positionEquality) |
Copyright © 2023 geolatte.org. All rights reserved.