Home
last modified time | relevance | path

Searched refs:pszOptionValue (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Ds57reader.cpp348 const char *pszOptionValue in SetOptions() local
350 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
356 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
371 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
377 if( pszOptionValue == nullptr ) in SetOptions()
386 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
392 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
398 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
404 if( pszOptionValue == nullptr || CPLTestBool(pszOptionValue) ) in SetOptions()
410 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Ds57reader.cpp348 const char *pszOptionValue in SetOptions() local
350 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
356 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
371 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
377 if( pszOptionValue == nullptr ) in SetOptions()
386 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
392 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
398 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
404 if( pszOptionValue == nullptr || CPLTestBool(pszOptionValue) ) in SetOptions()
410 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Ds57reader.cpp348 const char *pszOptionValue in SetOptions() local
350 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
356 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
371 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
377 if( pszOptionValue == nullptr ) in SetOptions()
386 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
392 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
398 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
404 if( pszOptionValue == nullptr || CPLTestBool(pszOptionValue) ) in SetOptions()
410 if( pszOptionValue != nullptr && CPLTestBool(pszOptionValue) ) in SetOptions()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/s57/
H A Ds57reader.cpp354 const char * pszOptionValue; in SetOptions() local
360 if( pszOptionValue != NULL && CSLTestBoolean(pszOptionValue) ) in SetOptions()
366 if( pszOptionValue != NULL && CSLTestBoolean(pszOptionValue) ) in SetOptions()
380 if( pszOptionValue != NULL && CSLTestBoolean(pszOptionValue) ) in SetOptions()
386 if( pszOptionValue == NULL ) in SetOptions()
388 else if( pszOptionValue != NULL && !EQUAL(pszOptionValue,"APPLY") ) in SetOptions()
395 if( pszOptionValue != NULL && CSLTestBoolean(pszOptionValue) ) in SetOptions()
401 if( pszOptionValue != NULL && CSLTestBoolean(pszOptionValue) ) in SetOptions()
407 if( pszOptionValue != NULL && CSLTestBoolean(pszOptionValue) ) in SetOptions()
413 if( pszOptionValue == NULL || CSLTestBoolean(pszOptionValue) ) in SetOptions()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds57reader.cpp232 const char * pszOptionValue; in SetOptions() local
238 if( pszOptionValue != NULL && !EQUAL(pszOptionValue,"OFF") ) in SetOptions()
244 if( pszOptionValue != NULL && !EQUAL(pszOptionValue,"OFF") ) in SetOptions()
252 pszOptionValue = CSLFetchNameValue( papszOptions, S57O_LNAM_REFS ); in SetOptions()
253 if( pszOptionValue != NULL && !EQUAL(pszOptionValue,"OFF") ) in SetOptions()
258 pszOptionValue = CSLFetchNameValue( papszOptions, S57O_UPDATES ); in SetOptions()
259 if( pszOptionValue != NULL && !EQUAL(pszOptionValue,"OFF") ) in SetOptions()
264 pszOptionValue = CSLFetchNameValue(papszOptions, in SetOptions()
266 if( pszOptionValue != NULL && !EQUAL(pszOptionValue,"OFF") ) in SetOptions()
272 if( pszOptionValue != NULL && !EQUAL(pszOptionValue,"OFF") ) in SetOptions()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gft/
H A Dogrgftdatasource.cpp160 const char* pszOptionValue = strstr(pszFilename, osOptionName); in OGRGFTGetOptionValue() local
161 if (!pszOptionValue) in OGRGFTGetOptionValue()
164 CPLString osOptionValue(pszOptionValue + strlen(osOptionName)); in OGRGFTGetOptionValue()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gme/
H A Dogrgmedatasource.cpp119 const char* pszOptionValue = strstr(pszFilename, osOptionName); in OGRGMEGetOptionValue() local
120 if (!pszOptionValue) in OGRGMEGetOptionValue()
123 CPLString osOptionValue(pszOptionValue + strlen(osOptionName)); in OGRGMEGetOptionValue()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/cartodb/
H A Dogrcartodbdatasource.cpp126 const char* pszOptionValue = strstr(pszFilename, osOptionName); in OGRCARTODBGetOptionValue() local
127 if (!pszOptionValue) in OGRCARTODBGetOptionValue()
130 CPLString osOptionValue(pszOptionValue + strlen(osOptionName)); in OGRCARTODBGetOptionValue()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartodatasource.cpp128 const char* pszOptionValue = strstr(pszFilename, osOptionName); in OGRCARTOGetOptionValue() local
129 if (!pszOptionValue) in OGRCARTOGetOptionValue()
132 CPLString osOptionValue(pszOptionValue + osOptionName.size()); in OGRCARTOGetOptionValue()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartodatasource.cpp128 const char* pszOptionValue = strstr(pszFilename, osOptionName); in OGRCARTOGetOptionValue() local
129 if (!pszOptionValue) in OGRCARTOGetOptionValue()
132 CPLString osOptionValue(pszOptionValue + osOptionName.size()); in OGRCARTOGetOptionValue()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/carto/
H A Dogrcartodatasource.cpp128 const char* pszOptionValue = strstr(pszFilename, osOptionName); in OGRCARTOGetOptionValue() local
129 if (!pszOptionValue) in OGRCARTOGetOptionValue()
132 CPLString osOptionValue(pszOptionValue + osOptionName.size()); in OGRCARTOGetOptionValue()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigoclouddatasource.cpp136 const char* pszOptionValue = strstr(pszFilename, osOptionName); in OGRAMIGOCLOUDGetOptionValue() local
137 if (!pszOptionValue) in OGRAMIGOCLOUDGetOptionValue()
140 CPLString osOptionValue(pszOptionValue + osOptionName.size()); in OGRAMIGOCLOUDGetOptionValue()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigoclouddatasource.cpp136 const char* pszOptionValue = strstr(pszFilename, osOptionName); in OGRAMIGOCLOUDGetOptionValue() local
137 if (!pszOptionValue) in OGRAMIGOCLOUDGetOptionValue()
140 CPLString osOptionValue(pszOptionValue + osOptionName.size()); in OGRAMIGOCLOUDGetOptionValue()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/amigocloud/
H A Dogramigoclouddatasource.cpp136 const char* pszOptionValue = strstr(pszFilename, osOptionName); in OGRAMIGOCLOUDGetOptionValue() local
137 if (!pszOptionValue) in OGRAMIGOCLOUDGetOptionValue()
140 CPLString osOptionValue(pszOptionValue + osOptionName.size()); in OGRAMIGOCLOUDGetOptionValue()