Class PointExtracter
java.lang.Object
org.locationtech.jts.geom.util.PointExtracter
- All Implemented Interfaces:
GeometryFilter
- Version:
- 1.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPointExtracter(List pts) Constructs a PointExtracterFilter with a list in which to store Points found. -
Method Summary
-
Constructor Details
-
PointExtracter
Constructs a PointExtracterFilter with a list in which to store Points found.
-
-
Method Details
-
getPoints
-
getPoints
-
filter
Description copied from interface:GeometryFilterPerforms an operation with or ongeom.- Specified by:
filterin interfaceGeometryFilter- Parameters:
geom- aGeometryto which the filter is applied.
-