Polygons with arcs do not have the correct area

9152
33
Jump to solution
01-08-2016 08:59 AM
DonnyVelazquez
Occasional Contributor

It appears there's a bug in the fgdapi when inserting polygons with arcs. It doesn't calculate the area correctly. It only calculates the straight sides and does not include the area the arc is creating. Once you run it through repair geometry, it fixes the calculation.

Anyone else run across this? Vince Angelo

0 Kudos
33 Replies
DonnyVelazquez
Occasional Contributor

1.4

0 Kudos
NeilAyres
MVP Alum

Phew...

I'm really glad I just stick to python / arcpy....

0 Kudos
mbonacia
New Contributor

Hi Donny,

Do you have any sample on how to work with curves using this API? mostly reading the curves points of a polygon

Any help is appreciated

Thanks!

Martin

0 Kudos
DonnyVelazquez
Occasional Contributor

Your better off using GDAL. ESRI hasn't updated the File Geodatabase API in over 7 years. It looks like they have abandoned it. I use Gdal.net Core, has way more features, including arcs. You can export to FGDB and a bunch of other formats.

https://github.com/MaxRev-Dev/gdal.netcore 

0 Kudos