Home
last modified time | relevance | path

Searched refs:CSLFetchBoolean (Results 76 – 100 of 111) sorted by relevance

12345

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsvectorfilewriter.cpp165 return CSLFetchBoolean( driverMetadata, GDAL_DCAP_FEATURE_STYLES, false ); in supportsFeatureStyles()
3476 bool nonSpatialFormat = CSLFetchBoolean( metadata, GDAL_DCAP_NONSPATIAL, false ); in supportedFiltersAndFormats()
3683 …if ( CSLFetchBoolean( driverMetadata, GDAL_DCAP_CREATE, false ) && CSLFetchBoolean( driverMetadata… in driverForExtension()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/wfs/
H A Dogrwfsdatasource.cpp906 bEmptyAsNull = CSLFetchBoolean(papszOpenOptions, "EMPTY_AS_NULL", TRUE); in Open()
1508 CSLFetchBoolean(papszOpenOptions, "TRUST_CAPABILITIES_BOUNDS", in Open()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_string.cpp1025 int CSLFetchBoolean( char **papszStrList, const char *pszKey, int bDefault ) in CSLFetchBoolean() function
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/csw/
H A Dogrcswdataset.cpp915 bFullExtentRecordsAsNonSpatial = CSLFetchBoolean(papszOpenOptions, in Open()
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgdalrasterize.cpp465 *pbAllTouched = CSLFetchBoolean( papszOptions, "ALL_TOUCHED", FALSE ); in GDALRasterizeOptions()
H A Dgdalwarpkernel.cpp958 if( CSLFetchBoolean( papszWarpOptions, "USE_GENERAL_CASE", FALSE ) ) in PerformWarp()
972 CSLFetchBoolean( papszWarpOptions, "USE_OPENCL", TRUE )) in PerformWarp()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gpkg/
H A Dogrgeopackagedatasource.cpp3343 int bGeomNullable = CSLFetchBoolean(papszOptions, "GEOMETRY_NULLABLE", TRUE); in ICreateLayer()
3415 poLayer->SetPrecisionFlag( CSLFetchBoolean(papszOptions,"PRECISION",TRUE)); in ICreateLayer()
3416 poLayer->SetTruncateFieldsFlag( CSLFetchBoolean(papszOptions,"TRUNCATE_FIELDS",FALSE)); in ICreateLayer()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/filegdb/
H A DFGdbLayer.cpp1511 …m_bLaunderReservedKeywords = CSLFetchBoolean( papszOptions, "LAUNDER_RESERVED_KEYWORDS", TRUE) == … in Create()
1563 if( CSLFetchBoolean( papszOptions, "GEOMETRY_NULLABLE", TRUE) ) in Create()
/dports/math/R-cran-sf/sf/src/
H A Dstars.cpp494 if (!CSLFetchBoolean( papszMetadata, GDAL_DCAP_CREATE, FALSE ) ) in CPL_write_gdal()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/vrt/
H A Dvrtdataset.cpp878 CSLFetchBoolean( papszOptions, "relativeToVRT", FALSE ); in AddBand()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hfa/
H A Dhfadataset.cpp5698 poDS->bIgnoreUTM = CSLFetchBoolean( papszParmList, "IGNOREUTM", in Create()
5710 CSLFetchBoolean( papszParmList, "FORCETOPESTRING", FALSE ); in Create()
5836 int bCreateAux = CSLFetchBoolean( papszOptions, "AUX", FALSE ); in CreateCopy()
5957 if( CSLFetchBoolean( papszOptions, "STATISTICS", FALSE ) ) in CreateCopy()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/bmp/
H A Dbmpdataset.cpp1513 if( CSLFetchBoolean( papszOptions, "WORLDFILE", FALSE ) ) in Create()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonwriter.cpp88 bGenerateID = CPL_TO_BOOL(CSLFetchBoolean(papszOptions, "ID_GENERATE", false)); in SetIDOptions()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonwriter.cpp88 bGenerateID = CPL_TO_BOOL(CSLFetchBoolean(papszOptions, "ID_GENERATE", false)); in SetIDOptions()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonwriter.cpp88 bGenerateID = CPL_TO_BOOL(CSLFetchBoolean(papszOptions, "ID_GENERATE", false)); in SetIDOptions()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/netcdf/
H A Dnetcdfdataset.cpp3366 bWriteGDALTags = CSLFetchBoolean( papszCreationOptions, "WRITE_GDAL_TAGS", TRUE ); in AddProjectionVars()
3403 …bWriteGDALTags = CSLFetchBoolean( papszCreationOptions, "WRITE_GDAL_TAGS", bWriteGridMapping ); … in AddProjectionVars()
3435 bBottomUp = CSLFetchBoolean( papszCreationOptions, "WRITE_BOTTOMUP", TRUE ); in AddProjectionVars()
5761 bChunking = CSLFetchBoolean( papszCreationOptions, "CHUNKING", TRUE ); in ProcessCreationOptions()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ecw/
H A Decwdataset.cpp184 CSLFetchBoolean(papszOpenOptions, "1BIT_ALPHA_PROMOTION", in ECWRasterBand()
2740 CSLFetchBoolean(poOpenInfo->papszOpenOptions, "OPEN_REMOTE_GML", FALSE)); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_string.cpp1641 int CSLFetchBoolean( CSLConstList papszStrList, const char *pszKey, int bDefault ) in CSLFetchBoolean() function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_string.cpp1641 int CSLFetchBoolean( CSLConstList papszStrList, const char *pszKey, int bDefault ) in CSLFetchBoolean() function
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_string.cpp1641 int CSLFetchBoolean( CSLConstList papszStrList, const char *pszKey, int bDefault ) in CSLFetchBoolean() function
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfcreatecopy.cpp4343 int bTiled = CSLFetchBoolean( papszOptions, "TILED", FALSE ); in GDALPDFCreateCopy()
4523 int bWriteOGRAttributes = CSLFetchBoolean(papszOptions, "OGR_WRITE_ATTRIBUTES", TRUE); in GDALPDFCreateCopy()
4553 if( CSLFetchBoolean(papszOptions, "WRITE_INFO", TRUE) ) in GDALPDFCreateCopy()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/csv/
H A Dogrcsvlayer.cpp275 bMergeDelimiter = CSLFetchBoolean(papszOpenOptions, "MERGE_SEPARATOR", FALSE); in BuildFeatureDefn()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/rmf/
H A Drmfdataset.cpp1649 if ( CSLFetchBoolean( papszParmList, "MTW", FALSE) ) in Create()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/shape/
H A Dogrshapelayer.cpp161 CSLFetchBoolean(poDS->GetOpenOptions(), "ADJUST_TYPE", FALSE) ); in OGRShapeLayer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/tiledb/
H A Dtiledbdataset.cpp1817 poDS->bStats = CSLFetchBoolean( papszOptions, "STATS", FALSE ); in CreateLL()

12345