|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.ArcInfoItems
Collection used for creating ArcInfo Items.
| Constructor Summary | |
ArcInfoItems()
Constructs a ArcInfoItems using ArcGIS Engine. |
|
ArcInfoItems(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| 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(java.lang.Object o)
Compare this object with another |
void |
findItem(java.lang.String name,
int[] index)
Finds the index of the specified Item in the Items Collection. |
IArcInfoItems |
getAsIArcInfoItems()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IArcInfoItemsEdit |
getAsIArcInfoItemsEdit()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISupportErrorInfo |
getAsISupportErrorInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
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)
Supported Platforms |
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 |
| Constructor Detail |
public ArcInfoItems()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ArcInfoItems(java.lang.Object obj)
throws java.io.IOException
obj to ArcInfoItems. ArcInfoItems theArcInfoItems = (ArcInfoItems) obj;
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 IArcInfoItems getAsIArcInfoItems()
public IArcInfoItemsEdit getAsIArcInfoItemsEdit()
public ISupportErrorInfo getAsISupportErrorInfo()
public boolean equals(java.lang.Object o)
public int hashCode()
public int getItemCount()
throws java.io.IOException,
AutomationException
IArcInfoItems
getItemCount in interface IArcInfoItemsAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IArcInfoItem getItem(int index)
throws java.io.IOException,
AutomationException
IArcInfoItems
getItem in interface IArcInfoItemsindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void findItem(java.lang.String name,
int[] index)
throws java.io.IOException,
AutomationException
IArcInfoItems
findItem in interface IArcInfoItemsname - The name (in)index - The index (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setItemCount(int rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemsEdit
setItemCount in interface IArcInfoItemsEditrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setItem(int index,
IArcInfoItem rhs2)
throws java.io.IOException,
AutomationException
IArcInfoItemsEdit
setItem in interface IArcInfoItemsEditindex - The index (in)rhs2 - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addItem(IArcInfoItem item)
throws java.io.IOException,
AutomationException
IArcInfoItemsEdit
addItem in interface IArcInfoItemsEdititem - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteItem(IArcInfoItem item)
throws java.io.IOException,
AutomationException
IArcInfoItemsEdit
deleteItem in interface IArcInfoItemsEdititem - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteAllItems()
throws java.io.IOException,
AutomationException
IArcInfoItemsEdit
deleteAllItems in interface IArcInfoItemsEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
ISupportErrorInfoIndicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||