com.esri.arcgis.geodatabase
Interface ITinElement

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITinEdge, ITinNode, ITinNode2, ITinTriangle
All Known Implementing Classes:
ITinEdgeProxy, ITinElementProxy, ITinNode2Proxy, ITinNodeProxy, ITinTriangleProxy, TinEdge, TinNode, TinTriangle

public interface ITinElement
extends java.io.Serializable

COM Interface 'ITinElement'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3e541320_1132_11d2_92f7_444553540000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID3e541320_1132_11d2_92f7_444553540000

static final int IID3e541320_1132_11d2_92f7_444553540000
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isEmpty

boolean isEmpty()
                throws java.io.IOException,
                       AutomationException
Indicates if the specified element is uninitialized.

Returns:
The pbIsEmpty
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTheTin

ITin getTheTin()
               throws java.io.IOException,
                      AutomationException
The TIN object referenced by the element.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIndex

int getIndex()
             throws java.io.IOException,
                    AutomationException
The element's index number.

Returns:
The pIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTagValue

int getTagValue()
                throws java.io.IOException,
                       AutomationException
The tag value of the specified element.

Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmpty

void setEmpty()
              throws java.io.IOException,
                     AutomationException
Uninitializes the element.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

init

void init(ITin pTin,
          int index)
          throws java.io.IOException,
                 AutomationException
Initializes a new TIN element.

Parameters:
pTin - A reference to a com.esri.arcgis.geodatabase.ITin (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInsideDataArea

boolean isInsideDataArea()
                         throws java.io.IOException,
                                AutomationException
Indicates if the specified element is within the interpolation zone of the TIN.

Returns:
The pbIsInside
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.