|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinAdvanced3
COM Interface 'ITinAdvanced3'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID911fde18_abb0_4f7b_b960_f40dcd527b46
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IID911fde18_abb0_4f7b_b960_f40dcd527b46
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |