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 java.lang.Object implements CoordinateFilter
-
-
Constructor Summary
Constructors Constructor Description VertexInMaskCountCoordinateFilter(Envelope mask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(Coordinate coord)Performs an operation with thecoord.intgetCount()
-
-
-
Field Detail
-
mask
private Envelope mask
-
count
private int count
-
-
Constructor Detail
-
VertexInMaskCountCoordinateFilter
public VertexInMaskCountCoordinateFilter(Envelope mask)
-
-
Method Detail
-
filter
public void filter(Coordinate coord)
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()
-
-