Home
last modified time | relevance | path

Searched refs:papszOptionsIn (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Dogrs57datasource.cpp470 char **papszOptionsIn ) in Create() argument
544 const char *pszEDTN = CSLFetchNameValue( papszOptionsIn, "S57_EDTN" ); in Create()
545 const char *pszUPDN = CSLFetchNameValue( papszOptionsIn, "S57_UPDN" ); in Create()
546 const char *pszUADT = CSLFetchNameValue( papszOptionsIn, "S57_UADT" ); in Create()
547 const char *pszISDT = CSLFetchNameValue( papszOptionsIn, "S57_ISDT" ); in Create()
548 const char *pszSTED = CSLFetchNameValue( papszOptionsIn, "S57_STED" ); in Create()
550 const char *pszCOMT = CSLFetchNameValue( papszOptionsIn, "S57_COMT" ); in Create()
551 int nAALL = atoi(CSLFetchNameValueDef( papszOptionsIn, "S57_AALL", "0" )); in Create()
552 int nNALL = atoi(CSLFetchNameValueDef( papszOptionsIn, "S57_NALL", "0" )); in Create()
553 int nNOMR = atoi(CSLFetchNameValueDef( papszOptionsIn, "S57_NOMR", "0" )); in Create()
[all …]
H A Ds57reader.cpp342 bool S57Reader::SetOptions( char ** papszOptionsIn ) in SetOptions() argument
346 papszOptions = CSLDuplicate( papszOptionsIn ); in SetOptions()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Dogrs57datasource.cpp470 char **papszOptionsIn ) in Create() argument
544 const char *pszEDTN = CSLFetchNameValue( papszOptionsIn, "S57_EDTN" ); in Create()
545 const char *pszUPDN = CSLFetchNameValue( papszOptionsIn, "S57_UPDN" ); in Create()
546 const char *pszUADT = CSLFetchNameValue( papszOptionsIn, "S57_UADT" ); in Create()
547 const char *pszISDT = CSLFetchNameValue( papszOptionsIn, "S57_ISDT" ); in Create()
548 const char *pszSTED = CSLFetchNameValue( papszOptionsIn, "S57_STED" ); in Create()
550 const char *pszCOMT = CSLFetchNameValue( papszOptionsIn, "S57_COMT" ); in Create()
551 int nAALL = atoi(CSLFetchNameValueDef( papszOptionsIn, "S57_AALL", "0" )); in Create()
552 int nNALL = atoi(CSLFetchNameValueDef( papszOptionsIn, "S57_NALL", "0" )); in Create()
553 int nNOMR = atoi(CSLFetchNameValueDef( papszOptionsIn, "S57_NOMR", "0" )); in Create()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Dogrs57datasource.cpp470 char **papszOptionsIn ) in Create() argument
544 const char *pszEDTN = CSLFetchNameValue( papszOptionsIn, "S57_EDTN" ); in Create()
545 const char *pszUPDN = CSLFetchNameValue( papszOptionsIn, "S57_UPDN" ); in Create()
546 const char *pszUADT = CSLFetchNameValue( papszOptionsIn, "S57_UADT" ); in Create()
547 const char *pszISDT = CSLFetchNameValue( papszOptionsIn, "S57_ISDT" ); in Create()
548 const char *pszSTED = CSLFetchNameValue( papszOptionsIn, "S57_STED" ); in Create()
550 const char *pszCOMT = CSLFetchNameValue( papszOptionsIn, "S57_COMT" ); in Create()
551 int nAALL = atoi(CSLFetchNameValueDef( papszOptionsIn, "S57_AALL", "0" )); in Create()
552 int nNALL = atoi(CSLFetchNameValueDef( papszOptionsIn, "S57_NALL", "0" )); in Create()
553 int nNOMR = atoi(CSLFetchNameValueDef( papszOptionsIn, "S57_NOMR", "0" )); in Create()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdaldefaultasync.cpp343 int nBandSpaceIn, char **papszOptionsIn) in GDALDefaultAsyncReader() argument
370 papszOptions = CSLDuplicate(papszOptionsIn); in GDALDefaultAsyncReader()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdaldefaultasync.cpp343 int nBandSpaceIn, char **papszOptionsIn) in GDALDefaultAsyncReader() argument
370 papszOptions = CSLDuplicate(papszOptionsIn); in GDALDefaultAsyncReader()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdaldefaultasync.cpp343 int nBandSpaceIn, char **papszOptionsIn) in GDALDefaultAsyncReader() argument
370 papszOptions = CSLDuplicate(papszOptionsIn); in GDALDefaultAsyncReader()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dgn/
H A Dogrdgndatasource.cpp165 char **papszOptionsIn ) in PreCreate() argument
168 papszOptions = CSLDuplicate( papszOptionsIn ); in PreCreate()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dgn/
H A Dogrdgndatasource.cpp165 char **papszOptionsIn ) in PreCreate() argument
168 papszOptions = CSLDuplicate( papszOptionsIn ); in PreCreate()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dgn/
H A Dogrdgndatasource.cpp165 char **papszOptionsIn ) in PreCreate() argument
168 papszOptions = CSLDuplicate( papszOptionsIn ); in PreCreate()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/oci/
H A Dogrociwritablelayer.cpp234 void OGROCIWritableLayer::SetOptions( char **papszOptionsIn ) in SetOptions() argument
238 papszOptions = CSLDuplicate( papszOptionsIn ); in SetOptions()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrociwritablelayer.cpp234 void OGROCIWritableLayer::SetOptions( char **papszOptionsIn ) in SetOptions() argument
238 papszOptions = CSLDuplicate( papszOptionsIn ); in SetOptions()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrociwritablelayer.cpp234 void OGROCIWritableLayer::SetOptions( char **papszOptionsIn ) in SetOptions() argument
238 papszOptions = CSLDuplicate( papszOptionsIn ); in SetOptions()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrociwritablelayer.cpp234 void OGROCIWritableLayer::SetOptions( char **papszOptionsIn ) in SetOptions() argument
238 papszOptions = CSLDuplicate( papszOptionsIn ); in SetOptions()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdgnv8datasource.cpp390 char **papszOptionsIn ) in PreCreate() argument
395 m_papszOptions = CSLDuplicate( papszOptionsIn ); in PreCreate()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdgnv8datasource.cpp390 char **papszOptionsIn )
395 m_papszOptions = CSLDuplicate( papszOptionsIn );
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdgnv8datasource.cpp390 char **papszOptionsIn ) in PreCreate() argument
395 m_papszOptions = CSLDuplicate( papszOptionsIn ); in PreCreate()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/tiger/
H A Dogrtigerdatasource.cpp766 int OGRTigerDataSource::Create( const char *pszNameIn, char **papszOptionsIn ) in Create() argument
794 SetOptionList( papszOptionsIn ); in Create()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/tiger/
H A Dogrtigerdatasource.cpp766 int OGRTigerDataSource::Create( const char *pszNameIn, char **papszOptionsIn ) in Create() argument
794 SetOptionList( papszOptionsIn ); in Create()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/tiger/
H A Dogrtigerdatasource.cpp766 int OGRTigerDataSource::Create( const char *pszNameIn, char **papszOptionsIn ) in Create() argument
794 SetOptionList( papszOptionsIn ); in Create()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ecw/
H A Decwcreatecopy.cpp1703 char **papszOptionsIn, int bIsJPEG2000In ) in ECWWriteDataset() argument
1714 this->papszOptions = CSLDuplicate( papszOptionsIn ); in ECWWriteDataset()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ecw/
H A Decwcreatecopy.cpp1703 char **papszOptionsIn, int bIsJPEG2000In ) in ECWWriteDataset() argument
1714 this->papszOptions = CSLDuplicate( papszOptionsIn ); in ECWWriteDataset()
/dports/graphics/gdal/gdal-3.3.3/frmts/ecw/
H A Decwcreatecopy.cpp1703 char **papszOptionsIn, int bIsJPEG2000In ) in ECWWriteDataset() argument
1714 this->papszOptions = CSLDuplicate( papszOptionsIn ); in ECWWriteDataset()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds57reader.cpp229 void S57Reader::SetOptions( char ** papszOptionsIn ) in SetOptions() argument
235 papszOptions = CSLDuplicate( papszOptionsIn ); in SetOptions()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/s57/
H A Ds57reader.cpp351 int S57Reader::SetOptions( char ** papszOptionsIn ) in SetOptions() argument
357 papszOptions = CSLDuplicate( papszOptionsIn ); in SetOptions()

12