Uses of Interface
org.locationtech.jts.geom.GeometryComponentFilter
-
Packages that use GeometryComponentFilter Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.operation.polygonize An API for polygonizing sets of lines.org.locationtech.jts.simplify Classes which implement algorithms for simplifying or generalizing geometries.org.locationtech.jtstest.testbuilder.geom -
-
Uses of GeometryComponentFilter in org.locationtech.jts.geom
Classes in org.locationtech.jts.geom that implement GeometryComponentFilter Modifier and Type Class Description private static class
OctagonalEnvelope.BoundingOctagonComponentFilter
Fields in org.locationtech.jts.geom declared as GeometryComponentFilter Modifier and Type Field Description private static GeometryComponentFilter
Geometry. geometryChangedFilter
Methods in org.locationtech.jts.geom with parameters of type GeometryComponentFilter Modifier and Type Method Description abstract 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 GeometryComponentFilter Modifier and Type Class Description class
ComponentCoordinateExtracter
Extracts a single representativeCoordinate
from each connected component of aGeometry
.class
LinearComponentExtracter
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 GeometryComponentFilter Modifier and Type Class Description private static class
Polygonizer.LineStringAdder
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 GeometryComponentFilter Modifier and Type Class Description (package private) static class
TopologyPreservingSimplifier.LineStringMapBuilderFilter
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 GeometryComponentFilter Modifier and Type Class Description (package private) static class
GeometryPointLocater.NearestSegmentLocationFilter
-