PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcurvepoly_as_lwgeom()

LWGEOM* lwcurvepoly_as_lwgeom ( const LWCURVEPOLY obj)

Definition at line 278 of file lwgeom.c.

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

279 {
280  if ( obj == NULL ) return NULL;
281  return (LWGEOM *)obj;
282 }
Here is the caller graph for this function: