Home
last modified time | relevance | path

Searched refs:GA_Update (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/georss/
H A Dogrgeorssdriver.cpp42 if( poOpenInfo->eAccess == GA_Update || poOpenInfo->fpL == NULL ) in OGRGeoRSSDriverOpen()
52 if( !poDS->Open( poOpenInfo->pszFilename, poOpenInfo->eAccess == GA_Update ) ) in OGRGeoRSSDriverOpen()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorssdriver.cpp50 if( poOpenInfo->eAccess == GA_Update || poOpenInfo->fpL == nullptr ) in OGRGeoRSSDriverOpen()
61 poOpenInfo->eAccess == GA_Update ) ) in OGRGeoRSSDriverOpen()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorssdriver.cpp50 if( poOpenInfo->eAccess == GA_Update || poOpenInfo->fpL == nullptr ) in OGRGeoRSSDriverOpen()
61 poOpenInfo->eAccess == GA_Update ) ) in OGRGeoRSSDriverOpen()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorssdriver.cpp50 if( poOpenInfo->eAccess == GA_Update || poOpenInfo->fpL == nullptr ) in OGRGeoRSSDriverOpen()
61 poOpenInfo->eAccess == GA_Update ) ) in OGRGeoRSSDriverOpen()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dogrodsdriver.cpp98 else if (poOpenInfo->eAccess == GA_Update) /* We cannot update the xml file, only the .ods */ in OGRODSDriverOpen()
139 if( !poDS->Open( pszFilename, fpContent, fpSettings, poOpenInfo->eAccess == GA_Update ) ) in OGRODSDriverOpen()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dogrodsdriver.cpp98 else if (poOpenInfo->eAccess == GA_Update) /* We cannot update the xml file, only the .ods */ in OGRODSDriverOpen()
139 if( !poDS->Open( pszFilename, fpContent, fpSettings, poOpenInfo->eAccess == GA_Update ) ) in OGRODSDriverOpen()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dogrodsdriver.cpp98 else if (poOpenInfo->eAccess == GA_Update) /* We cannot update the xml file, only the .ods */ in OGRODSDriverOpen()
139 if( !poDS->Open( pszFilename, fpContent, fpSettings, poOpenInfo->eAccess == GA_Update ) ) in OGRODSDriverOpen()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dgdal_lut.py173 src_ds = gdal.Open(src_filename, gdal.GA_Update)
195 dst_ds = gdal.Open(dst_filename, gdal.GA_Update)
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dgdal_lut.py173 src_ds = gdal.Open(src_filename, gdal.GA_Update)
195 dst_ds = gdal.Open(dst_filename, gdal.GA_Update)
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dgdal_lut.py173 src_ds = gdal.Open(src_filename, gdal.GA_Update)
195 dst_ds = gdal.Open(dst_filename, gdal.GA_Update)
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcraster/
H A Dpcrasterdataset.cpp92 MOPEN_PERM mode = info->eAccess == GA_Update in open()
298 GDALOpen( filename, GA_Update ); in createCopy()
525 GDALOpen(filename, GA_Update); in create()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcraster/
H A Dpcrasterdataset.cpp61 MOPEN_PERM mode = info->eAccess == GA_Update in open()
273 GDALOpen( filename, GA_Update ) ); in createCopy()
498 GDALOpen(filename, GA_Update) ); in create()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcraster/
H A Dpcrasterdataset.cpp61 MOPEN_PERM mode = info->eAccess == GA_Update in main()
273 GDALOpen( filename, GA_Update ) );
498 GDALOpen(filename, GA_Update) );
/dports/graphics/gdal/gdal-3.3.3/frmts/pcraster/
H A Dpcrasterdataset.cpp61 MOPEN_PERM mode = info->eAccess == GA_Update in open()
273 GDALOpen( filename, GA_Update ) ); in createCopy()
498 GDALOpen(filename, GA_Update) ); in create()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalopeninfo.cpp81 eAccess = (nOpenFlags & GDAL_OF_UPDATE) ? GA_Update : GA_ReadOnly; in GDALOpenInfo()
127 fpL = VSIFOpenL( pszFilename, (eAccess == GA_Update) ? "r+b" : "rb" ); in GDALOpenInfo()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/srtmhgt/
H A Dsrtmhgtdataset.cpp166 if((poGDS == NULL) || (poGDS->fpImage == NULL) || (poGDS->eAccess != GA_Update)) in IWriteBlock()
326 …poDS->fpImage = VSIFOpenL(poOpenInfo->pszFilename, (poOpenInfo->eAccess == GA_Update) ? "rb+" : "r… in Open()
342 if(poDS->eAccess == GA_Update) in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Drrasterdataset.cpp238 if( poGDS->GetAccess() != GA_Update ) in SetColorTable()
267 if( poGDS->GetAccess() != GA_Update ) in SetDefaultRAT()
287 if( poGDS->GetAccess() != GA_Update ) in SetDescription()
313 if( poGDS->GetAccess() != GA_Update ) in SetNoDataValue()
847 if( GetAccess() != GA_Update ) in SetGeoTransform()
886 if( GetAccess() != GA_Update ) in _SetProjection()
1215 (poOpenInfo->eAccess == GA_Update) ? "rb+" : "rb" ); in Open()
1485 poDS->eAccess = GA_Update; in Create()
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Drrasterdataset.cpp238 if( poGDS->GetAccess() != GA_Update ) in SetColorTable()
267 if( poGDS->GetAccess() != GA_Update ) in SetDefaultRAT()
287 if( poGDS->GetAccess() != GA_Update ) in SetDescription()
313 if( poGDS->GetAccess() != GA_Update ) in SetNoDataValue()
847 if( GetAccess() != GA_Update ) in SetGeoTransform()
886 if( GetAccess() != GA_Update ) in _SetProjection()
1215 (poOpenInfo->eAccess == GA_Update) ? "rb+" : "rb" ); in Open()
1485 poDS->eAccess = GA_Update; in Create()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Drrasterdataset.cpp238 if( poGDS->GetAccess() != GA_Update ) in SetColorTable()
267 if( poGDS->GetAccess() != GA_Update ) in SetDefaultRAT()
287 if( poGDS->GetAccess() != GA_Update ) in SetDescription()
313 if( poGDS->GetAccess() != GA_Update ) in SetNoDataValue()
847 if( GetAccess() != GA_Update ) in SetGeoTransform()
886 if( GetAccess() != GA_Update ) in _SetProjection()
1215 (poOpenInfo->eAccess == GA_Update) ? "rb+" : "rb" ); in Open()
1485 poDS->eAccess = GA_Update; in Create()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvdriver.cpp166 if( !poDS->Open(poOpenInfo->pszFilename, poOpenInfo->eAccess == GA_Update, in OGRCSVDriverOpen()
173 if( poOpenInfo->eAccess == GA_Update && poDS != nullptr ) in OGRCSVDriverOpen()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvdriver.cpp166 if( !poDS->Open(poOpenInfo->pszFilename, poOpenInfo->eAccess == GA_Update, in OGRCSVDriverOpen()
173 if( poOpenInfo->eAccess == GA_Update && poDS != nullptr ) in OGRCSVDriverOpen()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvdriver.cpp166 if( !poDS->Open(poOpenInfo->pszFilename, poOpenInfo->eAccess == GA_Update, in OGRCSVDriverOpen()
173 if( poOpenInfo->eAccess == GA_Update && poDS != nullptr ) in OGRCSVDriverOpen()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/segukooa/
H A Dogrsegukooadriver.cpp43 if( poOpenInfo->eAccess == GA_Update || in OGRSEGUKOOADriverOpen()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/aeronavfaa/
H A Dograeronavfaadriver.cpp47 if (poOpenInfo->eAccess == GA_Update || in OGRAeronavFAADriverOpen()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/htf/
H A Dogrhtfdriver.cpp44 if( poOpenInfo->eAccess == GA_Update || in OGRHTFDriverOpen()

12345678910>>...41