Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/filegdb/
H A DFGdbLayer.cpp188 int nShapeSize = 0; in UpdateRowWithGeometry() local
193 if ( nShapeSize > 0 ) in UpdateRowWithGeometry()
195 shape.Allocate(nShapeSize); in UpdateRowWithGeometry()
196 memcpy(shape.shapeBuffer, pabyShape, nShapeSize); in UpdateRowWithGeometry()
197 shape.inUseLength = nShapeSize; in UpdateRowWithGeometry()
595 int nShapeSize = 0; in PopulateRowWithFeature() local
604 err = OGRWriteToShapeBin( poGeom, &pabyShape, &nShapeSize ); in PopulateRowWithFeature()
610 if ( nShapeSize > 0 ) in PopulateRowWithFeature()
612 shape.Allocate(nShapeSize); in PopulateRowWithFeature()
613 memcpy(shape.shapeBuffer, pabyShape, nShapeSize); in PopulateRowWithFeature()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbLayer.cpp895 int nShapeSize = 0; in UpdateRowWithGeometry() local
903 if ( nShapeSize > 0 ) in UpdateRowWithGeometry()
905 shape.Allocate(nShapeSize); in UpdateRowWithGeometry()
906 memcpy(shape.shapeBuffer, pabyShape, nShapeSize); in UpdateRowWithGeometry()
907 shape.inUseLength = nShapeSize; in UpdateRowWithGeometry()
1393 int nShapeSize = 0; in PopulateRowWithFeature() local
1409 err = OGRWriteToShapeBin( poGeom, &pabyShape, &nShapeSize ); in PopulateRowWithFeature()
1418 if ( nShapeSize > 0 ) in PopulateRowWithFeature()
1420 shape.Allocate(nShapeSize); in PopulateRowWithFeature()
1421 memcpy(shape.shapeBuffer, pabyShape, nShapeSize); in PopulateRowWithFeature()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbLayer.cpp895 int nShapeSize = 0; in UpdateRowWithGeometry() local
903 if ( nShapeSize > 0 ) in UpdateRowWithGeometry()
905 shape.Allocate(nShapeSize); in UpdateRowWithGeometry()
906 memcpy(shape.shapeBuffer, pabyShape, nShapeSize); in UpdateRowWithGeometry()
907 shape.inUseLength = nShapeSize; in UpdateRowWithGeometry()
1393 int nShapeSize = 0; in PopulateRowWithFeature() local
1409 err = OGRWriteToShapeBin( poGeom, &pabyShape, &nShapeSize ); in PopulateRowWithFeature()
1418 if ( nShapeSize > 0 ) in PopulateRowWithFeature()
1420 shape.Allocate(nShapeSize); in PopulateRowWithFeature()
1421 memcpy(shape.shapeBuffer, pabyShape, nShapeSize); in PopulateRowWithFeature()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbLayer.cpp895 int nShapeSize = 0; in UpdateRowWithGeometry() local
903 if ( nShapeSize > 0 ) in UpdateRowWithGeometry()
905 shape.Allocate(nShapeSize); in UpdateRowWithGeometry()
906 memcpy(shape.shapeBuffer, pabyShape, nShapeSize); in UpdateRowWithGeometry()
907 shape.inUseLength = nShapeSize; in UpdateRowWithGeometry()
1393 int nShapeSize = 0; in PopulateRowWithFeature() local
1409 err = OGRWriteToShapeBin( poGeom, &pabyShape, &nShapeSize ); in PopulateRowWithFeature()
1418 if ( nShapeSize > 0 ) in PopulateRowWithFeature()
1420 shape.Allocate(nShapeSize); in PopulateRowWithFeature()
1421 memcpy(shape.shapeBuffer, pabyShape, nShapeSize); in PopulateRowWithFeature()
[all …]