com.esri.arcgis.geometry
Interface IEnumVertex2

All Superinterfaces:
IEnumVertex, Serializable
All Known Implementing Classes:
IEnumVertex2Proxy

public interface IEnumVertex2
extends IEnumVertex, Serializable

Provides access to members that extend IEnumVertex.

Product Availability

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


Method Summary
 void wKSNext(_WKSPoint[] outVertex, int[] outPartIndex, int[] vertexIndex)
          Returns the next vertex as a WKS Point structure and its location in the geometry.
 
Methods inherited from interface com.esri.arcgis.geometry.IEnumVertex
esri_clone, isLastInPart, next, nextInPart, previous, put_ID, put_M, put_X, put_Y, put_Z, queryNext, queryNextInPart, queryPrevious, reset, resetToEnd, setAt, skip
 

Method Detail

wKSNext

void wKSNext(_WKSPoint[] outVertex,
             int[] outPartIndex,
             int[] vertexIndex)
             throws IOException,
                    AutomationException
Returns the next vertex as a WKS Point structure and its location in the geometry.

Description

The WKSNext method returns the next vertex in the Enumerator as a WKSPoint structure instead of an IPoint object like the IEnumvertex::Next method does.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
outVertex - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)
outPartIndex - The outPartIndex (out: use single element array)
vertexIndex - The vertexIndex (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.