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 TypeMethodDescriptionvoidfilter(Coordinate coord) Performs an operation with thecoord.intgetCount()
-
Field Details
-
mask
-
count
private int count
-
-
Constructor Details
-
VertexInMaskCountCoordinateFilter
-
-
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.
-
getCount
public int getCount()
-