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