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

◆ lwcompound_as_lwgeom()

LWGEOM * lwcompound_as_lwgeom ( const LWCOMPOUND obj)

Definition at line 352 of file lwgeom.c.

353{
354 if ( obj == NULL ) return NULL;
355 return (LWGEOM *)obj;
356}

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

Here is the caller graph for this function: