Package org.locationtech.jts.geom.util
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
- Parameters:
geom
- the geometry from which to extractlist
- the list to add the extracted elements to
-
getPoints
- Parameters:
geom
- the geometry from which to extract
-
filter
Description copied from interface:GeometryFilter
Performs an operation with or ongeom
.- Specified by:
filter
in interfaceGeometryFilter
- Parameters:
geom
- aGeometry
to which the filter is applied.
-