Calculate Field (GeoAnalytics Desktop)

This ArcGIS 3.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Summary

Creates a layer with calculated field values.

Parameters

LabelExplanationData Type
Input Layer

The input features that will have a field calculated.

Table View
Output Dataset

A new dataset with calculated fields.

Feature Class;Table
Field to Calculate

Specifies whether values will be calculated for a newly created field or an existing field.

  • New fieldValues will be calculated for a newly created field.
  • Existing fieldValues will be calculated for an existing field.
String
New Field Name
(Optional)

The new field that will have values calculated.

String
Existing Field
(Optional)

The existing field that will have values calculated.

Field
Field Type
(Optional)

Specifies the field type for the calculated field.

  • StringAny string of characters
  • IntegerWhole numbers
  • Double Fractional numbers
  • Date Date
String
Expression

Calculates values in the field. Expressions are written in Arcade and can include [+ - * / ] operators and multiple fields. Calculated values are applied in the units of the spatial reference of the input unless you are using a geographic coordinate system, in which case they will be in meters.

If the layer is added to the map, the Fields and Helpers filters can be used to build an expression.

Calculator Expression
Track Aware
(Optional)

Specifies whether the expression will use a track-aware expression.

  • Checked—The expression will use a track-aware expression, and a track field must be specified.
  • Unchecked—The expression will not use a track-aware expression. This is the default.

Boolean
Track Fields

One or more fields that will be used to identify unique tracks.

Field
Time Boundary Split
(Optional)

A time span to split the input data into for analysis. A time boundary allows you to analyze values within a defined time span. For example, if you use a time boundary of 1 day, and set the time boundary reference to January 1, 1980, tracks will be split at the beginning of every day.

Time Unit
Time Boundary Reference
(Optional)

The reference time used to split the input data into for analysis. Time boundaries will be created for the entire span of the data, and the reference time does not need to occur at the start. If no reference time is specified, January 1, 1970, is used.

Date

Licensing information

  • Basic: No
  • Standard: No
  • Advanced: Yes

Related topics