Uses of Interface
org.locationtech.jts.geom.GeometryComponentFilter
Packages that use GeometryComponentFilter
Package
Description
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
An API for polygonizing sets of lines.
Classes which implement algorithms for simplifying or generalizing geometries.
-
Uses of GeometryComponentFilter in org.locationtech.jts.geom
Classes in org.locationtech.jts.geom that implement GeometryComponentFilterModifier and TypeClassDescriptionprivate static class
Fields in org.locationtech.jts.geom declared as GeometryComponentFilterModifier and TypeFieldDescriptionprivate static final GeometryComponentFilter
Geometry.geometryChangedFilter
Methods in org.locationtech.jts.geom with parameters of type GeometryComponentFilterModifier and TypeMethodDescriptionabstract void
Geometry.apply
(GeometryComponentFilter filter) Performs an operation with or on this Geometry and its component Geometry's.void
GeometryCollection.apply
(GeometryComponentFilter filter) void
LineString.apply
(GeometryComponentFilter filter) void
Point.apply
(GeometryComponentFilter filter) void
Polygon.apply
(GeometryComponentFilter filter) -
Uses of GeometryComponentFilter in org.locationtech.jts.geom.util
Classes in org.locationtech.jts.geom.util that implement GeometryComponentFilterModifier and TypeClassDescriptionclass
Extracts a single representativeCoordinate
from each connected component of aGeometry
.class
Extracts all the 1-dimensional (LineString
) components from aGeometry
. -
Uses of GeometryComponentFilter in org.locationtech.jts.operation.polygonize
Classes in org.locationtech.jts.operation.polygonize that implement GeometryComponentFilterModifier and TypeClassDescriptionprivate static class
Adds every linear element in aGeometry
into the polygonizer graph. -
Uses of GeometryComponentFilter in org.locationtech.jts.simplify
Classes in org.locationtech.jts.simplify that implement GeometryComponentFilterModifier and TypeClassDescription(package private) static class
A filter to add linear geometries to the linestring map with the appropriate minimum size constraint. -
Uses of GeometryComponentFilter in org.locationtech.jtstest.testbuilder.geom
Classes in org.locationtech.jtstest.testbuilder.geom that implement GeometryComponentFilterModifier and TypeClassDescription(package private) static class