|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GpObjectArray
public class GpObjectArray
Geoprocessing Object Array object.
Constructor Summary | |
---|---|
GpObjectArray()
Constructs a GpObjectArray using ArcGIS Engine. |
|
GpObjectArray(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpObjectArray theGpObjectArray = (GpObjectArray) obj; |
Method Summary | |
---|---|
void |
add(Object pObject)
Adds an object to the array. |
boolean |
equals(Object o)
Compare this object with another |
void |
esri_clone(IGpObjectArray pSrcObj)
Assigns the properties of source array to this object. |
static String |
getClsid()
getClsid. |
int |
getCount()
The element count of the array. |
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,
Object pObject)
Adds an object to the array at the specified index. |
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,
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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GpObjectArray() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GpObjectArray(Object obj) throws IOException
GpObjectArray theGpObjectArray = (GpObjectArray) obj;
obj
to GpObjectArray
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getCount() throws IOException, AutomationException
getCount
in interface IGpObjectArray
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(Object pObject) throws IOException, AutomationException
add
in interface IGpObjectArray
pObject
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getObject(int element) throws IOException, AutomationException
getObject
in interface IGpObjectArray
element
- The element (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws IOException, AutomationException
reset
in interface IGpObjectArray
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object next() throws IOException, AutomationException
next
in interface IGpObjectArray
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int element) throws IOException, AutomationException
remove
in interface IGpObjectArray
element
- The element (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws IOException, AutomationException
removeAll
in interface IGpObjectArray
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insert(int element, Object pObject) throws IOException, AutomationException
insert
in interface IGpObjectArray
element
- The element (in)pObject
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replace(int element, Object pObject) throws IOException, AutomationException
replace
in interface IGpObjectArray
element
- The element (in)pObject
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void esri_clone(IGpObjectArray pSrcObj) throws IOException, AutomationException
esri_clone
in interface IGpObjectArray
pSrcObj
- A reference to a com.esri.arcgis.geoprocessing.IGpObjectArray (in)
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 |