PostGIS  2.5.7dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ lwpsurface_as_lwgeom()

LWGEOM* lwpsurface_as_lwgeom ( const LWPSURFACE obj)

Definition at line 280 of file lwgeom.c.

281 {
282  return (LWGEOM *)obj;
283 }