|
GEOS 3.15.0dev
|
#include <CoverageEdges.h>
Static Public Member Functions | |
| static std::unique_ptr< geom::Geometry > | GetEdges (const std::vector< const geom::Geometry * > &coverage, int type=0) |
| static std::unique_ptr< geom::Geometry > | GetEdges (const geom::Geometry *coverage, int type=0) |
Utility to extract unique edges from a polygonal coverage.
|
static |
Returns a MultiLineString representing the unique edges of a polygonal coverage.
| coverage | a GeometryCollection or MultiPolygon representing the coverage |
| type | selection type: 0 = ALL, 1 = EXTERIOR (non-shared), 2 = INTERIOR (shared) |
|
static |
Returns a MultiLineString representing the unique edges of a polygonal coverage.
| coverage | a vector of polygons in the coverage |
| type | selection type: 0 = ALL, 1 = EXTERIOR (non-shared), 2 = INTERIOR (shared) |