private static class SimpleMinimumClearance.VertexCoordinateFilter extends java.lang.Object implements CoordinateFilter
| Modifier and Type | Field and Description |
|---|---|
(package private) SimpleMinimumClearance |
smc |
| Constructor and Description |
|---|
VertexCoordinateFilter(SimpleMinimumClearance smc) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(Coordinate coord)
Performs an operation with the
coord. |
SimpleMinimumClearance smc
public VertexCoordinateFilter(SimpleMinimumClearance smc)
public void filter(Coordinate coord)
CoordinateFiltercoord.
There is no guarantee that the coordinate is the actual object stored in the target geometry.filter in interface CoordinateFiltercoord - a Coordinate to which the filter is applied.