Skip to content

geos.GEOSBoundary ⇒ GEOSGeometry

Returns the "boundary" of a geometry, as defined by the DE9IM:

Kind: global property of geos
Returns: GEOSGeometry - A newly allocated geometry of the boundary. NULL on exception. Caller is responsible for freeing with GEOSGeom_destroy().

ParamTypeDescription
gGEOSGeometryThe input geometry

geos.GEOSBoundary_r ⇒ GEOSGeometry

Returns the "boundary" of a geometry, as defined by the DE9IM:

Kind: global property of geos
Returns: GEOSGeometry - A newly allocated geometry of the boundary. NULL on exception. Caller is responsible for freeing with GEOSGeom_destroy().

ParamTypeDescription
handleGEOSContextHandle_t-
gGEOSGeometryThe input geometry