![]() |
This document is archived and information here might be outdated. Recommended version. |
LAS point selection type.
| Constant | Value | Description |
|---|---|---|
| esriLasPointSelectionCenter | 0 | Select point closest to the center. |
| esriLasPointSelectionZmin | 1 | Select point with the minimum z value. |
| esriLasPointSelectionZmax | 2 | Select point with the maximum z value. |
| esriLasPointSelectionZminZmax | 3 | Select point with the minimum (or maximum) z value. |
| esriLasPointSelectionZaverage | 4 | Select point of which the Z value is the closest to the average. |
| esriLasPointSelectionIntensityMin | 5 | Select point with the minimum intensity value. |
| esriLasPointSelectionIntensityMax | 6 | Select point with the maximum intensity value. |
| esriLasPointSelectionIntensityMinMax | 7 | Select point with the minimum (or maximum) intensity value. |
| esriLasPointSelectionIntensityAverage | 8 | Select point of which the intensity value is the closest to the average. |
| esriLasPointSelectionClassCode | 9 | Select point with the specified class code. |
| esriLasPointSelectionReturn | 10 | Select point with the specified return number. |
| esriLasPointSelectionMostFrequentClassCode | 11 | Select point with the class code that has the hightest point count. |