How can you tell if a Geodatabase has true or segmented curves?

709
2
02-01-2022 02:54 AM
ChrisBaze
New Contributor

I am trying to determine if the Geodatabase file available at https://honolulu-cchnl.opendata.arcgis.com/datasets/cchnl::parcels-regulatory/about has true or segmented curves for the parcels. Every way I try to import this to Autodesk software results in segmented curves and I do not have access to ESRI products. What is the easiest way to check?

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

Polyline—ArcGIS Pro | Documentation

a Field Calculator expression

hasCurves
(Read Only)
Returns True if the geometry has a curve.

For a text field

str(!Shape!.hasCurves)  # -- to see False, True

 

 

 


... sort of retired...
Stefan_Thorn
Occasional Contributor II

@ChrisBaze, maybe you already know? But the curves are segmented in the data.

0 Kudos