ISimpleDataConverter Interface

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
Write-only property ConfigurationKeyword The configuration keyword for the new FeatureClass.
Method Convert Convert the input FeatureClass to another FeatureClass in the output FeatureDataset.
Write-only property FlushInterval The flushing interval for sde FeatureClass.
Write-only property InputDatasetName The input DatasetName, FeatureClass or table.
Write-only property InputQueryFilter The input QueryFilter.
Write-only property IsFeatureTypeSimple The property to preserve the inputFeatureType in the output.
Write-only property OutputDatasetName The output object class Name (optional).
Write-only property OutputFeatureDatasetName The output FeatureDatasetName.
Write-only property OutputFields The output fields for the input FeatureClass.
Write-only property OutputGeometryDef The GeometryDef (optional) for the output FeatureDatasetName.
Write-only property ParentWindowHandle The parent hWnd.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.