com.esri.arcgis.geodatabase
Interface IEnumTinTriangle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumTinTriangleProxy, TinTriangleEnumerator

public interface IEnumTinTriangle
extends java.io.Serializable

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

Description: 'Provides access to members that control TIN triangle enumerators.' 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 IID6bfa889e_bf0d_11d3_ab4f_0008c73fd50c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITinTriangle IEnumTinTriangle_next()
          Gets next triangle elements.
 ITinNodeArray nextTriangleStrip(int maxSize)
          Gets next triangle strip.
 ILongArray nextTriangleStripIndices(int maxSize)
          Gets next triangle strip indices.
 void queryNext(ITinTriangle pTriangle)
          Queries next triangle elements.
 void queryNextAsWKSPointZs(_WKSPointZ[] pPi, _WKSPointZ[] pPj, _WKSPointZ[] pPk, boolean[] pbIsEnd)
          Queries next triangle element as a WKS point with z values.
 void reset()
          Resets the enumerators.
 

Field Detail

IID6bfa889e_bf0d_11d3_ab4f_0008c73fd50c

static final int IID6bfa889e_bf0d_11d3_ab4f_0008c73fd50c
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 enumerators.

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

IEnumTinTriangle_next

ITinTriangle IEnumTinTriangle_next()
                                   throws java.io.IOException,
                                          AutomationException
Gets next triangle elements.

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

queryNext

void queryNext(ITinTriangle pTriangle)
               throws java.io.IOException,
                      AutomationException
Queries next triangle elements.

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

queryNextAsWKSPointZs

void queryNextAsWKSPointZs(_WKSPointZ[] pPi,
                           _WKSPointZ[] pPj,
                           _WKSPointZ[] pPk,
                           boolean[] pbIsEnd)
                           throws java.io.IOException,
                                  AutomationException
Queries next triangle element as a WKS point with z values.

Parameters:
pPi - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)
pPj - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)
pPk - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)
pbIsEnd - The pbIsEnd (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

nextTriangleStrip

ITinNodeArray nextTriangleStrip(int maxSize)
                                throws java.io.IOException,
                                       AutomationException
Gets next triangle strip.

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

nextTriangleStripIndices

ILongArray nextTriangleStripIndices(int maxSize)
                                    throws java.io.IOException,
                                           AutomationException
Gets next triangle strip indices.

Parameters:
maxSize - The maxSize (in)
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.