Class ConversionOptions

ConversionOptions class

Options for converting data between formats.

public class ConversionOptions

Constructors

NameDescription
ConversionOptions()The default constructor.

Properties

NameDescription
AttributesConverter { get; set; }A custom converter for attributes. It allows us to rename or exclude destination attributes. If not null, it is called for each attribute of the source layer and is expected to change it if necessary.
DestinationDriverOptions { get; set; }Driver-specific options for the destination layer.
DestinationSpatialReferenceSystem { get; set; }Spatial reference system to assign to destination layer.
SourceDriverOptions { get; set; }Driver-specific options for the source layer.

See Also