Home
last modified time | relevance | path

Searched refs:load_shapefile (Results 1 – 13 of 13) sorted by relevance

/dports/databases/spatialite/libspatialite-5.0.1/test/
H A Dshape_cp1252.c90 load_shapefile (handle, "./shp/new-caledonia/points", "points", in main()
111 load_shapefile (handle, "./shp/new-caledonia/railways", "railways", in main()
132 load_shapefile (handle, "./shp/new-caledonia/buildings", "buildings", in main()
H A Dshape_3d.c110 load_shapefile (handle, "./shp/merano-3d/points", "points", "CP1252", in main()
130 load_shapefile (handle, "./shp/merano-3d/polygons", "polygons", in main()
151 load_shapefile (handle, "./shp/merano-3d/roads", "roads", "CP1252", in main()
H A Dshape_utf8_2.c92 load_shapefile (handle, "./shp/taiwan/hystoric", "hystoric", "UTF-8", in main()
111 load_shapefile (handle, "./shp/taiwan/leisure", "leisure", "UTF-8", in main()
129 ret = load_shapefile (handle, "./shp/taiwan/route", "route", "UTF-8", 4326, in main()
H A Dshape_utf8_1.c85 load_shapefile (handle, "./shp/gaza/barrier", "barrier", "UTF-8", 4326, in do_test()
103 load_shapefile (handle, "./shp/gaza/aeroway", "aeroway", "UTF-8", 4326, in do_test()
120 ret = load_shapefile (handle, "./shp/gaza/route", "route", "UTF-8", 4326, in do_test()
H A Dcheck_shp_load_3d.c81 load_shapefile (handle, "shp/merano-3d/polygons", "polygons", "CP1252", in do_test()
99 load_shapefile (handle, "shp/merano-3d/roads", "roads", "CP1252", 25832, in do_test()
109 load_shapefile (handle, "shp/merano-3d/points", "points", "CP1252", in do_test()
H A Dcheck_shp_load.c74 ret = load_shapefile (handle, "./shapetest1", "test1", "UTF-8", 4326, in do_test()
H A Dcheck_mbrcache.c91 ret = load_shapefile (handle, "shp/foggia/local_councils", "Councils", in main()
H A Dcheck_spatialindex.c402 ret = load_shapefile (handle, "shp/foggia/local_councils", "Councils", in do_test()
1275 ret = load_shapefile (handle, "shp/foggia/local_councils", "Councils", in do_test_rowid()
H A Dcheck_bufovflw.c1753 ret = load_shapefile (handle, "./shp/gaza/route", shape, "UTF-8", 4326, in main()
1857 load_shapefile (handle, "./shp/merano-3d/polygons", shape2, "CP1252", in main()
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_tool.c178 if (load_shapefile in do_import_shp()
/dports/databases/spatialite/libspatialite-5.0.1/src/headers/
H A Dspatialite.h354 SPATIALITE_DECLARE int load_shapefile (sqlite3 * sqlite, char *shp_path,
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/
H A Dshapefiles.c648 load_shapefile (sqlite3 * sqlite, char *shp_path, char *table, char *charset, in load_shapefile() function
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DMain.cpp2535 load_shapefile(SqliteHandle, x_path, x_table, in OnSqlScript()