| Package | Description | 
|---|---|
| org.locationtech.jts.geom | Contains the  Geometryinterface 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | Geometry. apply(GeometryFilter filter)Performs an operation with or on this  Geometryand its
  subelementGeometrys (if any). | 
| void | LineString. apply(GeometryFilter filter) | 
| void | GeometryCollection. apply(GeometryFilter filter) | 
| void | Point. apply(GeometryFilter filter) | 
| void | Polygon. apply(GeometryFilter filter) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GeometryExtracterExtracts the components of a given type from a  Geometry. | 
| class  | LineStringExtracterExtracts all the  LineStringelements from aGeometry. | 
| class  | PointExtracter | 
| class  | PolygonExtracter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConnectedElementLocationFilterA ConnectedElementPointFilter extracts a single point
 from each connected element in a Geometry
 (e.g. | 
| class  | ConnectedElementPointFilterExtracts a single point
 from each connected element in a Geometry
 (e.g. | 
Copyright © 2024. All rights reserved.