Adds information to a feature's attribute fields representing the spatial or geometric characteristics and location of each feature, such as length or area and x-, y-, z-, and m-coordinates.
There is no usage for this tool.
Parameter | Explanation |
---|---|
in_features | The features with a field that will be updated with geometry calculations. |
geometry_property | Specifies the fields in which the selected geometry properties will be calculated.You can select an existing field or provide a new field name. If a new field name is specified, the field type is determined by the type of values that are written to the field. Count attributes are written to long integer fields, area, length, and x-, y-, z-, and m-coordinate attributes are written to double fields, and coordinate notations such as Degrees Minutes Seconds or MGRS are written to text fields.AREA—The area of each polygon feature.AREA_GEODESIC—The shape-preserving geodesic area of each polygon feature.CENTROID_X—The centroid x-coordinate of each feature.CENTROID_Y—The centroid y-coordinate of each feature.CENTROID_Z—The centroid z-coordinate of each feature.CENTROID_M—The centroid m-coordinate of each feature.INSIDE_X—The x-coordinate of a central point inside or on each feature. This point is the same as the centroid if the centroid is inside the feature; otherwise, it is an inner label point.INSIDE_Y—The y-coordinate of a central point inside or on each feature. This point is the same as the centroid if the centroid is inside the feature; otherwise, it is an inner label point.INSIDE_Z—The z-coordinate of a central point inside or on each feature. This point is the same as the centroid if the centroid is inside the feature; otherwise, it is an inner label point.INSIDE_M—The m-coordinate of a central point inside or on each feature. This point is the same as the centroid if the centroid is inside the feature; otherwise, it is an inner label point.CURVE_COUNT—The number of curves in each feature. Curves include elliptical arcs, circular arcs, and Bezier curves.HOLE_COUNT—The number of interior holes within each polygon feature.EXTENT_MIN_X—The minimum x-coordinate of each feature's extent.EXTENT_MIN_Y—The minimum y-coordinate of each feature's extent.EXTENT_MIN_Z—The minimum z-coordinate of each feature's extent.EXTENT_MAX_X—The maximum x-coordinate of each feature's extent.EXTENT_MAX_Y—The maximum y-coordinate of each feature's extent.EXTENT_MAX_Z—The maximum z-coordinate of each feature's extent.LENGTH—The length of each line feature.LENGTH_GEODESIC—The shape-preserving geodesic length of each line feature.LENGTH_3D—The 3D length of each line feature.LINE_BEARING—The start-to-end bearing of each line feature. Values range from 0 to 360, with 0 meaning north, 90 east, 180 south, 270 west, and so on.LINE_START_X—The x-coordinate of the start point of each line feature.LINE_START_Y—The y-coordinate of the start point of each line feature.LINE_START_Z—The z-coordinate of the start point of each line feature.LINE_START_M—The m-coordinate of the start point of each line feature.LINE_END_X—The x-coordinate of the end point of each line feature.LINE_END_Y—The y-coordinate of the end point of each line feature.LINE_END_Z—The z-coordinate of the end point of each line feature.LINE_END_M—The m-coordinate of the end point of each line feature.PART_COUNT—The number of parts composing each feature.PERIMETER_LENGTH—The length of the perimeter or border of each polygon feature.PERIMETER_LENGTH_GEODESIC—The shape-preserving geodesic length of the perimeter or border of each polygon feature.POINT_COUNT—The number of points or vertices composing each feature.POINT_X—The x-coordinate of each point feature.POINT_Y—The y-coordinate of each point feature.POINT_Z—The z-coordinate of each point feature.POINT_M—The m-coordinate of each point feature.POINT_COORD_NOTATION—The x- and y-coordinate of each point feature formatted as a specified coordinate notation. |
length_unit (Optional) | Specifies the unit that will be used to calculate length.Kilometers—The length unit will be Kilometers.Meters—The length unit will be Meters.Statute Miles—The length unit will be Statute Miles.International Nautical Miles—The length unit will be International Nautical Miles.International Yards—The length unit will be International Yards.International Feet—The length unit will be International Feet.US Survey Miles—The length unit will be US Survey Miles.US Survey Nautical Miles—The length unit will be US Survey Nautical Miles.US Survey Yards—The length unit will be US Survey Yards.US Survey Feet—The length unit will be US Survey Feet. |
area_unit (Optional) | Specifies the unit that will be used to calculate area.Square Kilometers—The area unit will be Square Kilometers.Hectares—The area unit will be Hectares.Square Meters—The area unit will be Square Meters.Square Statute Miles—The area unit will be Square Statute Miles.Square International Nautical Miles—The area unit will be Square International Nautical Miles.International Acres—The area unit will be International Acres.Square International Yards—The area unit will be Square International Yards.Square International Feet—The area unit will be Square International Feet.Square US Survey Miles—The area unit will be Square US Survey Miles.Square US Survey Nautical Miles—The area unit will be Square US Survey Nautical Miles.US Survey Acres—The area unit will be US Survey Acres.Square US Survey Yards—The area unit will be Square US Survey Yards.Square US Survey Feet—The area unit will be Square US Survey Feet. |
coordinate_system (Optional) | The coordinate system in which the coordinates, length, and area will be calculated. The coordinate system of the input features is used by default. |
coordinate_format (Optional) | Specifies the coordinate format in which the x- and y-coordinates will be calculated. The coordinate format matching the input features' spatial reference units is used by default.Several coordinate formats, including Degrees Minutes Seconds, Degrees Decimal Minutes, and others, require the calculation to be performed in a text field.Same as input—The input features' spatial reference units will be used for coordinate formatting. This is the default.Decimal Degrees—Decimal Degrees.Degrees Minutes Seconds (DDD° MM' SSS.ss" )—Degrees Minutes Seconds with cardinal direction component at the end (DDD° MM' SSS.ss" ).Degrees Minutes Seconds ( DDD° MM' SSS.ss")—Degrees Minutes Seconds with cardinal direction component at the beginning ( DDD° MM' SSS.ss").Degrees Minutes Seconds ( DDD° MM' SSS.ss")—Degrees Minutes Seconds with positive or negative direction component at the beginning ( DDD° MM' SSS.ss").Degrees Minutes Seconds ( DDD.MMSSSss)—Degrees Minutes Seconds packed into a single value with positive or negative direction component at the beginning ( DDD.MMSSSss).Degrees Decimal Minutes (DDD° MM.mmm' )—Degrees Decimal Minutes with cardinal direction component at the end (DDD° MM.mmm' ).Degrees Decimal Minutes ( DDD° MM.mmm')—Degrees Decimal Minutes with cardinal direction component at the beginning ( DDD° MM.mmm').Degrees Decimal Minutes ( DDD° MM.mmm')—Degrees Decimal Minutes with positive or negative direction component at the beginning ( DDD° MM.mmm').GARS (Global Area Reference System)—The Global Area Reference System is based on latitude and longitude, dividing and subdividing the world into cells.GEOREF (World Geographic Reference System)—The World Geographic Reference System is based on the geographic system of latitude and longitude, but using a simpler and more flexible notation.MGRS (Military Grid Reference System)—Military Grid Reference System.USNG (United States National Grid)—United States National Grid.UTM (Universal Transverse Mercator)—Universal Transverse Mercator.UTM with no spaces—Universal Transverse Mercator with no spaces. |
esri_out_feature_service_name (Optional) | The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created. |
There are no code samples for this tool.
area, bearing, calculate, calculator, centroid, coordinates, count, curves, end, geodesic, geometry, holes, inside, length, m, measurement, mid, midpoint, part, perimeter, point, shape, start, x, xy, y, z
There are no credits for this item.
There are no use limitations for this item.