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
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 GeometryFilterModifier and TypeMethodDescriptionabstract void
Geometry.apply
(GeometryFilter filter) Performs an operation with or on thisGeometry
and its subelementGeometry
s (if any).void
GeometryCollection.apply
(GeometryFilter filter) void
LineString.apply
(GeometryFilter filter) void
Point.apply
(GeometryFilter filter) void
Polygon.apply
(GeometryFilter filter) -
Uses of GeometryFilter in org.locationtech.jts.geom.util
Classes in org.locationtech.jts.geom.util that implement GeometryFilterModifier and TypeClassDescriptionclass
Extracts the components of a given type from aGeometry
.class
Extracts all theLineString
elements from aGeometry
.class
class
-
Uses of GeometryFilter in org.locationtech.jts.operation.distance
Classes in org.locationtech.jts.operation.distance that implement GeometryFilterModifier and TypeClassDescriptionclass
A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g.class
Extracts 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 GeometryFilterModifier and TypeClassDescription(package private) class
Extracts the LineStrings in the boundaries of all the polygonal elements in the targetGeometry
.