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 extends com.esri.arcgis.interop.Dispatch implements IXMLTypeMapper, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDa9a5de92_e3c9_4940_b0f4_6d93cdf2602b
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
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.IOException
public 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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.Object toObject(java.lang.String namespaceURI, java.lang.String typeName) throws java.io.IOException, AutomationException
toObject
in interface IXMLTypeMapper
namespaceURI
- 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 IXMLTypeMapper
text
- 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 IXMLTypeMapper
text
- 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 IXMLTypeMapper
text
- 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 IXMLTypeMapper
text
- 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 IXMLTypeMapper
text
- 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 IXMLTypeMapper
text
- 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 IXMLTypeMapper
text
- 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 IXMLTypeMapper
text
- 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 IXMLTypeMapper
value
- 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 IXMLTypeMapper
value
- 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 IXMLTypeMapper
value
- 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 IXMLTypeMapper
value
- 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 IXMLTypeMapper
value
- 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 IXMLTypeMapper
value
- 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 IXMLTypeMapper
value
- 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 IXMLTypeMapper
value
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.