Home
last modified time | relevance | path

Searched refs:psRing (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ogdi/
H A Dogrogdilayer.cpp300 ecs_FeatureRing *psRing = &(psArea->ring.ring_val[iRing]); in GetNextRawFeature() local
303 poOGRRing->setNumPoints( psRing->c.c_len ); in GetNextRawFeature()
305 for( i=0; i < (int) psRing->c.c_len; i++ ) in GetNextRawFeature()
307 poOGRRing->setPoint(i, psRing->c.c_val[i].x, in GetNextRawFeature()
308 psRing->c.c_val[i].y); in GetNextRawFeature()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ogdi/
H A Dogrogdilayer.cpp277 ecs_FeatureRing *psRing = &(psArea->ring.ring_val[iRing]); in GetNextRawFeature() local
280 poOGRRing->setNumPoints( psRing->c.c_len ); in GetNextRawFeature()
282 for( int i = 0; i < (int) psRing->c.c_len; i++ ) in GetNextRawFeature()
284 poOGRRing->setPoint(i, psRing->c.c_val[i].x, in GetNextRawFeature()
285 psRing->c.c_val[i].y); in GetNextRawFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ogdi/
H A Dogrogdilayer.cpp277 ecs_FeatureRing *psRing = &(psArea->ring.ring_val[iRing]); in GetNextRawFeature() local
280 poOGRRing->setNumPoints( psRing->c.c_len ); in GetNextRawFeature()
282 for( int i = 0; i < (int) psRing->c.c_len; i++ ) in GetNextRawFeature()
284 poOGRRing->setPoint(i, psRing->c.c_val[i].x, in GetNextRawFeature()
285 psRing->c.c_val[i].y); in GetNextRawFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ogdi/
H A Dogrogdilayer.cpp277 ecs_FeatureRing *psRing = &(psArea->ring.ring_val[iRing]); in GetNextRawFeature() local
280 poOGRRing->setNumPoints( psRing->c.c_len ); in GetNextRawFeature()
282 for( int i = 0; i < (int) psRing->c.c_len; i++ ) in GetNextRawFeature()
284 poOGRRing->setPoint(i, psRing->c.c_val[i].x, in GetNextRawFeature()
285 psRing->c.c_val[i].y); in GetNextRawFeature()