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

◆ lwtriangle_as_lwgeom()

LWGEOM * lwtriangle_as_lwgeom ( const LWTRIANGLE obj)

Definition at line 362 of file lwgeom.c.

363{
364 if ( obj == NULL ) return NULL;
365 return (LWGEOM *)obj;
366}

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

Here is the caller graph for this function: