Home
last modified time | relevance | path

Searched refs:dump_shapefile (Results 1 – 10 of 10) sorted by relevance

/dports/databases/spatialite/libspatialite-5.0.1/test/
H A Dshape_primitives.c123 dump_shapefile (handle, "Point_Test", "geomZ", dumpname, "UTF-8", in do_test()
135 dump_shapefile (handle, "Point_Test", "geomZ", dumpname, "UTF-8", in do_test()
147 dump_shapefile (handle, "Point_Test", "geomZ", dumpname, "UTF-8", "", 1, in do_test()
183 dump_shapefile (handle, "Point_Test", "geomM", dumpname, "UTF-8", "", 1, in do_test()
219 dump_shapefile (handle, "Point_Test", "geomXY", dumpname, "UTF-8", "", in do_test()
312 dump_shapefile (handle, "MPoint_Test", "geom", dumpname, "UTF-8", in do_test()
360 dump_shapefile (handle, "MPoint_Test", "geomZ", dumpname, "UTF-8", "", in do_test()
396 dump_shapefile (handle, "MPoint_Test", "geomM", dumpname, "UTF-8", "", in do_test()
491 dump_shapefile (handle, "Linestring_Test", "geom", dumpname, "UTF-8", in do_test()
528 dump_shapefile (handle, "Linestring_Test", "geomZ", dumpname, "UTF-8", in do_test()
[all …]
H A Dshape_3d.c170 dump_shapefile (handle, "roads", "col1", dumpname, "CP1252", in main()
189 dump_shapefile (handle, "polygons", "col1", dumpname, "CP1252", in main()
208 dump_shapefile (handle, "points", "col1", dumpname, "CP1252", "POINT", in main()
H A Dshape_utf8_1.c153 dump_shapefile (handle, "route", "Geometry", dumpname, "UTF-8", "", 1, in do_test()
172 dump_shapefile (handle, "route", "Geometry", dumpname, "UTF-8", in do_test()
248 dump_shapefile (handle, "route", "Geometry", dumpname, "UTF-8", NULL, 1, in do_test()
H A Dshape_utf8_1ex.c158 dump_shapefile (handle, "route", "Geometry", dumpname, "UTF-8", "", 1, in do_test()
177 dump_shapefile (handle, "route", "Geometry", dumpname, "UTF-8", in do_test()
253 dump_shapefile (handle, "route", "Geometry", dumpname, "UTF-8", NULL, 1, in do_test()
H A Dcheck_bufovflw.c1770 dump_shapefile (handle, shape, "Geometry", dumpname, "UTF-8", "", 1, in main()
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_tool.c218 if (dump_shapefile in do_export()
/dports/databases/spatialite/libspatialite-5.0.1/src/headers/
H A Dspatialite.h273 SPATIALITE_DECLARE int dump_shapefile (sqlite3 * sqlite, char *table,
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DTableTree.cpp3459 dump_shapefile(MainFrame->GetSqlite(), x_table, x_column, in OnCmdDumpShp()
3483 dump_shapefile(MainFrame->GetSqlite(), x_table, x_column, in OnCmdDumpShp()
H A DMain.cpp2586 dump_shapefile(SqliteHandle, x_table, x_column, in OnSqlScript()
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/
H A Dshapefiles.c4544 dump_shapefile (sqlite3 * sqlite, char *table, char *column, char *shp_path, in dump_shapefile() function