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