com.esri.arcgis.geodatabase
Class ISimpleDataConverterProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.ISimpleDataConverterProxy
All Implemented Interfaces:
ISimpleDataConverter, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ISimpleDataConverter2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'ISimpleDataConverter'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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

Internal use class

See Also:
Serialized Form

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.geodatabase.ISimpleDataConverter
IID, IID0446469d_fafa_11d1_aab1_00c04fa33c20
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 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.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISimpleDataConverterProxy

public ISimpleDataConverterProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISimpleDataConverterProxy

public ISimpleDataConverterProxy()
Deprecated. 
For internal use only


ISimpleDataConverterProxy

public ISimpleDataConverterProxy(java.lang.Object obj)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISimpleDataConverterProxy

protected ISimpleDataConverterProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISimpleDataConverterProxy

protected ISimpleDataConverterProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

convert

public IEnumInvalidObject convert()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Convert the input FeatureClass to another FeatureClass in the output FeatureDataset.

Specified by:
convert in interface ISimpleDataConverter
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumInvalidObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Reset all the properties associated with the simple data converter.

Specified by:
reset in interface ISimpleDataConverter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsFeatureTypeSimple

public void setIsFeatureTypeSimple(boolean rhs1)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The property to preserve the inputFeatureType in the output.

Specified by:
setIsFeatureTypeSimple in interface ISimpleDataConverter
Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputDatasetNameByRef

public void setInputDatasetNameByRef(IDatasetName rhs1)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The input DatasetName, FeatureClass or table.

Specified by:
setInputDatasetNameByRef in interface ISimpleDataConverter
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputQueryFilterByRef

public void setInputQueryFilterByRef(IQueryFilter rhs1)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The input QueryFilter.

Specified by:
setInputQueryFilterByRef in interface ISimpleDataConverter
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputGeometryDefByRef

public void setOutputGeometryDefByRef(IGeometryDef rhs1)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The GeometryDef (optional) for the output FeatureDatasetName.

Specified by:
setOutputGeometryDefByRef in interface ISimpleDataConverter
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputFieldsByRef

public void setOutputFieldsByRef(IFields rhs1)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The output fields for the input FeatureClass.

Specified by:
setOutputFieldsByRef in interface ISimpleDataConverter
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFields (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputFeatureDatasetNameByRef

public void setOutputFeatureDatasetNameByRef(IFeatureDatasetName rhs1)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The output FeatureDatasetName.

Specified by:
setOutputFeatureDatasetNameByRef in interface ISimpleDataConverter
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputDatasetNameByRef

public void setOutputDatasetNameByRef(IDatasetName rhs1)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The output object class Name (optional).

Specified by:
setOutputDatasetNameByRef in interface ISimpleDataConverter
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConfigurationKeyword

public void setConfigurationKeyword(java.lang.String rhs1)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The configuration keyword for the new FeatureClass.

Specified by:
setConfigurationKeyword in interface ISimpleDataConverter
Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlushInterval

public void setFlushInterval(int rhs1)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The flushing interval for sde FeatureClass.

Specified by:
setFlushInterval in interface ISimpleDataConverter
Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentWindowHandle

public void setParentWindowHandle(int rhs1)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The parent hWnd.

Specified by:
setParentWindowHandle in interface ISimpleDataConverter
Parameters:
rhs1 - The rhs1 (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.