Home
last modified time | relevance | path

Searched refs:wkt_path (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimWktProjectionFactory.cpp97 ossimFilename wkt_path = ossimPreferences::instance()->preferencesKWL(). in loadRecords() local
100 if ( wkt_path.size() ) in loadRecords()
102 if ( !wkt_path.isRelative() ) in loadRecords()
108 db_name = wkt_path; in loadRecords()
117 db_name = share_dir.dirCat( wkt_path ); in loadRecords()
126 db_name = db_name.dirCat( wkt_path); in loadRecords()
132 db_name = db_name.dirCat( wkt_path); in loadRecords()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/index/test/algorithms/
H A Dpath_intersection.cpp48 void test_geometry(std::string const& wkt_g, std::string const& wkt_path, in test_geometry() argument
55 bg::read_wkt(wkt_path, path); in test_geometry()
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_osm_filter.c1132 parse_wkt_mask (const char *wkt_path, void **mask, int *mask_len) in parse_wkt_mask() argument
1142 FILE *in = fopen (wkt_path, "r"); in parse_wkt_mask()
1145 fprintf (stderr, "Unable to open: %s\n", wkt_path); in parse_wkt_mask()
1154 fprintf (stderr, "Empty file: %s\n", wkt_path); in parse_wkt_mask()
1647 const char *wkt_path = NULL; in main() local
1671 wkt_path = argv[i]; in main()
1776 if (!wkt_path) in main()
1789 if (!parse_wkt_mask (wkt_path, &mask, &mask_len)) in main()