I am using ArcGIS Pro 3.1.1 and am trying to prepare an address point feature class to become a point address role of an address locator. I am trying to calculate the Min X, Min Y, Max X, and Max Y fields, so I made 4 new fields in the address points' attribute table, data type set to Double. I'm using my state's projected state plane coordinate system with NAD83 (2011).
When I open the Calculate Geometry Attributes tool, I am only getting the 3 property options shown in the screenshot below. How can I calculate min/max X & Y geometry?
I'm looking for the 'Minimum x-coordinate' property that supposedly needs a field with data type set to Double, according to this article: Calculate Geometry Attributes (Data Management)—ArcGIS Pro | Documentation
My Min-X field is empty & data type is Double, so I'm not sure why it's not showing up as a property for the Geometry attribute. I was trying fields with all sorts of data types in my input table, and they're all returning only those 3 options shown in the screenshot, Point x-coordinate, Point y-coordinate, and Point x- and y- coordinate.
Solved! Go to Solution.
I added line and polygons to the tool - they start showing up. I think it is because I was trying to calculate min/max X/Y on point data, perhaps?
I tested in 2.9.3 and 3.1.3 and cannot reproduce.
Is it possible that there is no extent set on the featureclass?
I also noticed if I leave the precision of the double field at the default of 9, I get the WARNING 160096: The length of the value exceeds that of the field. error.
If I increased it to 10, the calculation complete successfully.
R_
I added line and polygons to the tool - they start showing up. I think it is because I was trying to calculate min/max X/Y on point data, perhaps?