PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcircstring_as_lwgeom()

LWGEOM* lwcircstring_as_lwgeom ( const LWCIRCSTRING obj)

Definition at line 273 of file lwgeom.c.

Referenced by circstring_from_pa(), lwcircstring_release(), lwgeom_construct_empty(), and wkt_parser_circularstring_new().

274 {
275  if ( obj == NULL ) return NULL;
276  return (LWGEOM *)obj;
277 }
Here is the caller graph for this function: