public interface IFeatureDataConverter2
extends java.io.Serializable
Description: 'Provides access to members that convert to one dataset to another, optionally using a selection set.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5c37086d_ee25_11d3_a0a1_00c04f6bc626 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
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,
ISelectionSet inputSelectionSet,
IDatasetName outputDatasetName,
IFields outputFields,
java.lang.String configKey,
int flushInterval,
int parentHWND)
Converts a table to a Personal Geodatabase/Geodatabase table.
|
static final int IID5c37086d_ee25_11d3_a0a1_00c04f6bc626
static final int xxDummy
static final java.lang.String IID
void convertFeatureDataset(IFeatureDatasetName inputFDatasetName, IFeatureDatasetName outputFDatasetName, IGeometryDef outputGeometryDef, java.lang.String configKey, int flushInterval, int parentHWND) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.