Select to view content in your preferred language

How does Pro determine which part keeps the original Object ID when splitting a polygon?

233
3
Tuesday
Labels (1)
HollyTorpey_LSA
Frequent Contributor

I need to split polygons in a feature service that is hosted on ArcGIS Online, but I would like to control which of the resulting two polygons retains the original Object ID (because it's used in a filter in a URL parameter for an app link I've already shared). How is it determined which polygon keeps the Object ID? Is it the one on the left or right of the split or something like that?

- Holly
0 Kudos
3 Replies
ChadKopplin
Frequent Contributor

I believe it would be to the Upper Left and to the left.  Back in the ArcInfo PC and Work Station days that is how the ordering went.  When you create a new shapefile the items are ordered this way, it starts at the Upper left and goes across the top, the highest feature is numbered first.  Then it works it's way through the whole file like that.  Thank you.

HollyTorpey_LSA
Frequent Contributor

Thanks for responding! I've been trying to figure out the pattern and I actually think in Pro it might just be the bigger polygon that keeps the object ID. I've tried splitting in different directions and the larger side seems to always keep the object ID regardless of the direction of the split.

- Holly
0 Kudos
RyanUthoff
MVP Regular Contributor

It depends on how you have defined your split model settings in ArcGIS Pro. By default, it uses the Update/Insert model.

In the case of the Update/Insert model, the biggest polygon retains the original ObjectID, while the smaller polygon gets the new ObjectID.

Documentation: https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/defining-feature-class-prop...

0 Kudos