[][src]Function spatialite_sys::gaiaGeometryAliasType

pub unsafe extern "C" fn gaiaGeometryAliasType(geom: gaiaGeomCollPtr) -> c_int

Determines the corresponding Type for a Geometry object

\param geom pointer to Geometry object

\return the corresponding Geometry Type

\sa gaiaGeometryType

\note Type is one of: GAIA_POINT, GAIA_LINESTRING, GAIA_POLYGON, GAIA_MULTIPOINT, GAIA_MULTILINESTRING, GAIA_MULTIPOLYGON, GAIA_GEOMETRYCOLLECTION \n on failure GAIA_NONE will be returned.

\remark deprecated function (used in earlier SpatiaLite versions).