Home
last modified time | relevance | path

Searched refs:to_WKBinary (Results 1 – 3 of 3) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshapes_ogis.cpp800 bool CSG_Shapes_OGIS_Converter::to_WKBinary(CSG_Shape *pShape, CSG_Bytes &Bytes) in to_WKBinary() function in CSG_Shapes_OGIS_Converter
1191 bool CSG_Grid_OGIS_Converter::to_WKBinary(CSG_Bytes &Bytes, class CSG_Grid *pGrid, int SRID) in to_WKBinary() function in CSG_Grid_OGIS_Converter
H A Dshapes.h1487 static bool to_WKBinary (CSG_Shape *pShape, CSG_Bytes &Bytes);
1540 static bool to_WKBinary (CSG_Bytes &Bytes, class CSG_Grid *pGrid, int SRID = -1);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/db/db_pgsql/
H A Ddb_pgsql.cpp1620 CSG_Shapes_OGIS_Converter::to_WKBinary(pShape, WKB); in Shapes_Insert()
1943 if( CSG_Grid_OGIS_Converter::to_WKBinary(Band, pGrid, SRID) ) in Raster_Save()
2034 if( CSG_Grid_OGIS_Converter::to_WKBinary(Grid, pGrids->Get_Grid_Ptr(i), SRID) ) in Rasters_Save()