com.esri.arcgis.geometry
Interface IEnumVertex2

All Superinterfaces:
IEnumVertex, java.io.Serializable
All Known Implementing Classes:
IEnumVertex2Proxy

public interface IEnumVertex2
extends IEnumVertex, java.io.Serializable

COM Interface 'IEnumVertex2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that extend IEnumVertex.' 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 IID82a0b2f0_59bd_437e_9ead_cde15775f260
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IEnumVertex
IID4cf93638_eb81_11d2_9f2d_00c04f6bc8e8
 
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
 

Field Detail

IID82a0b2f0_59bd_437e_9ead_cde15775f260

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

wKSNext

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

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