Uses of Interface
org.locationtech.jts.geom.GeometryFilter
Packages that use GeometryFilter
Package
Description
Contains the
Geometry interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
Provides classes for computing the distance between geometries
-
Uses of GeometryFilter in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom with parameters of type GeometryFilterModifier and TypeMethodDescriptionabstract 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 GeometryFilterModifier and TypeClassDescriptionclassExtracts the components of a given type from aGeometry.classExtracts all theLineStringelements from aGeometry.classclass -
Uses of GeometryFilter in org.locationtech.jts.operation.distance
Classes in org.locationtech.jts.operation.distance that implement GeometryFilterModifier and TypeClassDescriptionclassA ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list.classExtracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list