public interface ITinAdvanced3
extends java.io.Serializable
Description: 'Provides access to members that control advanced TIN functions.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID911fde18_abb0_4f7b_b960_f40dcd527b46 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getNextCCWEdgeIndex(int edgeIndex)
Gets next counter clockwise edge index.
|
int |
getNextCWEdgeIndex(int edgeIndex)
Gets next clockwise edge index.
|
int |
getNextEdgeIndexInTriangle(int edgeIndex)
Gets next edge index in triangle.
|
int |
getPreviousEdgeIndexInTriangle(int edgeIndex)
Gets previous edge index in triangle.
|
int |
getTinVersion()
Returns the version number of the TIN dataset.
|
void |
queryElementIndicesAroundNode(int type,
int localNodeIndex,
int triangleIndex,
ILongArray pIndices)
Returns the indices of all elements connected to the specified node.
|
static final int IID911fde18_abb0_4f7b_b960_f40dcd527b46
static final int xxDummy
static final java.lang.String IID
int getTinVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPreviousEdgeIndexInTriangle(int edgeIndex) throws java.io.IOException, AutomationException
edgeIndex
- The edgeIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNextEdgeIndexInTriangle(int edgeIndex) throws java.io.IOException, AutomationException
edgeIndex
- The edgeIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNextCWEdgeIndex(int edgeIndex) throws java.io.IOException, AutomationException
edgeIndex
- The edgeIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNextCCWEdgeIndex(int edgeIndex) throws java.io.IOException, AutomationException
edgeIndex
- The edgeIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryElementIndicesAroundNode(int type, int localNodeIndex, int triangleIndex, ILongArray pIndices) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriTinElementType constant (in)localNodeIndex
- The localNodeIndex (in)triangleIndex
- The triangleIndex (in)pIndices
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.