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

◆ lwtriangle_as_lwgeom()

LWGEOM * lwtriangle_as_lwgeom ( const LWTRIANGLE obj)

Definition at line 334 of file lwgeom.c.

335{
336 if ( obj == NULL ) return NULL;
337 return (LWGEOM *)obj;
338}

Referenced by lwgeom_construct_empty(), lwtriangle_release(), parse_gml_triangle(), and wkt_parser_triangle_new().

Here is the caller graph for this function: