Home
last modified time | relevance | path

Searched refs:osAPIKey (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigoclouddatasource.cpp219 osAPIKey = CSLFetchNameValueDef(papszOpenOptionsIn, "AMIGOCLOUD_API_KEY", in Open()
222 if (osAPIKey.empty()) in Open()
224 osAPIKey = OGRAMIGOCLOUDGetOptionValue(pszFilename, "AMIGOCLOUD_API_KEY"); in Open()
226 if (osAPIKey.empty()) in Open()
457 if( !osAPIKey.empty() ) in RunPOST()
463 osURL += osAPIKey; in RunPOST()
612 if( !osAPIKey.empty() ) in RunDELETE()
618 osURL += osAPIKey; in RunDELETE()
664 if( !osAPIKey.empty() ) in RunGET()
670 osURL += osAPIKey; in RunGET()
H A Dogr_amigocloud.h239 CPLString osAPIKey; variable
287 int IsAuthenticatedConnection() { return !osAPIKey.empty(); } in IsAuthenticatedConnection()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigoclouddatasource.cpp219 osAPIKey = CSLFetchNameValueDef(papszOpenOptionsIn, "AMIGOCLOUD_API_KEY", in Open()
222 if (osAPIKey.empty()) in Open()
224 osAPIKey = OGRAMIGOCLOUDGetOptionValue(pszFilename, "AMIGOCLOUD_API_KEY"); in Open()
226 if (osAPIKey.empty()) in Open()
457 if( !osAPIKey.empty() ) in RunPOST()
463 osURL += osAPIKey; in RunPOST()
612 if( !osAPIKey.empty() ) in RunDELETE()
618 osURL += osAPIKey; in RunDELETE()
664 if( !osAPIKey.empty() ) in RunGET()
670 osURL += osAPIKey; in RunGET()
H A Dogr_amigocloud.h239 CPLString osAPIKey; variable
287 int IsAuthenticatedConnection() { return !osAPIKey.empty(); } in IsAuthenticatedConnection()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigoclouddatasource.cpp219 osAPIKey = CSLFetchNameValueDef(papszOpenOptionsIn, "AMIGOCLOUD_API_KEY", in Open()
222 if (osAPIKey.empty()) in Open()
224 osAPIKey = OGRAMIGOCLOUDGetOptionValue(pszFilename, "AMIGOCLOUD_API_KEY"); in Open()
226 if (osAPIKey.empty()) in Open()
457 if( !osAPIKey.empty() ) in RunPOST()
463 osURL += osAPIKey; in RunPOST()
612 if( !osAPIKey.empty() ) in RunDELETE()
618 osURL += osAPIKey; in RunDELETE()
664 if( !osAPIKey.empty() ) in RunGET()
670 osURL += osAPIKey; in RunGET()
H A Dogr_amigocloud.h239 CPLString osAPIKey; variable
287 int IsAuthenticatedConnection() { return !osAPIKey.empty(); } in IsAuthenticatedConnection()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartodatasource.cpp175 osAPIKey = CSLFetchNameValueDef( in Open()
236 if( !osAPIKey.empty() && bUpdateIn ) in Open()
607 if( !osAPIKey.empty() ) in RunCopyFrom()
610 osURL += osAPIKey; in RunCopyFrom()
721 if( !osAPIKey.empty() ) in RunSQL()
724 osSQL += osAPIKey; in RunSQL()
H A Dogr_carto.h252 CPLString osAPIKey; variable
300 int IsAuthenticatedConnection() { return !osAPIKey.empty(); } in IsAuthenticatedConnection()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartodatasource.cpp175 osAPIKey = CSLFetchNameValueDef( in Open()
236 if( !osAPIKey.empty() && bUpdateIn ) in Open()
607 if( !osAPIKey.empty() ) in RunCopyFrom()
610 osURL += osAPIKey; in RunCopyFrom()
721 if( !osAPIKey.empty() ) in RunSQL()
724 osSQL += osAPIKey; in RunSQL()
H A Dogr_carto.h252 CPLString osAPIKey; variable
300 int IsAuthenticatedConnection() { return !osAPIKey.empty(); } in IsAuthenticatedConnection()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartodatasource.cpp175 osAPIKey = CSLFetchNameValueDef( in Open()
236 if( !osAPIKey.empty() && bUpdateIn ) in Open()
607 if( !osAPIKey.empty() ) in RunCopyFrom()
610 osURL += osAPIKey; in RunCopyFrom()
721 if( !osAPIKey.empty() ) in RunSQL()
724 osSQL += osAPIKey; in RunSQL()
H A Dogr_carto.h252 CPLString osAPIKey; variable
300 int IsAuthenticatedConnection() { return !osAPIKey.empty(); } in IsAuthenticatedConnection()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/plscenes/
H A Dogrplscenesdataset.cpp199 …ns = CSLAddString(papszOptions, CPLSPrintf("HEADERS=Authorization: api-key %s", osAPIKey.c_str())); in GetBaseHTTPOptions()
383 osRasterURL = "http://" + osAPIKey + ":@" + osRasterURL.substr(strlen("http://")); in OpenRasterScene()
387 osRasterURL = "https://" + osAPIKey + ":@" + osRasterURL.substr(strlen("https://")); in OpenRasterScene()
475 poDS->osAPIKey = CSLFetchNameValueDef(papszOptions, "api_key", in Open()
478 if( poDS->osAPIKey.size() == 0 ) in Open()
H A Dogr_plscenes.h48 CPLString osAPIKey; variable
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/cartodb/
H A Dogrcartodbdatasource.cpp165 osAPIKey = CSLFetchNameValueDef(papszOpenOptions, "API_KEY", in Open()
196 if( osAPIKey.size() && bUpdateIn ) in Open()
512 if( osAPIKey.size() ) in RunSQL()
515 osSQL += osAPIKey; in RunSQL()
H A Dogr_cartodb.h211 CPLString osAPIKey; variable
254 int IsAuthenticatedConnection() { return osAPIKey.size() != 0; } in IsAuthenticatedConnection()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gme/
H A Dogrgmedatasource.cpp149 osAPIKey = CPLGetConfigOption("GME_APIKEY", GDAL_API_KEY); in Open()
322 osQueryFields += osAPIKey; in MakeRequest()
481 osQueryFields += osAPIKey; in PostRequest()
H A Dogr_gme.h156 CPLString osAPIKey; variable
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gft/
H A Dogrgftdatasource.cpp190 osAPIKey = CPLGetConfigOption("GFT_APIKEY", GDAL_API_KEY); in Open()
487 osSQL += osAPIKey; in RunSQL()
H A Dogr_gft.h203 CPLString osAPIKey; variable
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/plmosaic/
H A Dplmosaicdataset.cpp75 CPLString osAPIKey; member in PLMosaicDataset
435 papszOptions = CSLAddString(papszOptions, CPLSPrintf("USERPWD=%s:", osAPIKey.c_str())); in GetBaseHTTPOptions()
600 poDS->osAPIKey = PLMosaicGetParameter(poOpenInfo, papszOptions, "api_key", in Open()
603 if( poDS->osAPIKey.size() == 0 ) in Open()
868 osTMSURL += osAPIKey; in OpenMosaic()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/plmosaic/
H A Dplmosaicdataset.cpp76 CPLString osAPIKey; member in PLMosaicDataset
450 papszOptions = CSLAddString(papszOptions, CPLSPrintf("USERPWD=%s:", osAPIKey.c_str())); in GetBaseHTTPOptions()
610 poDS->osAPIKey = PLMosaicGetParameter(poOpenInfo, papszOptions, "api_key", in Open()
613 if( poDS->osAPIKey.empty() ) in Open()
1293 (osURL + "?api_key=" + osAPIKey).c_str(), -1, CPLES_URL ); in GetMetaTile()
/dports/graphics/gdal/gdal-3.3.3/frmts/plmosaic/
H A Dplmosaicdataset.cpp76 CPLString osAPIKey; member in PLMosaicDataset
450 papszOptions = CSLAddString(papszOptions, CPLSPrintf("USERPWD=%s:", osAPIKey.c_str())); in GetBaseHTTPOptions()
610 poDS->osAPIKey = PLMosaicGetParameter(poOpenInfo, papszOptions, "api_key", in Open()
613 if( poDS->osAPIKey.empty() ) in Open()
1293 (osURL + "?api_key=" + osAPIKey).c_str(), -1, CPLES_URL ); in GetMetaTile()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/plmosaic/
H A Dplmosaicdataset.cpp76 CPLString osAPIKey; member in PLMosaicDataset
450 papszOptions = CSLAddString(papszOptions, CPLSPrintf("USERPWD=%s:", osAPIKey.c_str())); in GetBaseHTTPOptions()
610 poDS->osAPIKey = PLMosaicGetParameter(poOpenInfo, papszOptions, "api_key", in Open()
613 if( poDS->osAPIKey.empty() ) in Open()
1293 (osURL + "?api_key=" + osAPIKey).c_str(), -1, CPLES_URL ); in GetMetaTile()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp513 CPLString osAPIKey = in GetAuthorization() local
525 if( !osClientId.empty() && !osAPIKey.empty() ) in GetAuthorization()
536 if( osClientId.empty() && osAPIKey.empty() ) in GetAuthorization()
551 if( osAPIKey.empty() ) in GetAuthorization()
560 osPostContent += "&apikey=" + URLEscape(osAPIKey); in GetAuthorization()

12