|
|||||||||
| 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.system.IXMLTypeMapperProxy
Description: 'Provides access to members that convert to and from XML to native types.' 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 IXMLTypeMapperProxy
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.system.IXMLTypeMapper |
|---|
IID, IIDa9a5de92_e3c9_4940_b0f4_6d93cdf2602b |
| Constructor Summary | |
|---|---|
|
IXMLTypeMapperProxy()
Deprecated. For internal use only |
|
IXMLTypeMapperProxy(java.lang.Object obj)
Deprecated. |
protected |
IXMLTypeMapperProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IXMLTypeMapperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IXMLTypeMapperProxy(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 |
fromBinary(byte[] value)
Deprecated. Converts a byte array to an XML byte array. |
java.lang.String |
fromBoolean(boolean value)
Deprecated. Converts a boolean to an XML boolean. |
java.lang.String |
fromByte(byte value)
Deprecated. Converts a byte to an XML byte. |
java.lang.String |
fromDate(java.util.Date value)
Deprecated. Converts a date to an XML date. |
java.lang.String |
fromDouble(double value)
Deprecated. Converts a double to an XML double. |
java.lang.String |
fromFloat(float value)
Deprecated. Converts a float to an XML float. |
java.lang.String |
fromInteger(int value)
Deprecated. Converts a long to an XML integer. |
java.lang.String |
fromShort(short value)
Deprecated. Converts a short to an XML short. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
byte[] |
toBinary(java.lang.String text)
Deprecated. Converts an XML byte array to a byte array. |
boolean |
toBoolean(java.lang.String text)
Deprecated. Converts an XML boolean to a boolean. |
byte |
toByte(java.lang.String text)
Deprecated. Converts an XML byte to a byte. |
java.util.Date |
toDate(java.lang.String text)
Deprecated. Converts an XML date to a date. |
double |
toDouble(java.lang.String text)
Deprecated. Converts an XML double to a double. |
float |
toFloat(java.lang.String text)
Deprecated. Converts an XML float to a float. |
int |
toInteger(java.lang.String text)
Deprecated. Converts an XML integer to a long. |
java.lang.Object |
toObject(java.lang.String namespaceURI,
java.lang.String typeName)
Deprecated. Creates an object based on XML type information. |
short |
toShort(java.lang.String text)
Deprecated. Converts an XML short to a short. |
| 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 IXMLTypeMapperProxy(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 IXMLTypeMapperProxy()
public IXMLTypeMapperProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IXMLTypeMapperProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IXMLTypeMapperProxy(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.Object toObject(java.lang.String namespaceURI,
java.lang.String typeName)
throws java.io.IOException,
AutomationException
toObject in interface IXMLTypeMappernamespaceURI - The namespaceURI (in)typeName - The typeName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int toInteger(java.lang.String text)
throws java.io.IOException,
AutomationException
toInteger in interface IXMLTypeMappertext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean toBoolean(java.lang.String text)
throws java.io.IOException,
AutomationException
toBoolean in interface IXMLTypeMappertext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short toShort(java.lang.String text)
throws java.io.IOException,
AutomationException
toShort in interface IXMLTypeMappertext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte toByte(java.lang.String text)
throws java.io.IOException,
AutomationException
toByte in interface IXMLTypeMappertext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public float toFloat(java.lang.String text)
throws java.io.IOException,
AutomationException
toFloat in interface IXMLTypeMappertext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double toDouble(java.lang.String text)
throws java.io.IOException,
AutomationException
toDouble in interface IXMLTypeMappertext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.util.Date toDate(java.lang.String text)
throws java.io.IOException,
AutomationException
toDate in interface IXMLTypeMappertext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte[] toBinary(java.lang.String text)
throws java.io.IOException,
AutomationException
toBinary in interface IXMLTypeMappertext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String fromInteger(int value)
throws java.io.IOException,
AutomationException
fromInteger in interface IXMLTypeMappervalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String fromBoolean(boolean value)
throws java.io.IOException,
AutomationException
fromBoolean in interface IXMLTypeMappervalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String fromShort(short value)
throws java.io.IOException,
AutomationException
fromShort in interface IXMLTypeMappervalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String fromByte(byte value)
throws java.io.IOException,
AutomationException
fromByte in interface IXMLTypeMappervalue - An unsigned byte (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String fromFloat(float value)
throws java.io.IOException,
AutomationException
fromFloat in interface IXMLTypeMappervalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String fromDouble(double value)
throws java.io.IOException,
AutomationException
fromDouble in interface IXMLTypeMappervalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String fromDate(java.util.Date value)
throws java.io.IOException,
AutomationException
fromDate in interface IXMLTypeMappervalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String fromBinary(byte[] value)
throws java.io.IOException,
AutomationException
fromBinary in interface IXMLTypeMappervalue - An unsigned byte (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 | ||||||||