PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwcurvepoly_as_lwgeom()

LWGEOM* lwcurvepoly_as_lwgeom ( const LWCURVEPOLY obj)

Definition at line 310 of file lwgeom.c.

311 {
312  if ( obj == NULL ) return NULL;
313  return (LWGEOM *)obj;
314 }

Referenced by lwgeom_construct_empty(), wkt_parser_curvepolygon_finalize(), and wkt_parser_curvepolygon_new().

Here is the caller graph for this function: