public interface esriTinPointSelectionMethod
extends java.io.Serializable
Description: 'TIN point selection methods.' 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 |
esriTinPointSelectionRandom
Select point randomly.
|
static int |
esriTinPointSelectionZaverage
Select point of which the Z value is the closest to the average.
|
static int |
esriTinPointSelectionZmax
Select point with maximum Z.
|
static int |
esriTinPointSelectionZmin
Select point with minimum Z.
|
static final int esriTinPointSelectionRandom
static final int esriTinPointSelectionZmin
static final int esriTinPointSelectionZmax
static final int esriTinPointSelectionZaverage