Searched refs:geom_from_wkb2 (Results 1 – 1 of 1) sorted by relevance
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/ |
H A D | spatialite.c | 14725 geom_from_wkb2 (sqlite3_context * context, int argc, sqlite3_value ** argv, in geom_from_wkb2() function 15034 geom_from_wkb2 (context, argc, argv, (short) -1); in fnct_GeomFromWkb2() 15048 geom_from_wkb2 (context, argc, argv, (short) GAIA_GEOMETRYCOLLECTION); in fnct_GeomCollFromWkb2() 15060 geom_from_wkb2 (context, argc, argv, (short) GAIA_LINESTRING); in fnct_LineFromWkb2() 15072 geom_from_wkb2 (context, argc, argv, (short) GAIA_POINT); in fnct_PointFromWkb2() 15084 geom_from_wkb2 (context, argc, argv, (short) GAIA_POLYGON); in fnct_PolyFromWkb2() 15096 geom_from_wkb2 (context, argc, argv, (short) GAIA_MULTILINESTRING); in fnct_MLineFromWkb2() 15108 geom_from_wkb2 (context, argc, argv, (short) GAIA_MULTIPOINT); in fnct_MPointFromWkb2() 15120 geom_from_wkb2 (context, argc, argv, (short) GAIA_MULTIPOLYGON); in fnct_MPolyFromWkb2()
|