public interface esriLasPointSelectionType
extends java.io.Serializable
Description: 'LAS point selection type.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
esriLasPointSelectionCenter
Select point closest to the center.
|
static int |
esriLasPointSelectionClassCode
Select point with the specified class code.
|
static int |
esriLasPointSelectionIntensityAverage
Select point of which the intensity value is the closest to the average.
|
static int |
esriLasPointSelectionIntensityMax
Select point with the maximum intensity value.
|
static int |
esriLasPointSelectionIntensityMin
Select point with the minimum intensity value.
|
static int |
esriLasPointSelectionIntensityMinMax
Select point with the minimum (or maximum) intensity value.
|
static int |
esriLasPointSelectionMostFrequentClassCode
Select point with the class code that has the hightest point count.
|
static int |
esriLasPointSelectionReturn
Select point with the specified return number.
|
static int |
esriLasPointSelectionZaverage
Select point of which the Z value is the closest to the average.
|
static int |
esriLasPointSelectionZmax
Select point with the maximum z value.
|
static int |
esriLasPointSelectionZmin
Select point with the minimum z value.
|
static int |
esriLasPointSelectionZminZmax
Select point with the minimum (or maximum) z value.
|
static final int esriLasPointSelectionCenter
static final int esriLasPointSelectionZmin
static final int esriLasPointSelectionZmax
static final int esriLasPointSelectionZminZmax
static final int esriLasPointSelectionZaverage
static final int esriLasPointSelectionIntensityMin
static final int esriLasPointSelectionIntensityMax
static final int esriLasPointSelectionIntensityMinMax
static final int esriLasPointSelectionIntensityAverage
static final int esriLasPointSelectionClassCode
static final int esriLasPointSelectionReturn
static final int esriLasPointSelectionMostFrequentClassCode