Label | Explanation | Data Type |
Input Features
| The feature class containing the null values to be filled. | Feature Layer |
Output Features
(Optional) | The output that will include the filled (estimated) values. If the Related Table parameter value is specified, Output Features will contain the number of estimated values at each location, and Output Table will contain the filled (estimated) values. | Feature Class |
Fields to Fill
| The numeric fields containing missing data (null values). | Field |
Fill Method
| Specifies the type of calculation that will be applied. The Temporal Trend option is only available if the Location ID and Time Field parameter values are specified.
| String |
Conceptualization of Spatial Relationships
(Optional) | Specifies how spatial relationships among features will be defined.
| String |
Distance Band
(Optional) | The cutoff distance for the Conceptualization of Spatial Relationships parameter's Fixed distance option. Features outside the specified cutoff for a target feature will be ignored in calculations for that feature. This parameter is not available for the Contiguity edges only or Contiguity edges corners options. | Linear Unit |
Temporal Neighborhood (Optional) | An interval forward and backward in time that determines which features will be used in calculations for the target feature. Features that are not within this interval of the target feature will be ignored in calculations for that feature. | Time Unit |
Time Field (Optional) | The field containing the time stamp for each record in the dataset. This field must be of type Date. This parameter is required if the Location ID parameter value is provided. | Field |
Number of Spatial Neighbors
(Optional) | The number of nearest neighbors that will be included in calculations. If the Conceptualization of Spatial Relationships parameter's Fixed distance, Contiguity edges only, or Contiguity edges corners option is chosen, this number is the minimum number of neighbors to include in calculations. | Long |
Location ID
(Optional) | An integer field containing a unique ID number for each location. This parameter is used to match features from the Input Features parameter to rows in the Related Table parameter or to specify a unique location ID for determining temporal neighbors. | Field |
Related Table
(Optional) | The table or table view containing the temporal data for each feature of the Input Features parameter. | Table View |
Related Location ID
(Optional) | An integer field in the Related Table parameter that contains the Location ID parameter value on which the relate will be based. | Field |
Spatial Weights Matrix File
(Optional) | The path to a file containing weights that define spatial, and potentially temporal, relationships among features. | File |
Unique ID
(Optional) | An integer field containing a different value for every record in the Input Features parameter. This field can be used to join the results back to the original dataset. If you don't have a Unique ID field, you can create one by adding an integer field to the input feature's attribute table and calculating the field values equal to the FID or OBJECTID field. | Field |
Null Value
(Optional) | The value that represents null (missing) values. If no value is specified, <Null> is assumed for geodatabase feature classes. For shapefile input, a numeric value of the null placeholder is required. | Double |
Output Table
(Optional) | The output table containing the filled (estimated) values. The output table is required if a related table is provided. | Table |
Append Fields to Input Features (Optional) | Specifies whether the filled value fields will be appended to the input features or an output feature class will be created with the filled value fields. If you append the fields, you cannot provide a related table and the output coordinate system environment will be ignored.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Updated Input Features | The updated input features containing the filled value fields. | Feature Layer |