Home
last modified time | relevance | path

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

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sosi/
H A Dogrsosilayer.cpp221 long nRefNr; in GetNextFeature() local
229 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_YTRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
231 if (poParent->papoBuiltGeometries[nRefNr] == nullptr) { in GetNextFeature()
238 OGRGeometry *geom = poParent->papoBuiltGeometries[nRefNr]; in GetNextFeature()
252 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_YTRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
261 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_INDRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
263 if (nRefNr == -1) { in GetNextFeature()
270 …if (poParent->papoBuiltGeometries[nRefNr] == nullptr) { /* this shouldn't happen under normal oper… in GetNextFeature()
271 …AppDefined, "Feature %li referenced by %li, but it was not initialized.", nRefNr, oNextSerial.lNr); in GetNextFeature()
274 OGRGeometry *geom = poParent->papoBuiltGeometries[nRefNr]; in GetNextFeature()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sosi/
H A Dogrsosilayer.cpp221 long nRefNr; in GetNextFeature() local
229 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_YTRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
231 if (poParent->papoBuiltGeometries[nRefNr] == nullptr) { in GetNextFeature()
238 OGRGeometry *geom = poParent->papoBuiltGeometries[nRefNr]; in GetNextFeature()
252 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_YTRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
261 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_INDRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
263 if (nRefNr == -1) { in GetNextFeature()
270 …if (poParent->papoBuiltGeometries[nRefNr] == nullptr) { /* this shouldn't happen under normal oper… in GetNextFeature()
271 …AppDefined, "Feature %li referenced by %li, but it was not initialized.", nRefNr, oNextSerial.lNr); in GetNextFeature()
274 OGRGeometry *geom = poParent->papoBuiltGeometries[nRefNr]; in GetNextFeature()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sosi/
H A Dogrsosilayer.cpp221 long nRefNr; in GetNextFeature() local
229 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_YTRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
231 if (poParent->papoBuiltGeometries[nRefNr] == nullptr) { in GetNextFeature()
238 OGRGeometry *geom = poParent->papoBuiltGeometries[nRefNr]; in GetNextFeature()
252 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_YTRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
261 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_INDRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
263 if (nRefNr == -1) { in GetNextFeature()
270 …if (poParent->papoBuiltGeometries[nRefNr] == nullptr) { /* this shouldn't happen under normal oper… in GetNextFeature()
271 …AppDefined, "Feature %li referenced by %li, but it was not initialized.", nRefNr, oNextSerial.lNr); in GetNextFeature()
274 OGRGeometry *geom = poParent->papoBuiltGeometries[nRefNr]; in GetNextFeature()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sosi/
H A Dogrsosilayer.cpp170 long nRefNr; in GetNextFeature() local
176 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_YTRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()
178 …if (poParent->papoBuiltGeometries[nRefNr] == NULL) { /* this shouldn't happen under normal operati… in GetNextFeature()
179 …AppDefined, "Feature %li referenced by %li, but it was not initialized.", nRefNr, oNextSerial.lNr); in GetNextFeature()
182 OGRLineString *poCurve = (OGRLineString*)(poParent->papoBuiltGeometries[nRefNr]); in GetNextFeature()
191 nRefCount = LC_GetRefFlate(&oGrfStat, GRF_YTRE, &nRefNr, &nRefStatus, 1); in GetNextFeature()