Class ConnectedElementPointFilter
java.lang.Object
org.locationtech.jts.operation.distance.ConnectedElementPointFilter
- All Implemented Interfaces:
GeometryFilter
Extracts a single point
from each connected element in a Geometry
(e.g. a polygon, linestring or point)
and returns them in a list
- Version:
- 1.7
-
Method Summary
Modifier and TypeMethodDescriptionvoidPerforms an operation with or ongeom.static ListgetCoordinates(Geometry geom) Returns a list containing a Coordinate from each Polygon, LineString, and Point found inside the specified geometry.
-
Method Details
-
getCoordinates
-
filter
Description copied from interface:GeometryFilterPerforms an operation with or ongeom.- Specified by:
filterin interfaceGeometryFilter- Parameters:
geom- aGeometryto which the filter is applied.
-