Class ConversionOptions
Contents
[
Hide
]ConversionOptions class
Options for converting data between formats.
public class ConversionOptions
Constructors
| Name | Description |
|---|---|
| ConversionOptions() | The default constructor. |
Properties
| Name | Description |
|---|---|
| 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
- namespace Aspose.Gis
- assembly Aspose.GIS