Label | Explanation | Data Type |
Input LAS Dataset | The LAS dataset that will be processed. | LAS Dataset Layer |
Input 3D Features
| The 3D point, line, polygon, or multipatch features whose proximity will be used for identifying LAS points. | Feature Layer |
Search Radius
| The distance around the input features that will be evaluated for the presence of LAS points, which can be provided as either a linear distance or a numeric field in the input feature's attribute table. If the search radius is derived from a field or a linear distance whose units are specified as Unknown, the linear unit of the input features' XY spatial reference is used. | Linear Unit; Field |
Count Field
| The name of the field that will be added to the input feature's attribute table and populated with the number of LAS points in each feature's proximity. The default field name is COUNT. | String |
Output Feature Class
(Optional) | The point features that represent the LAS points detected within the specified proximity of the input features. | Feature Class |
Output Geometry Type
(Optional) | Specifies the geometry of the output point features that represent the LAS points found within the specified proximity of the input features.
| String |
New Class Code
(Optional) | The class code value that will be used to reclassify the points found within the search radius of the input features. | Long |
Compute statistics (Optional) | Specifies whether statistics will be computed for the .las files referenced by the LAS dataset. Computing statistics provides a spatial index for each .las file, which improves analysis and display performance. Statistics also enhance the filtering and symbology experience by limiting the display of LAS attributes, such as classification codes and return information, to values that are present in the .las file.
| Boolean |
Update pyramid
(Optional) | Specifies whether the LAS dataset pyramid will be updated after the class codes are modified.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Updated Input LAS Dataset | The updated LAS dataset. | LAS Dataset Layer |
Updated Input 3D Features | The updated input 3D features. | Feature Layer |