public interface IXyzArray
extends java.io.Serializable
Description: 'Provides access to members of XyzArray.' 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 |
IID64cdbcd8_3eb2_4d14_9894_47b4dbb0254a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(_WKSPointZ pElement)
Adds an element to the array.
|
int |
getCount()
The number of elements in the array.
|
_WKSPointZ |
getElement(int index)
Retrieve the element in the array (index is 0-based).
|
void |
removeAll()
Removes all elements from the array.
|
static final int IID64cdbcd8_3eb2_4d14_9894_47b4dbb0254a
static final int xxDummy
static final java.lang.String IID
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception._WKSPointZ getElement(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void add(_WKSPointZ pElement) throws java.io.IOException, AutomationException
pElement
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.