PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwcompound_as_lwgeom()

LWGEOM * lwcompound_as_lwgeom ( const LWCOMPOUND obj)

Definition at line 324 of file lwgeom.c.

325{
326 if ( obj == NULL ) return NULL;
327 return (LWGEOM *)obj;
328}

Referenced by lwcompound_contains_point(), lwcompound_is_closed(), lwcompound_is_valid(), and wkt_parser_compound_finalize().

Here is the caller graph for this function: