Home
last modified time | relevance | path

Searched refs:papszParamList (Results 26 – 50 of 99) sorted by relevance

1234

/dports/graphics/gdal/gdal-3.3.3/frmts/gtiff/
H A Dgeotiff.cpp651 char **papszParamList,
13576 char **papszParamList, in SaveICCProfile() argument
13592 if( (papszParamList == nullptr) && (pDS == nullptr) ) in SaveICCProfile()
13737 CSLFetchNameValue( papszParamList, in SaveICCProfile()
13747 CSLFetchNameValue( papszParamList, in SaveICCProfile()
13757 CSLFetchNameValue( papszParamList, in SaveICCProfile()
15746 char **papszParamList, in CreateLL() argument
15781 CSLFetchNameValue(papszParamList, "PROFILE")); in CreateLL()
17102 poDS->m_nZLevel = GTiffGetZLevel(papszParamList); in Create()
17110 poDS->InitCreationOrOpenOptions(papszParamList); in Create()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/
H A Dgeotiff.cpp651 char **papszParamList,
13576 char **papszParamList, in SaveICCProfile() argument
13592 if( (papszParamList == nullptr) && (pDS == nullptr) ) in SaveICCProfile()
13737 CSLFetchNameValue( papszParamList, in SaveICCProfile()
13747 CSLFetchNameValue( papszParamList, in SaveICCProfile()
13757 CSLFetchNameValue( papszParamList, in SaveICCProfile()
15746 char **papszParamList, in CreateLL() argument
15781 CSLFetchNameValue(papszParamList, "PROFILE")); in CreateLL()
17102 poDS->m_nZLevel = GTiffGetZLevel(papszParamList); in Create()
17110 poDS->InitCreationOrOpenOptions(papszParamList); in Create()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/rmf/
H A Drmfdataset.cpp1819 GDALDataType eType, char **papszParamList ) in Create() argument
1822 eType, papszParamList, nullptr, 1.0 ); in Create()
1827 GDALDataType eType, char **papszParamList, in Create() argument
1894 if( CPLFetchBool( papszParamList, "MTW", false) ) in Create()
1900 const char *pszRMFHUGE = CSLFetchNameValue(papszParamList, "RMFHUGE"); in Create()
1930 const char *pszValue = CSLFetchNameValue(papszParamList,"BLOCKXSIZE"); in Create()
1936 pszValue = CSLFetchNameValue(papszParamList,"BLOCKYSIZE"); in Create()
2094 CSLFetchNameValue(papszParamList, in Create()
2096 if(CE_None != poDS->InitCompressorData(papszParamList)) in Create()
2104 const char* pszJpegQuality = CSLFetchNameValue(papszParamList, in Create()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/rmf/
H A Drmfdataset.cpp1819 GDALDataType eType, char **papszParamList ) in Create() argument
1822 eType, papszParamList, nullptr, 1.0 ); in Create()
1827 GDALDataType eType, char **papszParamList, in Create() argument
1894 if( CPLFetchBool( papszParamList, "MTW", false) ) in Create()
1900 const char *pszRMFHUGE = CSLFetchNameValue(papszParamList, "RMFHUGE"); in Create()
1930 const char *pszValue = CSLFetchNameValue(papszParamList,"BLOCKXSIZE"); in Create()
1936 pszValue = CSLFetchNameValue(papszParamList,"BLOCKYSIZE"); in Create()
2094 CSLFetchNameValue(papszParamList, in Create()
2096 if(CE_None != poDS->InitCompressorData(papszParamList)) in Create()
2104 const char* pszJpegQuality = CSLFetchNameValue(papszParamList, in Create()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/rmf/
H A Drmfdataset.cpp1819 GDALDataType eType, char **papszParamList ) in Create() argument
1822 eType, papszParamList, nullptr, 1.0 ); in Create()
1827 GDALDataType eType, char **papszParamList, in Create() argument
1894 if( CPLFetchBool( papszParamList, "MTW", false) ) in Create()
1900 const char *pszRMFHUGE = CSLFetchNameValue(papszParamList, "RMFHUGE"); in Create()
1930 const char *pszValue = CSLFetchNameValue(papszParamList,"BLOCKXSIZE"); in Create()
1936 pszValue = CSLFetchNameValue(papszParamList,"BLOCKYSIZE"); in Create()
2094 CSLFetchNameValue(papszParamList, in Create()
2096 if(CE_None != poDS->InitCompressorData(papszParamList)) in Create()
2104 const char* pszJpegQuality = CSLFetchNameValue(papszParamList, in Create()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Dehdrdataset.h122 GDALDataType eType, char **papszParamList );
H A Dehdrdataset.cpp1705 char **papszParamList ) in Create() argument
1766 if( CSLFetchNameValue(papszParamList, "NBITS") != nullptr ) in Create()
1767 nBits = atoi(CSLFetchNameValue(papszParamList, "NBITS")); in Create()
1772 const char *pszPixelType = CSLFetchNameValue(papszParamList, "PIXELTYPE"); in Create()
H A Dmffdataset.cpp98 GDALDataType eType, char ** papszParamList );
1110 char ** papszParamList ) in Create() argument
1177 if (CSLFetchNameValue(papszParamList,"NO_END") == nullptr) in Create()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Dehdrdataset.h122 GDALDataType eType, char **papszParamList );
H A Dehdrdataset.cpp1705 char **papszParamList )
1766 if( CSLFetchNameValue(papszParamList, "NBITS") != nullptr )
1767 nBits = atoi(CSLFetchNameValue(papszParamList, "NBITS"));
1772 const char *pszPixelType = CSLFetchNameValue(papszParamList, "PIXELTYPE");
H A Dmffdataset.cpp98 GDALDataType eType, char ** papszParamList );
1110 char ** papszParamList )
1177 if (CSLFetchNameValue(papszParamList,"NO_END") == nullptr)
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Dehdrdataset.h122 GDALDataType eType, char **papszParamList );
H A Dehdrdataset.cpp1705 char **papszParamList ) in Create() argument
1766 if( CSLFetchNameValue(papszParamList, "NBITS") != nullptr ) in Create()
1767 nBits = atoi(CSLFetchNameValue(papszParamList, "NBITS")); in Create()
1772 const char *pszPixelType = CSLFetchNameValue(papszParamList, "PIXELTYPE"); in Create()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/png/
H A Dpngdataset.h173 GDALDataType, char** papszParamList );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/png/
H A Dpngdataset.h173 GDALDataType, char** papszParamList );
/dports/graphics/gdal/gdal-3.3.3/frmts/png/
H A Dpngdataset.h173 GDALDataType, char** papszParamList );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.h163 char** papszParamList);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/
H A Dpcidskdataset2.h83 char **papszParamList ); in PCIDSK2Band()
/dports/graphics/gdal/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.h163 char** papszParamList);
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/
H A Dpcidskdataset2.h83 char **papszParamList );
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/
H A Dpcidskdataset2.h83 char **papszParamList );
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.h163 char** papszParamList);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/mem/
H A Dmemdataset.h137 GDALDataType eType, char ** papszParamList );
/dports/graphics/gdal/gdal-3.3.3/frmts/mem/
H A Dmemdataset.h137 GDALDataType eType, char ** papszParamList );
/dports/graphics/py-gdal/gdal-3.3.3/frmts/mem/
H A Dmemdataset.h137 GDALDataType eType, char ** papszParamList );

1234