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