|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.Objects
public class Objects
The Objects CoClass.
Constructor Summary | |
---|---|
Objects()
Constructs a Objects using ArcGIS Engine. |
|
Objects(Object obj)
Construct a Objects using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
int |
count(IUID classFilter)
The number of objects in the array that belong to a specific class. |
boolean |
equals(Object o)
Compare this object with another |
Object |
get(int index)
Retrieves an object from the array by index. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
insert(int index,
Object object,
IUID cLSID)
Insert object into the array at the given index. |
void |
remove(int index,
int count)
Removes 'count' number of objects from the array starting at the given index. |
Object |
set(int index,
Object object,
IUID cLSID)
Add an object at the given index replacing the existing object, which is returned. |
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 Objects() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic Objects(Object obj) throws IOException
obj
to Objects
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
Objects theObjects = (Objects) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int count(IUID classFilter) throws IOException, AutomationException
count
in interface IObjects
classFilter
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insert(int index, Object object, IUID cLSID) throws IOException, AutomationException
insert
in interface IObjects
index
- The index (in)object
- A reference to another Object (IUnknown) (in)cLSID
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int index, int count) throws IOException, AutomationException
remove
in interface IObjects
index
- The index (in)count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object get(int index) throws IOException, AutomationException
get
in interface IObjects
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object set(int index, Object object, IUID cLSID) throws IOException, AutomationException
set
in interface IObjects
index
- The index (in)object
- A reference to another Object (IUnknown) (in)cLSID
- A reference to a com.esri.arcgis.system.IUID (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 |