|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.RecordArray
public class RecordArray
Esri RecordArray object.
Constructor Summary | |
---|---|
RecordArray()
Constructs a RecordArray using ArcGIS Engine. |
|
RecordArray(Object obj)
Construct a RecordArray using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
add(IRecord rec)
Adds a record. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCount()
The record count. |
IRecord |
getElement(int index)
Returns the record at the specified position. |
int |
hashCode()
the hashcode for this object |
void |
insert(int index,
IRecord rec)
Adds a record at the specified position. |
void |
remove(int index)
Removes the record at the specified position. |
void |
removeAll()
Removes all records. |
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 RecordArray() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RecordArray(Object obj) throws IOException
obj
to RecordArray
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
RecordArray theRecordArray = (RecordArray) 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 getCount() throws IOException, AutomationException
getCount
in interface IRecordArray
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRecord getElement(int index) throws IOException, AutomationException
getElement
in interface IRecordArray
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int index) throws IOException, AutomationException
remove
in interface IRecordArray
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws IOException, AutomationException
removeAll
in interface IRecordArray
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(IRecord rec) throws IOException, AutomationException
add
in interface IRecordArray
rec
- A reference to a com.esri.arcgis.geodatabase.IRecord (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insert(int index, IRecord rec) throws IOException, AutomationException
insert
in interface IRecordArray
index
- The index (in)rec
- A reference to a com.esri.arcgis.geodatabase.IRecord (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 |