Provides access to members used for data conversions.
Description
ISimpleDataConverteris a helper interface for IFeatureDataConverter. Do not use this interface if you want to convert or export data, use IFeatureDataConverter.
Members
Name | Description | |
---|---|---|
ConfigurationKeyword | The configuration keyword for the new FeatureClass. | |
Convert | Convert the input FeatureClass to another FeatureClass in the output FeatureDataset. | |
FlushInterval | The flushing interval for sde FeatureClass. | |
InputDatasetName | The input DatasetName, FeatureClass or table. | |
InputQueryFilter | The input QueryFilter. | |
IsFeatureTypeSimple | The property to preserve the inputFeatureType in the output. | |
OutputDatasetName | The output object class Name (optional). | |
OutputFeatureDatasetName | The output FeatureDatasetName. | |
OutputFields | The output fields for the input FeatureClass. | |
OutputGeometryDef | The GeometryDef (optional) for the output FeatureDatasetName. | |
ParentWindowHandle | The parent hWnd. | |
Reset | Reset all the properties associated with the simple data converter. |
ISimpleDataConverter.ConfigurationKeyword Property
The configuration keyword for the new FeatureClass.
Public WriteOnly Property ConfigurationKeyword
public void ConfigurationKeyword {set;}
ISimpleDataConverter.Convert Method
Convert the input FeatureClass to another FeatureClass in the output FeatureDataset.
Public Function Convert ( _
) As IEnumInvalidObject
public IEnumInvalidObject Convert (
);
ISimpleDataConverter.FlushInterval Property
The flushing interval for sde FeatureClass.
Public WriteOnly Property FlushInterval
public void FlushInterval {set;}
ISimpleDataConverter.InputDatasetName Property
The input DatasetName, FeatureClass or table.
Public WriteOnly Property InputDatasetName
public void InputDatasetName {set;}
ISimpleDataConverter.InputQueryFilter Property
The input QueryFilter.
Public WriteOnly Property InputQueryFilter
public void InputQueryFilter {set;}
ISimpleDataConverter.IsFeatureTypeSimple Property
The property to preserve the inputFeatureType in the output.
Public WriteOnly Property IsFeatureTypeSimple
public void IsFeatureTypeSimple {set;}
ISimpleDataConverter.OutputDatasetName Property
The output object class Name (optional).
Public WriteOnly Property OutputDatasetName
public void OutputDatasetName {set;}
ISimpleDataConverter.OutputFeatureDatasetName Property
The output FeatureDatasetName.
Public WriteOnly Property OutputFeatureDatasetName
public void OutputFeatureDatasetName {set;}
ISimpleDataConverter.OutputFields Property
The output fields for the input FeatureClass.
Public WriteOnly Property OutputFields
public void OutputFields {set;}
ISimpleDataConverter.OutputGeometryDef Property
The GeometryDef (optional) for the output FeatureDatasetName.
Public WriteOnly Property OutputGeometryDef
public void OutputGeometryDef {set;}
ISimpleDataConverter.ParentWindowHandle Property
The parent hWnd.
Public WriteOnly Property ParentWindowHandle
public void ParentWindowHandle {set;}
ISimpleDataConverter.Reset Method
Reset all the properties associated with the simple data converter.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement ISimpleDataConverter
Classes | Description |
---|---|
SimpleDataConverter | Convert a set of shape files into Access or SDE. |