|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpObjectArray
COM Interface 'IGpObjectArray'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties and methods of a Geoprocessing object array object.' 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 |
DISPID_1_GET_NAME
|
static java.lang.String |
DISPID_10_NAME
|
static java.lang.String |
DISPID_2_NAME
|
static java.lang.String |
DISPID_3_NAME
|
static java.lang.String |
DISPID_4_NAME
|
static java.lang.String |
DISPID_5_NAME
|
static java.lang.String |
DISPID_6_NAME
|
static java.lang.String |
DISPID_7_NAME
|
static java.lang.String |
DISPID_8_NAME
|
static java.lang.String |
DISPID_9_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID02876181_9a06_4ef1_943a_15d337c2c90e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
add(java.lang.Object pObject)
Adds an object to the array. |
void |
esri_clone(IGpObjectArray pSrcObj)
Assigns the properties of source array to this object. |
int |
getCount()
The element count of the array. |
java.lang.Object |
getObject(int element)
Returns the object at the given index in the array. |
void |
insert(int element,
java.lang.Object pObject)
Adds an object to the array at the specified index. |
java.lang.Object |
next()
Returns the next object at the current index in the array. |
void |
remove(int element)
Removes the object at the specified index from the array. |
void |
removeAll()
Removes all objects from the array. |
void |
replace(int element,
java.lang.Object pObject)
Replaces the object at the specified index in the array. |
void |
reset()
Sets the current enumeration index (used by the Next method) back to the first element in the array. |
Field Detail |
---|
static final int IID02876181_9a06_4ef1_943a_15d337c2c90e
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1_GET_NAME
static final java.lang.String DISPID_2_NAME
static final java.lang.String DISPID_3_NAME
static final java.lang.String DISPID_4_NAME
static final java.lang.String DISPID_5_NAME
static final java.lang.String DISPID_6_NAME
static final java.lang.String DISPID_7_NAME
static final java.lang.String DISPID_8_NAME
static final java.lang.String DISPID_9_NAME
static final java.lang.String DISPID_10_NAME
Method Detail |
---|
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(java.lang.Object pObject) throws java.io.IOException, AutomationException
pObject
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getObject(int element) throws java.io.IOException, AutomationException
element
- The element (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object next() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int element) throws java.io.IOException, AutomationException
element
- The element (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.void insert(int element, java.lang.Object pObject) throws java.io.IOException, AutomationException
element
- The element (in)pObject
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replace(int element, java.lang.Object pObject) throws java.io.IOException, AutomationException
element
- The element (in)pObject
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_clone(IGpObjectArray pSrcObj) throws java.io.IOException, AutomationException
pSrcObj
- A reference to a com.esri.arcgis.geoprocessing.IGpObjectArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |