Skip to main content

Update Feature Z (3D Analyst Tools)

Summary

Updates the z-coordinates of 3D feature vertices using a surface.

Usage

  • Only features that entirely overlap the input surface will have their vertices updated. Features that do not overlap the surface will be skipped.

    Note:

    If the z-value obtained for a given vertex is outside of a geodatabase feature's spatial reference z-domain, the vertex's z-value will not be updated. Create a copy of the input features and specify an appropriate z-domain to process the affected features.

Parameters

Label Explanation Data type

Input Features

The 3D features whose vertex z-values will be modified.

Feature Layer

Input Surface

The surface that will be used to determine the new z-value for the 3D feature vertices.

LAS Dataset Layer; Mosaic Layer; Raster Layer; TIN Layer

Interpolation Method

(Optional)

Interpolation method used in determining information about the surface. The available options depend on the data type of the input surface:

  • BilinearAn interpolation method exclusive to the raster surface, which determines cell values from the four nearest cells. This is the only option available for a raster surface.

  • LinearDefault interpolation method for a TIN, terrain, and LAS dataset. Obtains elevation from the plane defined by the triangle that contains the XY location of a query point.

  • Natural NeighborsObtains elevation by applying area-based weights to the natural neighbors of a query point.

  • Conflate Minimum ZObtains elevation from the smallest z-value found among the natural neighbors of a query point.

  • Conflate Maximum ZObtains elevation from the largest z-value found among the natural neighbors of a query point.

  • Conflate Nearest ZObtains elevation from the nearest value among the natural neighbors of a query point.

  • Conflate Z Closest To MeanObtains elevation from the z-value that is closest to the average of all the natural neighbors of a query point.

String

Status Field

(Optional)

An existing numeric field that will be populated with values to reflect whether the feature's vertices were successfully updated. A value of 1 would be specified for updated features and 0 for features that were not updated. Features that partially overlap the surface will not be updated.

Field

Derived output

Label Explanation Data type

Updated Input Features

The updated 3D features whose vertex z-values have been modified.

Feature Layer

Environments

Current Workspace, Extent

Licensing information

  • Basic: Requires 3D Analyst
  • Standard: Requires 3D Analyst
  • Advanced: Requires 3D Analyst