com.esri.arcgis.geodatabase
Interface IEnumTinEdge

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumTinEdgeProxy, TinEdgeEnumerator

public interface IEnumTinEdge
extends java.io.Serializable

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

Description: 'Provides access to members that control TIN edge 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 IID6bfa889d_bf0d_11d3_ab4f_0008c73fd50c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITinEdge IEnumTinEdge_next()
          Gets next edge element.
 void queryNext(ITinEdge pEdge)
          Queries next edge element.
 void queryNextAsWKSPointZs(_WKSPointZ[] pFrom, _WKSPointZ[] pTo, boolean[] pbIsEnd)
          Queries next edge element as a WKS point with z values.
 void reset()
          Resets the enumerator.
 

Field Detail

IID6bfa889d_bf0d_11d3_ab4f_0008c73fd50c

static final int IID6bfa889d_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 enumerator.

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

IEnumTinEdge_next

ITinEdge IEnumTinEdge_next()
                           throws java.io.IOException,
                                  AutomationException
Gets next edge element.

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

queryNext

void queryNext(ITinEdge pEdge)
               throws java.io.IOException,
                      AutomationException
Queries next edge element.

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

queryNextAsWKSPointZs

void queryNextAsWKSPointZs(_WKSPointZ[] pFrom,
                           _WKSPointZ[] pTo,
                           boolean[] pbIsEnd)
                           throws java.io.IOException,
                                  AutomationException
Queries next edge element as a WKS point with z values.

Parameters:
pFrom - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)
pTo - 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.