public interface esriTinQualification
extends java.io.Serializable
Description: 'Esri TIN enumerator-criteria options.' 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 |
esriTinAll
Returns all elements.
|
static int |
esriTinDoubleEdges
Returns both of the two adjacent triangle edges.
|
static int |
esriTinInsideDataArea
Returns elements inside data area only.
|
static int |
esriTinInsideTin
Returns all elements except those associated to super nodes.
|
static int |
esriTinSingleEdge
Returns only one of the two adjacent triangle edges.
|
static final int esriTinAll
static final int esriTinInsideTin
static final int esriTinInsideDataArea
static final int esriTinSingleEdge
static final int esriTinDoubleEdges