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

◆ lwtriangle_as_lwgeom()

LWGEOM * lwtriangle_as_lwgeom ( const LWTRIANGLE obj)
extern

Definition at line 316 of file lwgeom.c.

317{
318 if ( obj == NULL ) return NULL;
319 return (LWGEOM *)obj;
320}

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

Here is the caller graph for this function: