ConversionOptions Class

Options for converting data between formats.
Inheritance Hierarchy
SystemObject
  Aspose.GisConversionOptions

Namespace:  Aspose.Gis
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class ConversionOptions

The ConversionOptions type exposes the following members.

Constructors
  NameDescription
Public methodConversionOptions
Initializes a new instance of the ConversionOptions class
Properties
  NameDescription
Public propertyAttributesConverter
A custom converter for attributes. If not , it is called for each attribute of the source layer and is expected to change it if necessary.
Public propertyDestinationDriverOptions
Driver-specific options for the destination layer.
Public propertyDestinationSpatialReferenceSystem
Spatial reference system to assign to destination layer.
Public propertySourceDriverOptions
Driver-specific options for the source layer.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also