Label | Explanation | Data Type |
Input Features | The point, multipoint, polyline, or polygon features that define the locations for determining one or more surface properties. | Feature Layer |
Input Surface | The LAS dataset, mosaic, raster, terrain, or TIN surface used for interpolating z-values. | LAS Dataset Layer; Mosaic Layer; Raster Layer; Terrain Layer; TIN Layer |
Output Property | Specifies the surface elevation property that will be added to the attribute table of the input feature class.
| String |
Method (Optional) | Specifies the interpolation method that will be used to determine information about the surface.
| String |
Sampling Distance (Optional) | The spacing at which z-values will be interpolated. By default, the raster cell size is used when the input surface is a raster, and the natural densification of the triangulated surface is used when the input is a terrain or TIN dataset. | Double |
Z Factor (Optional) | The factor by which z-values will be multiplied. This is typically used to convert z linear units to match x,y linear units. The default is 1, which leaves elevation values unchanged. This parameter is not available if the spatial reference of the input surface has a z datum with a specified linear unit. | Double |
Pyramid Level Resolution (Optional) | The z-tolerance or window-size resolution of the terrain pyramid level that will be used. The default is 0, or full resolution. | Double |
Noise Filtering
(Optional) | Specifies whether portions of the surface that are potentially characterized by anomalous measurements will be excluded from contributing to slope calculations. Other properties are not affected by this parameter. Line features offer a length filter, wherein line segments whose 3D lengths are shorter than the specified value are excluded from slope calculations. Polygon features offer an area filter, wherein polygons covering a surface area smaller than the specified value are excluded. | String |
Derived Output
Label | Explanation | Data Type |
Updated Input Features | The updated input features. | Feature Layer |