Uses of Interface
org.locationtech.jts.geom.GeometryFilter
-
Packages that use GeometryFilter Package Description org.locationtech.jts.geom Contains theGeometryinterface hierarchy and supporting classes.org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.operation.distance Provides classes for computing the distance between geometriesorg.locationtech.jts.operation.overlay.validate Classes to validate the results of overlay operations. -
-
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.classLineStringExtracterExtracts all theLineStringelements 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.classConnectedElementPointFilterExtracts a single point from each connected element in a Geometry (e.g. -
Uses of GeometryFilter in org.locationtech.jts.operation.overlay.validate
Classes in org.locationtech.jts.operation.overlay.validate that implement GeometryFilter Modifier and Type Class Description (package private) classPolygonalLineworkExtracterExtracts the LineStrings in the boundaries of all the polygonal elements in the targetGeometry.
-