Package org.locationtech.jts.precision
Class SimpleMinimumClearance.VertexCoordinateFilter
- java.lang.Object
-
- org.locationtech.jts.precision.SimpleMinimumClearance.VertexCoordinateFilter
-
- All Implemented Interfaces:
CoordinateFilter
- Enclosing class:
- SimpleMinimumClearance
private static class SimpleMinimumClearance.VertexCoordinateFilter extends java.lang.Object implements CoordinateFilter
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SimpleMinimumClearance
smc
-
Constructor Summary
Constructors Constructor Description VertexCoordinateFilter(SimpleMinimumClearance smc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filter(Coordinate coord)
Performs an operation with thecoord
.
-
-
-
Field Detail
-
smc
SimpleMinimumClearance smc
-
-
Constructor Detail
-
VertexCoordinateFilter
public VertexCoordinateFilter(SimpleMinimumClearance smc)
-
-
Method Detail
-
filter
public void filter(Coordinate coord)
Description copied from interface:CoordinateFilter
Performs an operation with thecoord
. There is no guarantee that the coordinate is the actual object stored in the target geometry.- Specified by:
filter
in interfaceCoordinateFilter
- Parameters:
coord
- aCoordinate
to which the filter is applied.
-
-