Home
last modified time | relevance | path

Searched refs:OGREditableLayer (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogreditablelayer.cpp48 OGREditableLayer::OGREditableLayer( in OGREditableLayer() function in OGREditableLayer
80 OGREditableLayer::~OGREditableLayer() in ~OGREditableLayer()
82 OGREditableLayer::SyncToDisk(); in ~OGREditableLayer()
121 void OGREditableLayer::DetectNextFID() in DetectNextFID()
159 void OGREditableLayer::ResetReading() in ResetReading()
250 OGRFeature *OGREditableLayer::GetNextFeature() in GetNextFeature()
571 void OGREditableLayer::SetSpatialFilterRect( in SetSpatialFilterRect()
814 OGRErr OGREditableLayer::SyncToDisk() in SyncToDisk()
839 OGRErr OGREditableLayer::StartTransaction() in StartTransaction()
849 OGRErr OGREditableLayer::CommitTransaction() in CommitTransaction()
[all …]
H A Dogreditablelayer.h47 class CPL_DLL OGREditableLayer : public OGRLayerDecorator
49 CPL_DISALLOW_COPY_ASSIGN(OGREditableLayer)
77 OGREditableLayer(OGRLayer* poDecoratedLayer,
81 virtual ~OGREditableLayer();
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogreditablelayer.cpp48 OGREditableLayer::OGREditableLayer( in OGREditableLayer() function in OGREditableLayer
80 OGREditableLayer::~OGREditableLayer() in ~OGREditableLayer()
82 OGREditableLayer::SyncToDisk(); in ~OGREditableLayer()
121 void OGREditableLayer::DetectNextFID() in DetectNextFID()
159 void OGREditableLayer::ResetReading() in ResetReading()
250 OGRFeature *OGREditableLayer::GetNextFeature() in GetNextFeature()
571 void OGREditableLayer::SetSpatialFilterRect( in SetSpatialFilterRect()
814 OGRErr OGREditableLayer::SyncToDisk() in SyncToDisk()
839 OGRErr OGREditableLayer::StartTransaction() in StartTransaction()
849 OGRErr OGREditableLayer::CommitTransaction() in CommitTransaction()
[all …]
H A Dogreditablelayer.h47 class CPL_DLL OGREditableLayer : public OGRLayerDecorator
49 CPL_DISALLOW_COPY_ASSIGN(OGREditableLayer)
77 OGREditableLayer(OGRLayer* poDecoratedLayer,
81 virtual ~OGREditableLayer();
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogreditablelayer.cpp48 OGREditableLayer::OGREditableLayer( in OGREditableLayer() function in OGREditableLayer
80 OGREditableLayer::~OGREditableLayer() in ~OGREditableLayer()
82 OGREditableLayer::SyncToDisk(); in ~OGREditableLayer()
121 void OGREditableLayer::DetectNextFID() in DetectNextFID()
159 void OGREditableLayer::ResetReading() in ResetReading()
250 OGRFeature *OGREditableLayer::GetNextFeature() in GetNextFeature()
571 void OGREditableLayer::SetSpatialFilterRect( in SetSpatialFilterRect()
814 OGRErr OGREditableLayer::SyncToDisk() in SyncToDisk()
839 OGRErr OGREditableLayer::StartTransaction() in StartTransaction()
849 OGRErr OGREditableLayer::CommitTransaction() in CommitTransaction()
[all …]
H A Dogreditablelayer.h47 class CPL_DLL OGREditableLayer : public OGRLayerDecorator
49 CPL_DISALLOW_COPY_ASSIGN(OGREditableLayer)
77 OGREditableLayer(OGRLayer* poDecoratedLayer,
81 virtual ~OGREditableLayer();
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/
H A Dogrflatgeobufeditablelayer.cpp174 OGREditableLayer(poFlatGeobufLayer, true, in OGRFlatGeobufEditableLayer()
183 const GIntBig nRet = OGREditableLayer::GetFeatureCount(bForce); in GetFeatureCount()
H A Dogr_flatgeobuf.h164 class OGRFlatGeobufEditableLayer final: public OGREditableLayer, public OGRFlatGeobufBaseLayerInter…
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/
H A Dogrflatgeobufeditablelayer.cpp174 OGREditableLayer(poFlatGeobufLayer, true, in OGRFlatGeobufEditableLayer()
183 const GIntBig nRet = OGREditableLayer::GetFeatureCount(bForce); in GetFeatureCount()
H A Dogr_flatgeobuf.h164 class OGRFlatGeobufEditableLayer final: public OGREditableLayer, public OGRFlatGeobufBaseLayerInter…
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/
H A Dogrflatgeobufeditablelayer.cpp174 OGREditableLayer(poFlatGeobufLayer, true, in OGRFlatGeobufEditableLayer()
183 const GIntBig nRet = OGREditableLayer::GetFeatureCount(bForce); in GetFeatureCount()
H A Dogr_flatgeobuf.h164 class OGRFlatGeobufEditableLayer final: public OGREditableLayer, public OGRFlatGeobufBaseLayerInter…
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvdatasource.cpp300 class OGRCSVEditableLayer final: public OGREditableLayer
320 OGREditableLayer(poCSVLayer, true, in OGRCSVEditableLayer()
359 OGRErr eErr = OGREditableLayer::CreateField(poNewField, bApproxOK); in CreateField()
370 return OGREditableLayer::DeleteField(iField); in DeleteField()
376 return OGREditableLayer::AlterFieldDefn(iField, poNewFieldDefn, nFlagsIn); in AlterFieldDefn()
385 const GIntBig nRet = OGREditableLayer::GetFeatureCount(bForce); in GetFeatureCount()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvdatasource.cpp300 class OGRCSVEditableLayer final: public OGREditableLayer
320 OGREditableLayer(poCSVLayer, true, in OGRCSVEditableLayer()
359 OGRErr eErr = OGREditableLayer::CreateField(poNewField, bApproxOK); in CreateField()
370 return OGREditableLayer::DeleteField(iField); in DeleteField()
376 return OGREditableLayer::AlterFieldDefn(iField, poNewFieldDefn, nFlagsIn); in AlterFieldDefn()
385 const GIntBig nRet = OGREditableLayer::GetFeatureCount(bForce); in GetFeatureCount()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvdatasource.cpp300 class OGRCSVEditableLayer final: public OGREditableLayer
320 OGREditableLayer(poCSVLayer, true, in OGRCSVEditableLayer()
359 OGRErr eErr = OGREditableLayer::CreateField(poNewField, bApproxOK); in CreateField()
370 return OGREditableLayer::DeleteField(iField); in DeleteField()
376 return OGREditableLayer::AlterFieldDefn(iField, poNewFieldDefn, nFlagsIn); in AlterFieldDefn()
385 const GIntBig nRet = OGREditableLayer::GetFeatureCount(bForce); in GetFeatureCount()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pds/
H A Dpds4dataset.h288 class PDS4EditableLayer final: public OGREditableLayer
H A Dpds4vector.cpp2592 OGREditableLayer(poBaseLayer, true, in PDS4EditableLayer()
2598 OGREditableLayer(poBaseLayer, true, in PDS4EditableLayer()
2609 return cpl::down_cast<PDS4TableBaseLayer*>(OGREditableLayer::GetBaseLayer()); in GetBaseLayer()
/dports/graphics/gdal/gdal-3.3.3/frmts/pds/
H A Dpds4dataset.h288 class PDS4EditableLayer final: public OGREditableLayer
H A Dpds4vector.cpp2592 OGREditableLayer(poBaseLayer, true, in PDS4EditableLayer()
2598 OGREditableLayer(poBaseLayer, true, in PDS4EditableLayer()
2609 return cpl::down_cast<PDS4TableBaseLayer*>(OGREditableLayer::GetBaseLayer()); in GetBaseLayer()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pds/
H A Dpds4dataset.h288 class PDS4EditableLayer final: public OGREditableLayer
H A Dpds4vector.cpp2592 OGREditableLayer(poBaseLayer, true, in PDS4EditableLayer()
2598 OGREditableLayer(poBaseLayer, true, in PDS4EditableLayer()
2609 return cpl::down_cast<PDS4TableBaseLayer*>(OGREditableLayer::GetBaseLayer()); in GetBaseLayer()
/dports/graphics/py-gdal/gdal-3.3.3/
H A DNEWS5379 …* Add OGREditableLayer class to add editing capabilities to drivers with none or limited editing c…
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/
H A DNEWS5379 …* Add OGREditableLayer class to add editing capabilities to drivers with none or limited editing c…
/dports/graphics/gdal/gdal-3.3.3/
H A DNEWS5379 …* Add OGREditableLayer class to add editing capabilities to drivers with none or limited editing c…