Home
last modified time | relevance | path

Searched refs:GetNextFeature (Results 1 – 25 of 1200) sorted by relevance

12345678910>>...48

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dtigerpoly.py120 feat = line_layer.GetNextFeature()
138 feat = line_layer.GetNextFeature()
148 feat = link_layer.GetNextFeature()
166 feat = link_layer.GetNextFeature()
183 feat = link_layer.GetNextFeature()
190 feat = poly_layer.GetNextFeature()
215 feat = poly_layer.GetNextFeature()
237 feat = poly_layer.GetNextFeature()
H A Dassemblepoly.py58 feat = line_layer.GetNextFeature()
73 feat = line_layer.GetNextFeature()
81 feat = poly_layer.GetNextFeature()
116 feat = poly_layer.GetNextFeature()
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dtigerpoly.py120 feat = line_layer.GetNextFeature()
138 feat = line_layer.GetNextFeature()
148 feat = link_layer.GetNextFeature()
166 feat = link_layer.GetNextFeature()
183 feat = link_layer.GetNextFeature()
190 feat = poly_layer.GetNextFeature()
215 feat = poly_layer.GetNextFeature()
237 feat = poly_layer.GetNextFeature()
H A Dassemblepoly.py58 feat = line_layer.GetNextFeature()
73 feat = line_layer.GetNextFeature()
81 feat = poly_layer.GetNextFeature()
116 feat = poly_layer.GetNextFeature()
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dtigerpoly.py120 feat = line_layer.GetNextFeature()
138 feat = line_layer.GetNextFeature()
148 feat = link_layer.GetNextFeature()
166 feat = link_layer.GetNextFeature()
183 feat = link_layer.GetNextFeature()
190 feat = poly_layer.GetNextFeature()
215 feat = poly_layer.GetNextFeature()
237 feat = poly_layer.GetNextFeature()
H A Dassemblepoly.py58 feat = line_layer.GetNextFeature()
73 feat = line_layer.GetNextFeature()
81 feat = poly_layer.GetNextFeature()
116 feat = poly_layer.GetNextFeature()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc66_randomlayerreadwrite.rst32 OGRLayer::GetNextFeature() method, but with a really particular
62 GetNextFeature():
76 advised to use GDALDataset::GetNextFeature() instead of
90 OGRLayer::GetNextFeature() on the layers of this dataset.
122 This affects GetNextFeature().
161 Compared to OGRLayer::GetNextFeature(), GDALDataset::GetNextFeature()
182 of the size is easy. Hence the decision to make GetNextFeature()
211 myDS->GetNextFeature(&poLayer, MyProgress, &pct)
219 Regarding gdal::Dataset::GetNextFeature(), currently only Python has
244 instructs it to use the GDALDataset::GetNextFeature() API. It was
[all …]
H A Drfc54_dataset_transactions.rst48 A few facts about cursors used to run GetNextFeature() requests:
345 At the OGRLayer level, the documentation of GetNextFeature() receives
395 GetNextFeature() call. On the contrary, if they are called within an explicit
402 lyr1->GetNextFeature() BEGIN (implicit)
410 lyr1->GetNextFeature() BEGIN (implicit)
417 lyr1->GetNextFeature() FETCH 1 IN cur1
419 lyr2->GetNextFeature() FETCH 1 IN cur2
439 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
442 lyr2->GetNextFeature() DECLARE cur2 CURSOR FOR SELECT * FROM lyr2
464 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/development/rfc/
H A Drfc66_randomlayerreadwrite.rst32 OGRLayer::GetNextFeature() method, but with a really particular
62 GetNextFeature():
76 advised to use GDALDataset::GetNextFeature() instead of
90 OGRLayer::GetNextFeature() on the layers of this dataset.
122 This affects GetNextFeature().
161 Compared to OGRLayer::GetNextFeature(), GDALDataset::GetNextFeature()
182 of the size is easy. Hence the decision to make GetNextFeature()
211 myDS->GetNextFeature(&poLayer, MyProgress, &pct)
219 Regarding gdal::Dataset::GetNextFeature(), currently only Python has
244 instructs it to use the GDALDataset::GetNextFeature() API. It was
[all …]
H A Drfc54_dataset_transactions.rst48 A few facts about cursors used to run GetNextFeature() requests:
345 At the OGRLayer level, the documentation of GetNextFeature() receives
395 GetNextFeature() call. On the contrary, if they are called within an explicit
402 lyr1->GetNextFeature() BEGIN (implicit)
410 lyr1->GetNextFeature() BEGIN (implicit)
417 lyr1->GetNextFeature() FETCH 1 IN cur1
419 lyr2->GetNextFeature() FETCH 1 IN cur2
439 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
442 lyr2->GetNextFeature() DECLARE cur2 CURSOR FOR SELECT * FROM lyr2
464 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
[all …]
/dports/graphics/gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc66_randomlayerreadwrite.rst32 OGRLayer::GetNextFeature() method, but with a really particular
62 GetNextFeature():
76 advised to use GDALDataset::GetNextFeature() instead of
90 OGRLayer::GetNextFeature() on the layers of this dataset.
122 This affects GetNextFeature().
161 Compared to OGRLayer::GetNextFeature(), GDALDataset::GetNextFeature()
182 of the size is easy. Hence the decision to make GetNextFeature()
211 myDS->GetNextFeature(&poLayer, MyProgress, &pct)
219 Regarding gdal::Dataset::GetNextFeature(), currently only Python has
244 instructs it to use the GDALDataset::GetNextFeature() API. It was
[all …]
H A Drfc54_dataset_transactions.rst48 A few facts about cursors used to run GetNextFeature() requests:
345 At the OGRLayer level, the documentation of GetNextFeature() receives
395 GetNextFeature() call. On the contrary, if they are called within an explicit
402 lyr1->GetNextFeature() BEGIN (implicit)
410 lyr1->GetNextFeature() BEGIN (implicit)
417 lyr1->GetNextFeature() FETCH 1 IN cur1
419 lyr2->GetNextFeature() FETCH 1 IN cur2
439 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
442 lyr2->GetNextFeature() DECLARE cur2 CURSOR FOR SELECT * FROM lyr2
464 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dtest_ogrsf.cpp807 delete LOG_ACTION(poLayer->GetNextFeature()); in TestCreateLayer()
1180 poFeat = poLyr->GetNextFeature(); in TestLayerErrorConditions()
1218 LOG_ACTION(poLyr->GetNextFeature()) != nullptr) in TestLayerErrorConditions()
1363 auto poFeat = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerFeatureCount()
1602 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
1616 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
1640 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
1654 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
3355 poSQLFeat = LOG_ACTION(poSQLLyr->GetNextFeature()); in TestLayerSQL()
3365 poSQLFeat = LOG_ACTION(poSQLLyr->GetNextFeature()); in TestLayerSQL()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dtest_ogrsf.cpp807 delete LOG_ACTION(poLayer->GetNextFeature()); in TestCreateLayer()
1180 poFeat = poLyr->GetNextFeature(); in TestLayerErrorConditions()
1218 LOG_ACTION(poLyr->GetNextFeature()) != nullptr) in TestLayerErrorConditions()
1363 auto poFeat = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerFeatureCount()
1602 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
1616 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
1640 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
1654 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
3355 poSQLFeat = LOG_ACTION(poSQLLyr->GetNextFeature()); in TestLayerSQL()
3365 poSQLFeat = LOG_ACTION(poSQLLyr->GetNextFeature()); in TestLayerSQL()
[all …]
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dtest_ogrsf.cpp807 delete LOG_ACTION(poLayer->GetNextFeature()); in TestCreateLayer()
1180 poFeat = poLyr->GetNextFeature(); in TestLayerErrorConditions()
1218 LOG_ACTION(poLyr->GetNextFeature()) != nullptr) in TestLayerErrorConditions()
1363 auto poFeat = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerFeatureCount()
1602 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
1616 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
1640 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
1654 poFeature = LOG_ACTION(poLayer->GetNextFeature()); in TestOGRLayerSetNextByIndex()
3355 poSQLFeat = LOG_ACTION(poSQLLyr->GetNextFeature()); in TestLayerSQL()
3365 poSQLFeat = LOG_ACTION(poSQLLyr->GetNextFeature()); in TestLayerSQL()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dogrlayer.cpp146 while( (poFeature = GetNextFeature()) != NULL ) in GetFeatureCount()
181 while( (poFeature = GetNextFeature()) != NULL ) in GetExtent()
282 while( (poFeature = GetNextFeature()) != NULL ) in GetFeature()
310 return (OGRFeatureH) ((OGRLayer *)hLayer)->GetNextFeature(); in OGR_L_GetNextFeature()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/vector/
H A Dpg_advanced.rst189 new one will be started again at the next GetNextFeature() call. On the
199 lyr1->GetNextFeature() BEGIN (implicit)
207 lyr1->GetNextFeature() BEGIN (implicit)
211 lyr2->GetNextFeature() DECLARE cur2 CURSOR FOR SELECT * FROM lyr2
214 lyr1->GetNextFeature() FETCH 1 IN cur1
216 lyr2->GetNextFeature() FETCH 1 IN cur2
224 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1 WHERE xxx
236 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
239 lyr2->GetNextFeature() DECLARE cur2 CURSOR FOR SELECT * FROM lyr2
261 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/vector/
H A Dpg_advanced.rst189 new one will be started again at the next GetNextFeature() call. On the
199 lyr1->GetNextFeature() BEGIN (implicit)
207 lyr1->GetNextFeature() BEGIN (implicit)
211 lyr2->GetNextFeature() DECLARE cur2 CURSOR FOR SELECT * FROM lyr2
214 lyr1->GetNextFeature() FETCH 1 IN cur1
216 lyr2->GetNextFeature() FETCH 1 IN cur2
224 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1 WHERE xxx
236 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
239 lyr2->GetNextFeature() DECLARE cur2 CURSOR FOR SELECT * FROM lyr2
261 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
[all …]
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/vector/
H A Dpg_advanced.rst189 new one will be started again at the next GetNextFeature() call. On the
199 lyr1->GetNextFeature() BEGIN (implicit)
207 lyr1->GetNextFeature() BEGIN (implicit)
211 lyr2->GetNextFeature() DECLARE cur2 CURSOR FOR SELECT * FROM lyr2
214 lyr1->GetNextFeature() FETCH 1 IN cur1
216 lyr2->GetNextFeature() FETCH 1 IN cur2
224 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1 WHERE xxx
236 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
239 lyr2->GetNextFeature() DECLARE cur2 CURSOR FOR SELECT * FROM lyr2
261 lyr1->GetNextFeature() DECLARE cur1 CURSOR FOR SELECT * FROM lyr1
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gtm/
H A Dogr_gtm.h95 virtual OGRFeature* GetNextFeature() = 0;
133 OGRFeature* GetNextFeature();
154 OGRFeature* GetNextFeature();
/dports/astro/marble/marble-21.12.3/tools/shp2osm/
H A Dpolyshp2osm.py696 f = l.GetNextFeature()
704 f = l.GetNextFeature()
724 f = l.GetNextFeature()
729 f = l.GetNextFeature()
735 f = l.GetNextFeature()
741 f = l.GetNextFeature()
750 f = l.GetNextFeature()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/generic/
H A Dogrlayer.cpp181 while( (poFeature = GetNextFeature()) != NULL ) in GetFeatureCount()
266 while( (poFeature = GetNextFeature()) != NULL ) in GetExtentInternal()
460 while( (poFeature = GetNextFeature()) != NULL ) in GetFeature()
509 poFeature = GetNextFeature(); in SetNextByIndex()
2055 while (OGRFeature *x = GetNextFeature()) { in Intersection()
2322 while (OGRFeature *x = GetNextFeature()) { in Union()
2666 while (OGRFeature *x = GetNextFeature()) { in SymDifference()
2974 while (OGRFeature *x = GetNextFeature()) { in Identity()
3248 while (OGRFeature *x = GetNextFeature()) { in Update()
3517 while (OGRFeature *x = GetNextFeature()) { in Clip()
[all …]
/dports/math/R-cran-terra/terra/src/
H A Dread_ogr.cpp33 while( (poFeature = poLayer->GetNextFeature()) != NULL ) { in geomType()
58 while( (poFeature = poLayer->GetNextFeature()) != NULL ) { in readAttributes()
373 OGRFeature *fFeature = fLayer->GetNextFeature(); in read_ogr()
392 poFeature = poLayer->GetNextFeature(); in read_ogr()
410 while( (poFeature = poLayer->GetNextFeature()) != NULL ) { in read_ogr()
427 while ( (poFeature = poLayer->GetNextFeature()) != NULL ) { in read_ogr()
444 while ( (poFeature = poLayer->GetNextFeature()) != NULL ) { in read_ogr()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/nas/
H A Dogr_nas.h66 OGRFeature * GetNextFeature();
94 OGRFeature * GetNextFeature();
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gpkg/
H A Dogrgeopackageselectlayer.cpp77 OGRFeature *OGRGeoPackageSelectLayer::GetNextFeature() in GetNextFeature() function in OGRGeoPackageSelectLayer
79 return poBehaviour->GetNextFeature(); in GetNextFeature()

12345678910>>...48