com.esri.arcgis.geodatabase
Interface IEnumTinNode

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumTinNodeProxy, TinNodeEnumerator

public interface IEnumTinNode
extends Serializable

Provides access to members that control TIN node enumerators.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ITinNode IEnumTinNode_next()
          Gets next node element.
 void queryNext(ITinNode pNode)
          Queries next node element.
 void queryNextAsWKSPointZ(_WKSPointZ[] pPoint, boolean[] pbIsEnd)
          Queries next node element as a WKS point with z values.
 void reset()
          Resets the enumerator.
 

Method Detail

reset

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

IEnumTinNode_next

ITinNode IEnumTinNode_next()
                           throws IOException,
                                  AutomationException
Gets next node element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

queryNext

void queryNext(ITinNode pNode)
               throws IOException,
                      AutomationException
Queries next node element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

queryNextAsWKSPointZ

void queryNextAsWKSPointZ(_WKSPointZ[] pPoint,
                          boolean[] pbIsEnd)
                          throws IOException,
                                 AutomationException
Queries next node element as a WKS point with z values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
pPoint - 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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.