Home
last modified time | relevance | path

Searched refs:pszISDT (Results 1 – 16 of 16) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/s57/
H A Ds57writer.cpp433 const char *pszISDT, const char *pszSTED, in WriteDSID() argument
448 if( pszISDT == NULL ) in WriteDSID()
449 pszISDT = "20030801"; in WriteDSID()
451 pszUADT = pszISDT; in WriteDSID()
473 poRec->SetStringSubfield( "DSID", 0, "ISDT", 0, pszISDT ); in WriteDSID()
H A Dogrs57datasource.cpp541 *pszISDT = CSLFetchNameValue(papszOptions, "S57_ISDT"), in Create() local
561 pszEDTN, pszUPDN, pszUADT, pszISDT, pszSTED, nAGEN, in Create()
H A Ds57.h380 const char *pszISDT = NULL,
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Ds57writer.cpp437 const char *pszISDT, const char *pszSTED, in WriteDSID() argument
454 if( pszISDT == nullptr ) in WriteDSID()
455 pszISDT = "20030801"; in WriteDSID()
457 pszUADT = pszISDT; in WriteDSID()
479 poRec->SetStringSubfield( "DSID", 0, "ISDT", 0, pszISDT ); in WriteDSID()
H A Dogrs57datasource.cpp547 const char *pszISDT = CSLFetchNameValue( papszOptionsIn, "S57_ISDT" ); in Create() local
560 pszEDTN, pszUPDN, pszUADT, pszISDT, pszSTED, nAGEN, in Create()
H A Ds57.h397 const char *pszISDT = nullptr,
H A Ds57reader.cpp3294 const char* pszISDT in ApplyUpdates() local
3296 if( pszISDT != nullptr) in ApplyUpdates()
3297 m_osISDTUpdate = pszISDT; in ApplyUpdates()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Ds57writer.cpp437 const char *pszISDT, const char *pszSTED, in WriteDSID() argument
454 if( pszISDT == nullptr ) in WriteDSID()
455 pszISDT = "20030801"; in WriteDSID()
457 pszUADT = pszISDT; in WriteDSID()
479 poRec->SetStringSubfield( "DSID", 0, "ISDT", 0, pszISDT ); in WriteDSID()
H A Dogrs57datasource.cpp547 const char *pszISDT = CSLFetchNameValue( papszOptionsIn, "S57_ISDT" ); in Create() local
560 pszEDTN, pszUPDN, pszUADT, pszISDT, pszSTED, nAGEN, in Create()
H A Ds57.h397 const char *pszISDT = nullptr,
H A Ds57reader.cpp3294 const char* pszISDT in ApplyUpdates() local
3296 if( pszISDT != nullptr) in ApplyUpdates()
3297 m_osISDTUpdate = pszISDT; in ApplyUpdates()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Ds57writer.cpp437 const char *pszISDT, const char *pszSTED, in WriteDSID() argument
454 if( pszISDT == nullptr ) in WriteDSID()
455 pszISDT = "20030801"; in WriteDSID()
457 pszUADT = pszISDT; in WriteDSID()
479 poRec->SetStringSubfield( "DSID", 0, "ISDT", 0, pszISDT ); in WriteDSID()
H A Dogrs57datasource.cpp547 const char *pszISDT = CSLFetchNameValue( papszOptionsIn, "S57_ISDT" ); in Create() local
560 pszEDTN, pszUPDN, pszUADT, pszISDT, pszSTED, nAGEN, in Create()
H A Ds57.h397 const char *pszISDT = nullptr,
H A Ds57reader.cpp3294 const char* pszISDT in ApplyUpdates() local
3296 if( pszISDT != nullptr) in ApplyUpdates()
3297 m_osISDTUpdate = pszISDT; in ApplyUpdates()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Ds57.h273 const char *pszISDT = NULL,