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 classFields in org.locationtech.jts.geom declared as GeometryComponentFilterModifier and TypeFieldDescriptionprivate static final GeometryComponentFilterGeometry.geometryChangedFilterMethods in org.locationtech.jts.geom with parameters of type GeometryComponentFilterModifier and TypeMethodDescriptionabstract voidGeometry.apply(GeometryComponentFilter filter) Performs an operation with or on this Geometry and its component Geometry's.voidGeometryCollection.apply(GeometryComponentFilter filter) voidLineString.apply(GeometryComponentFilter filter) voidPoint.apply(GeometryComponentFilter filter) voidPolygon.apply(GeometryComponentFilter filter) -
Uses of GeometryComponentFilter in org.locationtech.jts.geom.util
Classes in org.locationtech.jts.geom.util that implement GeometryComponentFilterModifier and TypeClassDescriptionclassExtracts a single representativeCoordinatefrom each connected component of aGeometry.classExtracts 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 classAdds every linear element in aGeometryinto 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 classA 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