Class TopologyStretcher.VertexInMaskCountCoordinateFilter
java.lang.Object
org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher.VertexInMaskCountCoordinateFilter
- All Implemented Interfaces:
CoordinateFilter
- Enclosing class:
TopologyStretcher
private static class TopologyStretcher.VertexInMaskCountCoordinateFilter
extends Object
implements CoordinateFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
filter
(Coordinate coord) Performs an operation with thecoord
.int
getCount()
-
Field Details
-
mask
-
count
private int count
-
-
Constructor Details
-
VertexInMaskCountCoordinateFilter
-
-
Method Details
-
filter
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.
-
getCount
public int getCount()
-