public interface IEnumVertex2 extends IEnumVertex, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID82a0b2f0_59bd_437e_9ead_cde15775f260 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4cf93638_eb81_11d2_9f2d_00c04f6bc8e8
Modifier and Type | Method and Description |
---|---|
void |
wKSNext(_WKSPoint[] outVertex,
int[] outPartIndex,
int[] vertexIndex)
Returns the next vertex as a WKS Point structure and its location in the geometry.
|
esri_clone, isLastInPart, next, nextInPart, previous, put_ID, put_M, put_X, put_Y, put_Z, queryNext, queryNextInPart, queryPrevious, reset, resetToEnd, setAt, skip
static final int IID82a0b2f0_59bd_437e_9ead_cde15775f260
static final int xxDummy
static final java.lang.String IID
void wKSNext(_WKSPoint[] outVertex, int[] outPartIndex, int[] vertexIndex) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.