Home
last modified time | relevance | path

Searched refs:osFileName (Results 1 – 25 of 68) sorted by relevance

123

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/grib/degrib/g2clib/
H A Ddec_jpeg2000.cpp55 CPLString osFileName; in dec_jpeg2000() local
56 osFileName.Printf( "/vsimem/work_grib_%p.jpc", injpc ); in dec_jpeg2000()
59 osFileName, (unsigned char*)injpc, bufsize, in dec_jpeg2000()
64 GDALOpen( osFileName, GA_ReadOnly ); in dec_jpeg2000()
70 VSIUnlink( osFileName ); in dec_jpeg2000()
78 VSIUnlink( osFileName ); in dec_jpeg2000()
92 VSIUnlink( osFileName ); in dec_jpeg2000()
101 VSIUnlink( osFileName ); in dec_jpeg2000()
109 VSIUnlink( osFileName ); in dec_jpeg2000()
131 VSIUnlink( osFileName ); in dec_jpeg2000()
/dports/graphics/gdal/gdal-3.3.3/frmts/grib/degrib/g2clib/
H A Ddec_jpeg2000.cpp55 CPLString osFileName; in dec_jpeg2000() local
56 osFileName.Printf( "/vsimem/work_grib_%p.jpc", injpc ); in dec_jpeg2000()
59 osFileName, (unsigned char*)injpc, bufsize, in dec_jpeg2000()
64 GDALOpen( osFileName, GA_ReadOnly ); in dec_jpeg2000()
70 VSIUnlink( osFileName ); in dec_jpeg2000()
78 VSIUnlink( osFileName ); in dec_jpeg2000()
92 VSIUnlink( osFileName ); in dec_jpeg2000()
101 VSIUnlink( osFileName ); in dec_jpeg2000()
109 VSIUnlink( osFileName ); in dec_jpeg2000()
131 VSIUnlink( osFileName ); in dec_jpeg2000()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/grib/degrib/g2clib/
H A Ddec_jpeg2000.cpp55 CPLString osFileName; in dec_jpeg2000() local
56 osFileName.Printf( "/vsimem/work_grib_%p.jpc", injpc ); in dec_jpeg2000()
59 osFileName, (unsigned char*)injpc, bufsize, in dec_jpeg2000()
64 GDALOpen( osFileName, GA_ReadOnly ); in dec_jpeg2000()
70 VSIUnlink( osFileName ); in dec_jpeg2000()
78 VSIUnlink( osFileName ); in dec_jpeg2000()
92 VSIUnlink( osFileName ); in dec_jpeg2000()
101 VSIUnlink( osFileName ); in dec_jpeg2000()
109 VSIUnlink( osFileName ); in dec_jpeg2000()
131 VSIUnlink( osFileName ); in dec_jpeg2000()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dpartfactory.cpp315 QString osFileName(fileName); in getSvgFilename() local
316 osFileName.remove(OldSchematicPrefix); in getSvgFilename()
318 if (osFileName.startsWith("pcb/dip_", Qt::CaseInsensitive)) { in getSvgFilename()
323 if (osFileName.contains("dip")) { in getSvgFilename()
385 if (osFileName.startsWith("pcb/molex_", Qt::CaseInsensitive)) { in getSvgFilename()
401 if (osFileName.contains("pin_header", Qt::CaseInsensitive)) { in getSvgFilename()
402 if (osFileName.contains("schematic", Qt::CaseInsensitive)) { in getSvgFilename()
405 else if (osFileName.contains("bread", Qt::CaseInsensitive)) { in getSvgFilename()
408 else if (osFileName.contains("pcb", Qt::CaseInsensitive)) { in getSvgFilename()
413 …if (osFileName.contains("perfboard", Qt::CaseInsensitive) || osFileName.contains("stripboard", Qt:… in getSvgFilename()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/grib/degrib18/g2clib-1.0.4/
H A Ddec_jpeg2000.cpp77 CPLString osFileName = "/vsimem/work.jpc"; in dec_jpeg2000() local
80 while ( VSIStatL( osFileName, &sStatBuf ) == 0 ) { in dec_jpeg2000()
81 osFileName.Printf( "/vsimem/work%d.jpc", ++fileNumber ); in dec_jpeg2000()
85 osFileName, (unsigned char*)injpc, bufsize, in dec_jpeg2000()
90 GDALOpen( osFileName, GA_ReadOnly ); in dec_jpeg2000()
127 VSIUnlink( osFileName ); in dec_jpeg2000()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/adrg/
H A Dsrpdataset.cpp1354 if( VSIStatL( osFileName, &sStatBuf ) == 0 ) in GetIMGListFromGEN()
1356 osBAD = osFileName; in GetIMGListFromGEN()
1423 CPLString osFileName(poOpenInfo->pszFilename); in Open() local
1436 osFileName = papszFileNames[0]; in Open()
1469 osGENFileName = osFileName; in Open()
1496 osIMGFileName = osFileName; in Open()
1532 CPLString path = CPLGetDirname( osFileName ); in Open()
1536 osFileName = CPLResetExtension( osFileName, "GEN" ); in Open()
1537 if( VSIStatL( osFileName, &sStatBuf ) != 0 ) in Open()
1539 osFileName = CPLResetExtension( osFileName, "gen" ); in Open()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/adrg/
H A Dsrpdataset.cpp1410 if( VSIStatL( osFileName, &sStatBuf ) == 0 ) in GetIMGListFromGEN()
1412 osBAD = osFileName; in GetIMGListFromGEN()
1479 CPLString osFileName(poOpenInfo->pszFilename); in Open() local
1492 osFileName = papszFileNames[0]; in Open()
1525 osGENFileName = osFileName; in Open()
1552 osIMGFileName = osFileName; in Open()
1588 CPLString path = CPLGetDirname( osFileName ); in Open()
1592 osFileName = CPLResetExtension( osFileName, "GEN" ); in Open()
1593 if( VSIStatL( osFileName, &sStatBuf ) != 0 ) in Open()
1595 osFileName = CPLResetExtension( osFileName, "gen" ); in Open()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/adrg/
H A Dsrpdataset.cpp1410 if( VSIStatL( osFileName, &sStatBuf ) == 0 )
1412 osBAD = osFileName;
1479 CPLString osFileName(poOpenInfo->pszFilename);
1492 osFileName = papszFileNames[0];
1525 osGENFileName = osFileName;
1552 osIMGFileName = osFileName;
1588 CPLString path = CPLGetDirname( osFileName );
1592 osFileName = CPLResetExtension( osFileName, "GEN" );
1593 if( VSIStatL( osFileName, &sStatBuf ) != 0 )
1595 osFileName = CPLResetExtension( osFileName, "gen" );
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/adrg/
H A Dsrpdataset.cpp1410 if( VSIStatL( osFileName, &sStatBuf ) == 0 ) in GetIMGListFromGEN()
1412 osBAD = osFileName; in GetIMGListFromGEN()
1479 CPLString osFileName(poOpenInfo->pszFilename); in Open() local
1492 osFileName = papszFileNames[0]; in Open()
1525 osGENFileName = osFileName; in Open()
1552 osIMGFileName = osFileName; in Open()
1588 CPLString path = CPLGetDirname( osFileName ); in Open()
1592 osFileName = CPLResetExtension( osFileName, "GEN" ); in Open()
1593 if( VSIStatL( osFileName, &sStatBuf ) != 0 ) in Open()
1595 osFileName = CPLResetExtension( osFileName, "gen" ); in Open()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil_abstract_archive.cpp115 static CPLString GetStrippedFilename(const CPLString& osFileName, in GetStrippedFilename() argument
119 const char* fileName = osFileName.c_str(); in GetStrippedFilename()
206 const CPLString osFileName = poReader->GetFileName(); in GetContentOfArchive() local
209 GetStrippedFilename(osFileName, bIsDir); in GetContentOfArchive()
605 const CPLString osFileName = poReader->GetFileName(); in OpenArchiveFile() local
606 if( osFileName.empty() || IsEitherSlash(osFileName.back()) ) in OpenArchiveFile()
656 const CPLString osFileName = poReader->GetFileName(); in OpenArchiveFile() local
659 GetStrippedFilename(osFileName, bIsDir); in OpenArchiveFile()
739 const CPLString osFileName = poReader->GetFileName(); in Stat() local
740 if( IsEitherSlash(osFileName.back()) ) in Stat()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil_abstract_archive.cpp115 static CPLString GetStrippedFilename(const CPLString& osFileName, in f2()
119 const char* fileName = osFileName.c_str(); in f2()
206 const CPLString osFileName = poReader->GetFileName(); in f1()
209 GetStrippedFilename(osFileName, bIsDir); in f1()
605 const CPLString osFileName = poReader->GetFileName();
606 if( osFileName.empty() || IsEitherSlash(osFileName.back()) )
656 const CPLString osFileName = poReader->GetFileName();
659 GetStrippedFilename(osFileName, bIsDir);
739 const CPLString osFileName = poReader->GetFileName();
740 if( IsEitherSlash(osFileName.back()) )
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil_abstract_archive.cpp115 static CPLString GetStrippedFilename(const CPLString& osFileName, in GetStrippedFilename() argument
119 const char* fileName = osFileName.c_str(); in GetStrippedFilename()
206 const CPLString osFileName = poReader->GetFileName(); in GetContentOfArchive() local
209 GetStrippedFilename(osFileName, bIsDir); in GetContentOfArchive()
605 const CPLString osFileName = poReader->GetFileName(); in OpenArchiveFile() local
606 if( osFileName.empty() || IsEitherSlash(osFileName.back()) ) in OpenArchiveFile()
656 const CPLString osFileName = poReader->GetFileName(); in OpenArchiveFile() local
659 GetStrippedFilename(osFileName, bIsDir); in OpenArchiveFile()
739 const CPLString osFileName = poReader->GetFileName(); in Stat() local
740 if( IsEitherSlash(osFileName.back()) ) in Stat()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/rasterlite/
H A Drasterlitedataset.cpp646 osFileName(poMainDSIn->osFileName), in RasterliteDataset()
790 osOvrFileName.Printf("%s_%s", osFileName.c_str(), osTableName.c_str()); in GetMetadataItem()
835 = CSLAddString(nullptr, osFileName); in GetFileList()
1002 CPLString osFileName; in Open() local
1022 osFileName = poOpenInfo->pszFilename; in Open()
1029 osFileName = poOpenInfo->pszFilename; in Open()
1042 osFileName = papszTokens[0]; in Open()
1090 OGRDataSourceH hDS = RasterliteOpenSQLiteDB(osFileName.c_str(), poOpenInfo->eAccess); in Open()
1235 poDS->osFileName = osFileName; in Open()
1436 poDS->SetPhysicalFilename( osFileName.c_str() ); in Open()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/rasterlite/
H A Drasterlitedataset.cpp646 osFileName(poMainDSIn->osFileName), in RasterliteDataset()
790 osOvrFileName.Printf("%s_%s", osFileName.c_str(), osTableName.c_str()); in GetMetadataItem()
835 = CSLAddString(nullptr, osFileName); in GetFileList()
1002 CPLString osFileName; in Open() local
1022 osFileName = poOpenInfo->pszFilename; in Open()
1029 osFileName = poOpenInfo->pszFilename; in Open()
1042 osFileName = papszTokens[0]; in Open()
1090 OGRDataSourceH hDS = RasterliteOpenSQLiteDB(osFileName.c_str(), poOpenInfo->eAccess); in Open()
1235 poDS->osFileName = osFileName; in Open()
1436 poDS->SetPhysicalFilename( osFileName.c_str() ); in Open()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/rasterlite/
H A Drasterlitedataset.cpp646 osFileName(poMainDSIn->osFileName), in RasterliteDataset()
790 osOvrFileName.Printf("%s_%s", osFileName.c_str(), osTableName.c_str()); in GetMetadataItem()
835 = CSLAddString(nullptr, osFileName); in GetFileList()
1002 CPLString osFileName; in Open() local
1022 osFileName = poOpenInfo->pszFilename; in Open()
1029 osFileName = poOpenInfo->pszFilename; in Open()
1042 osFileName = papszTokens[0]; in Open()
1090 OGRDataSourceH hDS = RasterliteOpenSQLiteDB(osFileName.c_str(), poOpenInfo->eAccess); in Open()
1235 poDS->osFileName = osFileName; in Open()
1436 poDS->SetPhysicalFilename( osFileName.c_str() ); in Open()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/rasterlite/
H A Drasterlitedataset.cpp611 osFileName = poMainDS->osFileName; in RasterliteDataset()
754 osOvrFileName.Printf("%s_%s", osFileName.c_str(), osTableName.c_str()); in GetMetadataItem()
799 papszFileList = CSLAddString(papszFileList, osFileName); in GetFileList()
953 CPLString osFileName; in Open() local
970 osFileName = poOpenInfo->pszFilename; in Open()
983 osFileName = papszTokens[0]; in Open()
1031 OGRDataSourceH hDS = RasterliteOpenSQLiteDB(osFileName.c_str(), poOpenInfo->eAccess); in Open()
1180 poDS->osFileName = osFileName; in Open()
1366 poDS->SetPhysicalFilename( osFileName.c_str() ); in Open()
1370 osFileName.c_str(), osTableName.c_str()); in Open()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_vsil_abstract_archive.cpp130 CPLString osFileName = poReader->GetFileName(); in GetContentOfArchive() local
131 const char* fileName = osFileName.c_str(); in GetContentOfArchive()
392 CPLString osFileName = poReader->GetFileName(); in OpenArchiveFile() local
393 const char* fileName = osFileName.c_str(); in OpenArchiveFile()
487 CPLString osFileName = poReader->GetFileName(); in Stat() local
488 const char* fileName = osFileName.c_str(); in Stat()
H A Dcpl_path.cpp912 CPLString osFilePath, osFileName; in CPLCorrespondingPaths() local
915 osFileName = CPLGetFilename( papszFileList[i] ); in CPLCorrespondingPaths()
917 if( !EQUALN(osFileName,osOldBasename,osOldBasename.size()) in CPLCorrespondingPaths()
919 || osFileName[osOldBasename.size()] != '.' ) in CPLCorrespondingPaths()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ilwis/
H A Dilwisdataset.cpp478 georef = ReadElement("Map", "GeoRef", osFileName); in CollectTransformCoef()
480 georef = ReadElement("MapList", "GeoRef", osFileName); in CollectTransformCoef()
488 string pszPath = string(CPLGetPath( osFileName )); in CollectTransformCoef()
559 string grFileName = CPLResetExtension(osFileName, "grf" ); in WriteGeoReference()
572 string sBaseName = string(CPLGetBasename(osFileName) ); in WriteGeoReference()
573 string sPath = string(CPLGetPath(osFileName)); in WriteGeoReference()
756 poDS->osFileName = poOpenInfo->pszFilename; in Open()
792 string pszPath = string(CPLGetPath( poDS->osFileName )); in Open()
973 poDS->osFileName = pszFileName; in Create()
1229 sBandName = string(poDS->osFileName); in ILWISRasterBand()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.cpp487 georef = ReadElement("Map", "GeoRef", osFileName); in CollectTransformCoef()
489 georef = ReadElement("MapList", "GeoRef", osFileName); in CollectTransformCoef()
497 std::string pszPath = std::string(CPLGetPath( osFileName )); in CollectTransformCoef()
566 std::string grFileName = CPLResetExtension(osFileName, "grf" ); in WriteGeoReference()
579 std::string sBaseName = std::string(CPLGetBasename(osFileName) ); in WriteGeoReference()
580 std::string sPath = std::string(CPLGetPath(osFileName)); in WriteGeoReference()
583 WriteElement("Map", "GeoRef", osFileName, sBaseName + ".grf"); in WriteGeoReference()
774 poDS->osFileName = poOpenInfo->pszFilename; in Open()
994 poDS->osFileName = pszFileName; in Create()
1253 sBandName = std::string(poDSIn->osFileName); in ILWISRasterBand()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.cpp487 georef = ReadElement("Map", "GeoRef", osFileName); in CollectTransformCoef()
489 georef = ReadElement("MapList", "GeoRef", osFileName); in CollectTransformCoef()
497 std::string pszPath = std::string(CPLGetPath( osFileName )); in CollectTransformCoef()
566 std::string grFileName = CPLResetExtension(osFileName, "grf" ); in WriteGeoReference()
579 std::string sBaseName = std::string(CPLGetBasename(osFileName) ); in WriteGeoReference()
580 std::string sPath = std::string(CPLGetPath(osFileName)); in WriteGeoReference()
583 WriteElement("Map", "GeoRef", osFileName, sBaseName + ".grf"); in WriteGeoReference()
774 poDS->osFileName = poOpenInfo->pszFilename; in Open()
994 poDS->osFileName = pszFileName; in Create()
1253 sBandName = std::string(poDSIn->osFileName); in ILWISRasterBand()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.cpp487 georef = ReadElement("Map", "GeoRef", osFileName); in CollectTransformCoef()
489 georef = ReadElement("MapList", "GeoRef", osFileName); in CollectTransformCoef()
497 std::string pszPath = std::string(CPLGetPath( osFileName )); in CollectTransformCoef()
566 std::string grFileName = CPLResetExtension(osFileName, "grf" ); in WriteGeoReference()
579 std::string sBaseName = std::string(CPLGetBasename(osFileName) ); in WriteGeoReference()
580 std::string sPath = std::string(CPLGetPath(osFileName)); in WriteGeoReference()
583 WriteElement("Map", "GeoRef", osFileName, sBaseName + ".grf"); in WriteGeoReference()
774 poDS->osFileName = poOpenInfo->pszFilename; in Open()
994 poDS->osFileName = pszFileName; in Create()
1253 sBandName = std::string(poDSIn->osFileName); in ILWISRasterBand()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wms/
H A Dgdalwmscache.cpp90 virtual CPLErr Insert(const char *pszKey, const CPLString &osFileName) override in Insert() argument
95 if ( CPLCopyFile( soFilePath, osFileName ) == CE_None) in Insert()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wms/
H A Dgdalwmscache.cpp90 virtual CPLErr Insert(const char *pszKey, const CPLString &osFileName) override in Insert() argument
95 if ( CPLCopyFile( soFilePath, osFileName ) == CE_None) in Insert()
/dports/graphics/gdal/gdal-3.3.3/frmts/wms/
H A Dgdalwmscache.cpp90 virtual CPLErr Insert(const char *pszKey, const CPLString &osFileName) override in Insert() argument
95 if ( CPLCopyFile( soFilePath, osFileName ) == CE_None) in Insert()

123