Home
last modified time | relevance | path

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

/dports/graphics/py-gdal/gdal-3.3.3/frmts/ogcapi/
H A Dgdalogcapidataset.cpp111 const CPLString& osMapURL,
699 CPLString osMapURL; in InitFromCollection() local
712 osMapURL = BuildURL(oLink["href"].ToString()); in InitFromCollection()
746 if( osMapURL.empty() && osTilesURL.empty() && osCoverageURL.empty() && in InitFromCollection()
763 else if( (EQUAL(pszAPI, "AUTO") || EQUAL(pszAPI, "MAP")) && !osMapURL.empty() ) in InitFromCollection()
765 return InitWithMapAPI(poOpenInfo, osMapURL, dfXMin, dfYMin, dfXMax, dfYMax); in InitFromCollection()
931 const CPLString& osMapURL, in InitWithMapAPI() argument
936 if( !DownloadJSon(osMapURL.c_str(), oDoc) ) in InitWithMapAPI()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ogcapi/
H A Dgdalogcapidataset.cpp111 const CPLString& osMapURL,
699 CPLString osMapURL; in InitFromCollection() local
712 osMapURL = BuildURL(oLink["href"].ToString()); in InitFromCollection()
746 if( osMapURL.empty() && osTilesURL.empty() && osCoverageURL.empty() && in InitFromCollection()
763 else if( (EQUAL(pszAPI, "AUTO") || EQUAL(pszAPI, "MAP")) && !osMapURL.empty() ) in InitFromCollection()
765 return InitWithMapAPI(poOpenInfo, osMapURL, dfXMin, dfYMin, dfXMax, dfYMax); in InitFromCollection()
931 const CPLString& osMapURL, in InitWithMapAPI() argument
936 if( !DownloadJSon(osMapURL.c_str(), oDoc) ) in InitWithMapAPI()
/dports/graphics/gdal/gdal-3.3.3/frmts/ogcapi/
H A Dgdalogcapidataset.cpp111 const CPLString& osMapURL,
699 CPLString osMapURL; in InitFromCollection() local
712 osMapURL = BuildURL(oLink["href"].ToString()); in InitFromCollection()
746 if( osMapURL.empty() && osTilesURL.empty() && osCoverageURL.empty() && in InitFromCollection()
763 else if( (EQUAL(pszAPI, "AUTO") || EQUAL(pszAPI, "MAP")) && !osMapURL.empty() ) in InitFromCollection()
765 return InitWithMapAPI(poOpenInfo, osMapURL, dfXMin, dfYMin, dfXMax, dfYMax); in InitFromCollection()
931 const CPLString& osMapURL, in InitWithMapAPI() argument
936 if( !DownloadJSon(osMapURL.c_str(), oDoc) ) in InitWithMapAPI()