|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesfile.IGPArcInfoItemProxy
Description: 'Provides access to the ArcInfo Item Data Element.' 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 =
public class IGPArcInfoItemProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.datasourcesfile.IGPArcInfoItem |
|---|
IID, IIDc95b22e0_a3c3_11d5_931c_0080c71a3226 |
| Constructor Summary | |
|---|---|
|
IGPArcInfoItemProxy()
Deprecated. For internal use only |
|
IGPArcInfoItemProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPArcInfoItemProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPArcInfoItemProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPArcInfoItemProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getAlternateName()
Deprecated. The alternate name of the info item. |
java.lang.String |
getName()
Deprecated. The name of the info item. |
int |
getNumberDecimals()
Deprecated. The number of decimal places of the info item. |
int |
getOutputWidth()
Deprecated. The output width of the info item. |
int |
getStartPosition()
Deprecated. The start position of the info item. |
int |
getType()
Deprecated. The type of the info item. |
int |
getWidth()
Deprecated. The width of the info item. |
boolean |
isIndexed()
Deprecated. Indicates if the info item has an index. |
boolean |
isPseudo()
Deprecated. Indicates if the item a psuedo item. |
boolean |
isRedefined()
Deprecated. Indicates if the info item redefined. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAlternateName(java.lang.String alternateName)
Deprecated. The alternate name of the info item. |
void |
setIsIndexed(boolean isIndexed)
Deprecated. Indicates if the info item has an index. |
void |
setIsPseudo(boolean isPsuedo)
Deprecated. Indicates if the item a psuedo item. |
void |
setIsRedefined(boolean redefined)
Deprecated. Indicates if the info item redefined. |
void |
setName(java.lang.String name)
Deprecated. The name of the info item. |
void |
setNumberDecimals(int number)
Deprecated. The number of decimal places of the info item. |
void |
setOutputWidth(int width)
Deprecated. The output width of the info item. |
void |
setStartPosition(int position)
Deprecated. The start position of the info item. |
void |
setType(int type)
Deprecated. The type of the info item. |
void |
setWidth(int width)
Deprecated. The width of the info item. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGPArcInfoItemProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IGPArcInfoItemProxy()
public IGPArcInfoItemProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPArcInfoItemProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPArcInfoItemProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IGPArcInfoItemname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStartPosition()
throws java.io.IOException,
AutomationException
getStartPosition in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartPosition(int position)
throws java.io.IOException,
AutomationException
setStartPosition in interface IGPArcInfoItemposition - The position (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWidth()
throws java.io.IOException,
AutomationException
getWidth in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWidth(int width)
throws java.io.IOException,
AutomationException
setWidth in interface IGPArcInfoItemwidth - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOutputWidth()
throws java.io.IOException,
AutomationException
getOutputWidth in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputWidth(int width)
throws java.io.IOException,
AutomationException
setOutputWidth in interface IGPArcInfoItemwidth - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws java.io.IOException,
AutomationException
getType in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(int type)
throws java.io.IOException,
AutomationException
setType in interface IGPArcInfoItemtype - A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNumberDecimals()
throws java.io.IOException,
AutomationException
getNumberDecimals in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNumberDecimals(int number)
throws java.io.IOException,
AutomationException
setNumberDecimals in interface IGPArcInfoItemnumber - The number (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAlternateName()
throws java.io.IOException,
AutomationException
getAlternateName in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlternateName(java.lang.String alternateName)
throws java.io.IOException,
AutomationException
setAlternateName in interface IGPArcInfoItemalternateName - The alternateName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRedefined()
throws java.io.IOException,
AutomationException
isRedefined in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsRedefined(boolean redefined)
throws java.io.IOException,
AutomationException
setIsRedefined in interface IGPArcInfoItemredefined - The redefined (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIndexed()
throws java.io.IOException,
AutomationException
isIndexed in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsIndexed(boolean isIndexed)
throws java.io.IOException,
AutomationException
setIsIndexed in interface IGPArcInfoItemisIndexed - The isIndexed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPseudo()
throws java.io.IOException,
AutomationException
isPseudo in interface IGPArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsPseudo(boolean isPsuedo)
throws java.io.IOException,
AutomationException
setIsPseudo in interface IGPArcInfoItemisPsuedo - The isPsuedo (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 | ||||||||