Home
last modified time | relevance | path

Searched refs:OGRERR_NON_EXISTING_FEATURE (Results 1 – 25 of 112) sorted by relevance

12345

/dports/graphics/py-gdal/gdal-3.3.3/swig/csharp/apps/
H A DOGRFeatureEdit.cs104 if (layer.SetFeature(feature) == Ogr.OGRERR_NON_EXISTING_FEATURE) in Main()
118 if (layer.SetFeature(feature) == Ogr.OGRERR_NON_EXISTING_FEATURE) in Main()
130 if (layer.DeleteFeature(long.Parse(args[3])) == Ogr.OGRERR_NON_EXISTING_FEATURE) in Main()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/csharp/apps/
H A DOGRFeatureEdit.cs104 if (layer.SetFeature(feature) == Ogr.OGRERR_NON_EXISTING_FEATURE) in Main()
118 if (layer.SetFeature(feature) == Ogr.OGRERR_NON_EXISTING_FEATURE) in Main()
130 if (layer.DeleteFeature(long.Parse(args[3])) == Ogr.OGRERR_NON_EXISTING_FEATURE) in Main()
/dports/graphics/gdal/gdal-3.3.3/swig/csharp/apps/
H A DOGRFeatureEdit.cs104 if (layer.SetFeature(feature) == Ogr.OGRERR_NON_EXISTING_FEATURE) in Main()
118 if (layer.SetFeature(feature) == Ogr.OGRERR_NON_EXISTING_FEATURE) in Main()
130 if (layer.DeleteFeature(long.Parse(args[3])) == Ogr.OGRERR_NON_EXISTING_FEATURE) in Main()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc55_refined_setfeature_deletefeature_semantics.rst27 Therefore the OGRERR_NON_EXISTING_FEATURE return code is introduced so
34 #define OGRERR_NON_EXISTING_FEATURE 9 is added to ogr_core.h
51 OGRERR_NON_EXISTING_FEATURE will effictively been returned only if the
57 OGRERR_NON_EXISTING_FEATURE is added. All OGRERR_xxxx constants are
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/development/rfc/
H A Drfc55_refined_setfeature_deletefeature_semantics.rst27 Therefore the OGRERR_NON_EXISTING_FEATURE return code is introduced so
34 #define OGRERR_NON_EXISTING_FEATURE 9 is added to ogr_core.h
51 OGRERR_NON_EXISTING_FEATURE will effictively been returned only if the
57 OGRERR_NON_EXISTING_FEATURE is added. All OGRERR_xxxx constants are
/dports/graphics/gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc55_refined_setfeature_deletefeature_semantics.rst27 Therefore the OGRERR_NON_EXISTING_FEATURE return code is introduced so
34 #define OGRERR_NON_EXISTING_FEATURE 9 is added to ogr_core.h
51 OGRERR_NON_EXISTING_FEATURE will effictively been returned only if the
57 OGRERR_NON_EXISTING_FEATURE is added. All OGRERR_xxxx constants are
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A Dogr_error_map.i56 case OGRERR_NON_EXISTING_FEATURE: in OGRErrMessages()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A Dogr_error_map.i56 case OGRERR_NON_EXISTING_FEATURE: in OGRErrMessages()
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A Dogr_error_map.i56 case OGRERR_NON_EXISTING_FEATURE: in OGRErrMessages()
/dports/graphics/py-gdal/gdal-3.3.3/gnm/
H A Dgnmlayer.cpp154 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
242 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gnm/
H A Dgnmlayer.cpp154 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
242 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
/dports/graphics/gdal/gdal-3.3.3/gnm/
H A Dgnmlayer.cpp154 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
242 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_core.h314 OGRERR_NON_EXISTING_FEATURE /**< Non existing feature. Added in GDAL 2.0 */ enumerator
329 #define OGRERR_NON_EXISTING_FEATURE 9 /**< Non existing feature. Added in GDAL 2.0 */ macro
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_core.h314 OGRERR_NON_EXISTING_FEATURE /**< Non existing feature. Added in GDAL 2.0 */ enumerator
329 #define OGRERR_NON_EXISTING_FEATURE 9 /**< Non existing feature. Added in GDAL 2.0 */ macro
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_core.h314 OGRERR_NON_EXISTING_FEATURE /**< Non existing feature. Added in GDAL 2.0 */ enumerator
329 #define OGRERR_NON_EXISTING_FEATURE 9 /**< Non existing feature. Added in GDAL 2.0 */ macro
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_tabfile.cpp1450 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
1457 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
1699 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
1725 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogreditablelayer.cpp442 eErr = OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
468 eErr = OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogreditablelayer.cpp442 eErr = OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
468 eErr = OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogreditablelayer.cpp442 eErr = OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
468 eErr = OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_tabfile.cpp1595 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
1602 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
1853 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
1879 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_tabfile.cpp1595 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
1602 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
1853 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
1879 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_tabfile.cpp1595 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
1602 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
1853 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
1879 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mssqlspatial/
H A Dogrmssqlspatialtablelayer.cpp1070 return OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
1118 return OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/cartodb/
H A Dogrcartodbtablelayer.cpp859 eRet = OGRERR_NON_EXISTING_FEATURE; in ISetFeature()
910 eRet = OGRERR_NON_EXISTING_FEATURE; in DeleteFeature()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_core.h296 #define OGRERR_NON_EXISTING_FEATURE 9 /* added in GDAL 2.0 */ macro

12345