|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GpObjectArray
public class GpObjectArray
COM Class 'GpObjectArray'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description '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 |
|---|
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGpObjectArray |
|---|
DISPID_1_GET_NAME, DISPID_10_NAME, DISPID_2_NAME, DISPID_3_NAME, DISPID_4_NAME, DISPID_5_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IID02876181_9a06_4ef1_943a_15d337c2c90e, xxDummy |
| Constructor Summary | |
|---|---|
GpObjectArray()
Constructs a GpObjectArray using ArcGIS Engine. |
|
GpObjectArray(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpObjectArray theGpObjectArray = (GpObjectArray) obj; |
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object pObject)
Adds an object to the array. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
esri_clone(IGpObjectArray pSrcObj)
Assigns the properties of source array to this object. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The element count of the array. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.Object |
getObject(int element)
Returns the object at the given index in the array. |
int |
hashCode()
the hashcode for this object |
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 |
release()
Release a GpObjectArray. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GpObjectArray()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GpObjectArray(java.lang.Object obj)
throws java.io.IOException
GpObjectArray theGpObjectArray = (GpObjectArray) obj;
obj to GpObjectArray.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int getCount()
throws java.io.IOException,
AutomationException
getCount in interface IGpObjectArrayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(java.lang.Object pObject)
throws java.io.IOException,
AutomationException
add in interface IGpObjectArraypObject - A reference to another Automation Object (IDispatch) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getObject(int element)
throws java.io.IOException,
AutomationException
getObject in interface IGpObjectArrayelement - The element (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
reset in interface IGpObjectArrayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object next()
throws java.io.IOException,
AutomationException
next in interface IGpObjectArrayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remove(int element)
throws java.io.IOException,
AutomationException
remove in interface IGpObjectArrayelement - The element (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
throws java.io.IOException,
AutomationException
removeAll in interface IGpObjectArrayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insert(int element,
java.lang.Object pObject)
throws java.io.IOException,
AutomationException
insert in interface IGpObjectArrayelement - 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.
public void replace(int element,
java.lang.Object pObject)
throws java.io.IOException,
AutomationException
replace in interface IGpObjectArrayelement - 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.
public void esri_clone(IGpObjectArray pSrcObj)
throws java.io.IOException,
AutomationException
esri_clone in interface IGpObjectArraypSrcObj - 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 | ||||||||