Uses of Interface
org.locationtech.jts.geom.GeometryFilter
-
Packages that use GeometryFilter 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.distance Provides classes for computing the distance between geometries -
-
Uses of GeometryFilter in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom with parameters of type GeometryFilter Modifier and Type Method Description abstract void
Geometry. apply(GeometryFilter filter)
Performs an operation with or on thisGeometry
and its subelementGeometry
s (if any).void
GeometryCollection. apply(GeometryFilter filter)
void
LineString. apply(GeometryFilter filter)
void
Point. apply(GeometryFilter filter)
void
Polygon. apply(GeometryFilter filter)
-
Uses of GeometryFilter in org.locationtech.jts.geom.util
Classes in org.locationtech.jts.geom.util that implement GeometryFilter Modifier and Type Class Description class
GeometryExtracter
Extracts the components of a given type from aGeometry
.class
LineStringExtracter
Extracts all theLineString
elements from aGeometry
.class
PointExtracter
class
PolygonExtracter
-
Uses of GeometryFilter in org.locationtech.jts.operation.distance
Classes in org.locationtech.jts.operation.distance that implement GeometryFilter Modifier and Type Class Description class
ConnectedElementLocationFilter
A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g.class
ConnectedElementPointFilter
Extracts a single point from each connected element in a Geometry (e.g.
-