|
|||||||||
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
COM Class 'ArcInfoItems'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description 'Collection used for creating ArcInfo Items.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItemsEdit |
---|
IID, IIDb5e470d5_ceab_11d2_b0dc_0000f8780820, xxDummy |
Fields inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItems |
---|
IIDb5e470d4_ceab_11d2_b0dc_0000f8780820 |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
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. 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(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. |
static java.lang.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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a ArcInfoItems. |
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 problemspublic ArcInfoItems(java.lang.Object obj) throws java.io.IOException
ArcInfoItems theArcInfoItems = (ArcInfoItems) obj;
obj
to ArcInfoItems
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getItemCount() throws java.io.IOException, AutomationException
getItemCount
in interface IArcInfoItems
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArcInfoItem getItem(int index) throws java.io.IOException, AutomationException
getItem
in interface IArcInfoItems
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findItem(java.lang.String name, int[] index) throws java.io.IOException, AutomationException
findItem
in interface IArcInfoItems
name
- 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
setItemCount
in interface IArcInfoItemsEdit
rhs1
- 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
setItem
in interface IArcInfoItemsEdit
index
- 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
addItem
in interface IArcInfoItemsEdit
item
- 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
deleteItem
in interface IArcInfoItemsEdit
item
- 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
deleteAllItems
in interface IArcInfoItemsEdit
java.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
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.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 |