|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.EnumBSTR
public class EnumBSTR
COM Class 'EnumBSTR'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'Enumeration of multiple strings.' 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.geoprocessing.IBStringArray |
|---|
IID, IID0c39cb39_fd27_49da_89d2_fc3f017064f9, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IEnumBSTR |
|---|
IID, IID18a45ba8_1266_11d1_86ad_0000f8751720, xxDummy |
| Constructor Summary | |
|---|---|
EnumBSTR()
Constructs a EnumBSTR using ArcGIS Engine. |
|
EnumBSTR(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. EnumBSTR theEnumBSTR = (EnumBSTR) obj; |
|
| Method Summary | |
|---|---|
void |
addString(java.lang.String str)
Adds a string to the array. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The size of the array. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getString(int index)
The string at the specified index in the array. |
int |
hashCode()
the hashcode for this object |
void |
insertString(int index,
java.lang.String str)
Adds a string to the array at the specified index. |
java.lang.String |
next()
Obtains the next string in the list. |
void |
release()
Release a EnumBSTR. |
void |
removeAll()
Removes all strings from the array. |
void |
removeString(int index)
Removes a string from the array. |
void |
replaceString(int index,
java.lang.String str)
Replaces a string in the array. |
void |
reset()
Resets the string so the next returned string is the first. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnumBSTR()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public EnumBSTR(java.lang.Object obj)
throws java.io.IOException
EnumBSTR theEnumBSTR = (EnumBSTR) obj;
obj to EnumBSTR.
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 boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int getCount()
throws java.io.IOException,
AutomationException
getCount in interface IBStringArrayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getString(int index)
throws java.io.IOException,
AutomationException
getString in interface IBStringArrayindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addString(java.lang.String str)
throws java.io.IOException,
AutomationException
addString in interface IBStringArraystr - The str (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insertString(int index,
java.lang.String str)
throws java.io.IOException,
AutomationException
insertString in interface IBStringArrayindex - The index (in)str - The str (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeString(int index)
throws java.io.IOException,
AutomationException
removeString in interface IBStringArrayindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
throws java.io.IOException,
AutomationException
removeAll in interface IBStringArrayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void replaceString(int index,
java.lang.String str)
throws java.io.IOException,
AutomationException
replaceString in interface IBStringArrayindex - The index (in)str - The str (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String next()
throws java.io.IOException,
AutomationException
next in interface IEnumBSTRjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
reset in interface IEnumBSTRjava.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 | ||||||||