com.esri.arcgis.geodatabase
Interface IEnumTinElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumTinElementProxy, TinEdgeEnumerator, TinNodeEnumerator, TinTriangleEnumerator

public interface IEnumTinElement
extends java.io.Serializable

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

Description: 'Provides access to TIN element 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4eee3271_fa94_11d2_ae10_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITinElement next()
          Gets next element.
 void queryNext(ITinElement pElement)
          Queries next element.
 void reset()
          Resets the enumerator.
 

Field Detail

IID4eee3271_fa94_11d2_ae10_000000000000

static final int IID4eee3271_fa94_11d2_ae10_000000000000
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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator.

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

next

ITinElement next()
                 throws java.io.IOException,
                        AutomationException
Gets next element.

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

queryNext

void queryNext(ITinElement pElement)
               throws java.io.IOException,
                      AutomationException
Queries next element.

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