com.esri.arcgis.geodatabase
Class FeatureDataConverter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.FeatureDataConverter
All Implemented Interfaces:
IConnectionPointContainer, IFeatureDataConverter, IFeatureDataConverter2, com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, java.io.Serializable

public class FeatureDataConverter
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IFeatureDataConverter, IFeatureDataConverter2, ISupportErrorInfo, IConnectionPointContainer

COM Class 'FeatureDataConverter'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description 'Converts a featuredataset to a Personal Geodatabase/Geodatabase featuredataset.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureDataConverter
IID, IID4ed85a73_7054_11d2_aafe_00c04fa33c20, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureDataConverter2
IID, IID5c37086d_ee25_11d3_a0a1_00c04f6bc626, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
 
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy
 
Constructor Summary
FeatureDataConverter()
          Constructs a FeatureDataConverter using ArcGIS Engine.
FeatureDataConverter(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
FeatureDataConverter theFeatureDataConverter = (FeatureDataConverter) obj;
 
Method Summary
 void addIFeatureProgressListener(IFeatureProgress theListener)
          addIFeatureProgressListener.
 IEnumInvalidObject convertFeatureClass(IDatasetName inputFClassName, IQueryFilter inputQueryFilter, ISelectionSet inputSelectionSet, IFeatureDatasetName outputFDatasetName, IFeatureClassName outputFClassName, IGeometryDef outputGeometryDef, IFields outputFields, java.lang.String configKey, int flushInterval, int parentHWND)
          Converts a featureClass to a Personal Geodatabase/Geodatabase featureClass.
 IEnumInvalidObject convertFeatureClass(IFeatureClassName inputDatasetName, IQueryFilter inputQueryFilter, IFeatureDatasetName outputFDatasetName, IFeatureClassName outputFClassName, IGeometryDef outputGeometryDef, IFields outputFields, java.lang.String configKey, int flushInterval, int parentHWND)
          Converts a featureClass to a Personal Geodatabase/Geodatabase featureClass.
 void convertFeatureDataset(IFeatureDatasetName inputFDatasetName, IFeatureDatasetName outputFDatasetName, IGeometryDef outputGeometryDef, java.lang.String configKey, int flushInterval, int parentHWND)
          Converts a featureDataset to Personal Geodatabase/Geodatabase featuredataset.
 IEnumInvalidObject convertTable(IDatasetName inputDatasetName, IQueryFilter inputQueryFilter, IDatasetName outputDatasetName, IFields outputFields, java.lang.String configKey, int flushInterval, int parentHWND)
          Converts a table to an Personal Geodatabase/Geodatabase table.
 IEnumInvalidObject convertTable(IDatasetName inputDatasetName, IQueryFilter inputQueryFilter, ISelectionSet inputSelectionSet, IDatasetName outputDatasetName, IFields outputFields, java.lang.String configKey, int flushInterval, int parentHWND)
          Converts a table to a Personal Geodatabase/Geodatabase table.
 void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
          enumConnectionPoints
 boolean equals(java.lang.Object o)
          Compare this object with another
 void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP)
          findConnectionPoint
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 void release()
          Release a FeatureDataConverter.
 void removeIFeatureProgressListener(IFeatureProgress theListener)
          removeIFeatureProgressListener.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureDataConverter

public FeatureDataConverter()
                     throws java.io.IOException,
                            java.net.UnknownHostException
Constructs a FeatureDataConverter using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

FeatureDataConverter

public FeatureDataConverter(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
FeatureDataConverter theFeatureDataConverter = (FeatureDataConverter) obj;

Construct a FeatureDataConverter using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to FeatureDataConverter.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

addIFeatureProgressListener

public void addIFeatureProgressListener(IFeatureProgress theListener)
                                 throws java.io.IOException
addIFeatureProgressListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geodatabase.IFeatureProgress interface.
Throws:
java.io.IOException - If there are communications problems.

removeIFeatureProgressListener

public void removeIFeatureProgressListener(IFeatureProgress theListener)
                                    throws java.io.IOException
removeIFeatureProgressListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geodatabase.IFeatureProgress interface.
Throws:
java.io.IOException - If there are communications problems.

release

public void release()
Release a FeatureDataConverter.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

convertFeatureDataset

public void convertFeatureDataset(IFeatureDatasetName inputFDatasetName,
                                  IFeatureDatasetName outputFDatasetName,
                                  IGeometryDef outputGeometryDef,
                                  java.lang.String configKey,
                                  int flushInterval,
                                  int parentHWND)
                           throws java.io.IOException,
                                  AutomationException
Converts a featureDataset to Personal Geodatabase/Geodatabase featuredataset.

Specified by:
convertFeatureDataset in interface IFeatureDataConverter
Specified by:
convertFeatureDataset in interface IFeatureDataConverter2
Parameters:
inputFDatasetName - A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)
outputFDatasetName - A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)
outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)
configKey - The configKey (in)
flushInterval - The flushInterval (in)
parentHWND - The parentHWND (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertFeatureClass

public IEnumInvalidObject convertFeatureClass(IFeatureClassName inputDatasetName,
                                              IQueryFilter inputQueryFilter,
                                              IFeatureDatasetName outputFDatasetName,
                                              IFeatureClassName outputFClassName,
                                              IGeometryDef outputGeometryDef,
                                              IFields outputFields,
                                              java.lang.String configKey,
                                              int flushInterval,
                                              int parentHWND)
                                       throws java.io.IOException,
                                              AutomationException
Converts a featureClass to a Personal Geodatabase/Geodatabase featureClass.

Specified by:
convertFeatureClass in interface IFeatureDataConverter
Parameters:
inputDatasetName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
inputQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
outputFDatasetName - A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)
outputFClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)
outputFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
configKey - The configKey (in)
flushInterval - The flushInterval (in)
parentHWND - The parentHWND (A COM typedef) (in)
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.

convertTable

public IEnumInvalidObject convertTable(IDatasetName inputDatasetName,
                                       IQueryFilter inputQueryFilter,
                                       IDatasetName outputDatasetName,
                                       IFields outputFields,
                                       java.lang.String configKey,
                                       int flushInterval,
                                       int parentHWND)
                                throws java.io.IOException,
                                       AutomationException
Converts a table to an Personal Geodatabase/Geodatabase table.

Specified by:
convertTable in interface IFeatureDataConverter
Parameters:
inputDatasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
inputQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
outputDatasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
outputFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
configKey - The configKey (in)
flushInterval - The flushInterval (in)
parentHWND - The parentHWND (A COM typedef) (in)
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.

convertFeatureClass

public IEnumInvalidObject convertFeatureClass(IDatasetName inputFClassName,
                                              IQueryFilter inputQueryFilter,
                                              ISelectionSet inputSelectionSet,
                                              IFeatureDatasetName outputFDatasetName,
                                              IFeatureClassName outputFClassName,
                                              IGeometryDef outputGeometryDef,
                                              IFields outputFields,
                                              java.lang.String configKey,
                                              int flushInterval,
                                              int parentHWND)
                                       throws java.io.IOException,
                                              AutomationException
Converts a featureClass to a Personal Geodatabase/Geodatabase featureClass.

Specified by:
convertFeatureClass in interface IFeatureDataConverter2
Parameters:
inputFClassName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
inputQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
inputSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
outputFDatasetName - A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)
outputFClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)
outputFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
configKey - The configKey (in)
flushInterval - The flushInterval (in)
parentHWND - The parentHWND (A COM typedef) (in)
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.

convertTable

public IEnumInvalidObject convertTable(IDatasetName inputDatasetName,
                                       IQueryFilter inputQueryFilter,
                                       ISelectionSet inputSelectionSet,
                                       IDatasetName outputDatasetName,
                                       IFields outputFields,
                                       java.lang.String configKey,
                                       int flushInterval,
                                       int parentHWND)
                                throws java.io.IOException,
                                       AutomationException
Converts a table to a Personal Geodatabase/Geodatabase table.

Specified by:
convertTable in interface IFeatureDataConverter2
Parameters:
inputDatasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
inputQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
inputSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
outputDatasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
outputFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
configKey - The configKey (in)
flushInterval - The flushInterval (in)
parentHWND - The parentHWND (A COM typedef) (in)
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.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws java.io.IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enumConnectionPoints

public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
                          throws java.io.IOException,
                                 AutomationException
enumConnectionPoints

Specified by:
enumConnectionPoints in interface IConnectionPointContainer
Parameters:
ppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findConnectionPoint

public void findConnectionPoint(GUID riid,
                                IConnectionPoint[] ppCP)
                         throws java.io.IOException,
                                AutomationException
findConnectionPoint

Specified by:
findConnectionPoint in interface IConnectionPointContainer
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.