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.
-
Uses of GeometryComponentFilter in org.locationtech.jts.geom
Methods 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 representativeCoordinatefrom each connected component of aGeometry.classExtracts all the 1-dimensional (LineString) components from aGeometry.