|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesfile.ArcInfoItems
public class ArcInfoItems
Collection used for creating ArcInfo Items.
Constructor Summary | |
---|---|
ArcInfoItems()
Constructs a ArcInfoItems using ArcGIS Engine. |
|
ArcInfoItems(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcInfoItems theArcInfoItems = (ArcInfoItems) obj; |
Method Summary | |
---|---|
void |
addItem(IArcInfoItem item)
Adds an Item to the Items Collection. |
void |
deleteAllItems()
Deletes all the Items from the Items Collection. |
void |
deleteItem(IArcInfoItem item)
Deletes an Item from the Items Collection. |
boolean |
equals(Object o)
Compare this object with another |
void |
findItem(String name,
int[] index)
Finds the index of the specified Item in the Items Collection. |
static String |
getClsid()
getClsid. |
IArcInfoItem |
getItem(int index)
Item at the specified index in the Items Collection. |
int |
getItemCount()
Number of Items in the Items Collection. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
setItem(int index,
IArcInfoItem rhs2)
Item at the specified position. |
void |
setItemCount(int rhs1)
Number of Items in this Item Collection. |
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 ArcInfoItems() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ArcInfoItems(Object obj) throws IOException
ArcInfoItems theArcInfoItems = (ArcInfoItems) obj;
obj
to ArcInfoItems
.
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 getItemCount() throws IOException, AutomationException
getItemCount
in interface IArcInfoItems
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArcInfoItem getItem(int index) throws IOException, AutomationException
getItem
in interface IArcInfoItems
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findItem(String name, int[] index) throws IOException, AutomationException
findItem
in interface IArcInfoItems
name
- The name (in)index
- The index (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setItemCount(int rhs1) throws IOException, AutomationException
setItemCount
in interface IArcInfoItemsEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setItem(int index, IArcInfoItem rhs2) throws IOException, AutomationException
setItem
in interface IArcInfoItemsEdit
index
- The index (in)rhs2
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addItem(IArcInfoItem item) throws IOException, AutomationException
addItem
in interface IArcInfoItemsEdit
item
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteItem(IArcInfoItem item) throws IOException, AutomationException
deleteItem
in interface IArcInfoItemsEdit
item
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteAllItems() throws IOException, AutomationException
deleteAllItems
in interface IArcInfoItemsEdit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |