Description: 'Provides access to members used for data conversions.' 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 ISimpleDataConverterProxy extends com.esri.arcgis.interop.Dispatch implements ISimpleDataConverter, 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, IID0446469d_fafa_11d1_aab1_00c04fa33c20
Modifier | Constructor and Description |
---|---|
|
ISimpleDataConverterProxy()
Deprecated.
For internal use only
|
|
ISimpleDataConverterProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISimpleDataConverterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISimpleDataConverterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISimpleDataConverterProxy(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.
|
IEnumInvalidObject |
convert()
Deprecated.
Convert the input FeatureClass to another FeatureClass in the output FeatureDataset.
|
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.
|
void |
reset()
Deprecated.
Reset all the properties associated with the simple data converter.
|
void |
setConfigurationKeyword(java.lang.String rhs1)
Deprecated.
The configuration keyword for the new FeatureClass.
|
void |
setFlushInterval(int rhs1)
Deprecated.
The flushing interval for sde FeatureClass.
|
void |
setInputDatasetNameByRef(IDatasetName rhs1)
Deprecated.
The input DatasetName, FeatureClass or table.
|
void |
setInputQueryFilterByRef(IQueryFilter rhs1)
Deprecated.
The input QueryFilter.
|
void |
setIsFeatureTypeSimple(boolean rhs1)
Deprecated.
The property to preserve the inputFeatureType in the output.
|
void |
setOutputDatasetNameByRef(IDatasetName rhs1)
Deprecated.
The output object class Name (optional).
|
void |
setOutputFeatureDatasetNameByRef(IFeatureDatasetName rhs1)
Deprecated.
The output FeatureDatasetName.
|
void |
setOutputFieldsByRef(IFields rhs1)
Deprecated.
The output fields for the input FeatureClass.
|
void |
setOutputGeometryDefByRef(IGeometryDef rhs1)
Deprecated.
The GeometryDef (optional) for the output FeatureDatasetName.
|
void |
setParentWindowHandle(int rhs1)
Deprecated.
The parent hWnd.
|
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 ISimpleDataConverterProxy(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 ISimpleDataConverterProxy()
public ISimpleDataConverterProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISimpleDataConverterProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISimpleDataConverterProxy(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 IEnumInvalidObject convert() throws java.io.IOException, AutomationException
convert
in interface ISimpleDataConverter
java.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 ISimpleDataConverter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsFeatureTypeSimple(boolean rhs1) throws java.io.IOException, AutomationException
setIsFeatureTypeSimple
in interface ISimpleDataConverter
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setInputDatasetNameByRef(IDatasetName rhs1) throws java.io.IOException, AutomationException
setInputDatasetNameByRef
in interface ISimpleDataConverter
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setInputQueryFilterByRef(IQueryFilter rhs1) throws java.io.IOException, AutomationException
setInputQueryFilterByRef
in interface ISimpleDataConverter
rhs1
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputGeometryDefByRef(IGeometryDef rhs1) throws java.io.IOException, AutomationException
setOutputGeometryDefByRef
in interface ISimpleDataConverter
rhs1
- A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputFieldsByRef(IFields rhs1) throws java.io.IOException, AutomationException
setOutputFieldsByRef
in interface ISimpleDataConverter
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputFeatureDatasetNameByRef(IFeatureDatasetName rhs1) throws java.io.IOException, AutomationException
setOutputFeatureDatasetNameByRef
in interface ISimpleDataConverter
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputDatasetNameByRef(IDatasetName rhs1) throws java.io.IOException, AutomationException
setOutputDatasetNameByRef
in interface ISimpleDataConverter
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setConfigurationKeyword(java.lang.String rhs1) throws java.io.IOException, AutomationException
setConfigurationKeyword
in interface ISimpleDataConverter
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFlushInterval(int rhs1) throws java.io.IOException, AutomationException
setFlushInterval
in interface ISimpleDataConverter
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setParentWindowHandle(int rhs1) throws java.io.IOException, AutomationException
setParentWindowHandle
in interface ISimpleDataConverter
rhs1
- The rhs1 (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.