Package org.locationtech.jts.precision
Class CommonBitsRemover.CommonCoordinateFilter
java.lang.Object
org.locationtech.jts.precision.CommonBitsRemover.CommonCoordinateFilter
- All Implemented Interfaces:
CoordinateFilter
- Enclosing class:
CommonBitsRemover
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(Coordinate coord) Performs an operation with thecoord.
-
Field Details
-
commonBitsX
-
commonBitsY
-
-
Constructor Details
-
CommonCoordinateFilter
CommonCoordinateFilter()
-
-
Method Details
-
filter
Description copied from interface:CoordinateFilterPerforms an operation with thecoord. There is no guarantee that the coordinate is the actual object stored in the target geometry.- Specified by:
filterin interfaceCoordinateFilter- Parameters:
coord- aCoordinateto which the filter is applied.
-
getCommonCoordinate
-