Uses of Interface
org.locationtech.jts.geom.GeometryFilter
-
Packages that use GeometryFilter Package Description org.locationtech.jts.geom org.locationtech.jts.geom.util org.locationtech.jts.operation.distance -
-
Uses of GeometryFilter in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom with parameters of type GeometryFilter Modifier and Type Method Description abstract voidGeometry. apply(GeometryFilter filter)Performs an operation with or on thisGeometryand its subelementGeometrys (if any).voidGeometryCollection. apply(GeometryFilter filter)voidLineString. apply(GeometryFilter filter)voidPoint. apply(GeometryFilter filter)voidPolygon. apply(GeometryFilter filter) -
Uses of GeometryFilter in org.locationtech.jts.geom.util
Classes in org.locationtech.jts.geom.util that implement GeometryFilter Modifier and Type Class Description classGeometryExtracterExtracts the components of a given type from aGeometry.classPointExtracterclassPolygonExtracter -
Uses of GeometryFilter in org.locationtech.jts.operation.distance
Classes in org.locationtech.jts.operation.distance that implement GeometryFilter Modifier and Type Class Description classConnectedElementLocationFilterA ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g.
-