public interface ITinElement
extends java.io.Serializable
Description: 'Provides access to members to control TIN elements.' 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 |
IID3e541320_1132_11d2_92f7_444553540000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
The element's index number.
|
int |
getTagValue()
The tag value of the specified element.
|
ITin |
getTheTin()
The TIN object referenced by the element.
|
void |
init(ITin pTin,
int index)
Initializes a new TIN element.
|
boolean |
isEmpty()
Indicates if the specified element is uninitialized.
|
boolean |
isInsideDataArea()
Indicates if the specified element is within the interpolation zone of the TIN.
|
void |
setEmpty()
Uninitializes the element.
|
static final int IID3e541320_1132_11d2_92f7_444553540000
static final int xxDummy
static final java.lang.String IID
boolean isEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITin getTheTin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTagValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void init(ITin pTin, int index) throws java.io.IOException, AutomationException
pTin
- A reference to a com.esri.arcgis.geodatabase.ITin (in)index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isInsideDataArea() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.