|
GEOS 3.15.0dev
|
Provides classes for computing the distance between geometries. More...
Classes | |
| class | ConnectedElementLocationFilter |
| A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list. Empty geometries do not provide a location item. More... | |
| class | ConnectedElementPointFilter |
| Extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list. More... | |
| class | DistanceOp |
Find two points on two geom::Geometrys which lie within a given distance, or else are the nearest points on the geometries (in which case this also provides the distance between the geometries). More... | |
| class | GeometryLocation |
| Represents the location of a point on a Geometry. More... | |
| class | IndexedFacetDistance |
| Computes the distance between the facets (segments and vertices) of two Geometrys using a Branch-and-Bound algorithm. More... | |
Provides classes for computing the distance between geometries.