FileGdbDriver.CreateDataset
Contents
[
Hide
]CreateDataset(string, FileGdbOptions)
Creates a dataset.
public Dataset CreateDataset(string path, FileGdbOptions options)
Parameter | Type | Description |
---|---|---|
path | String | Path to the dataset. |
options | FileGdbOptions | Driver-specific options. |
Return Value
An instance of Dataset
.
Exceptions
exception | condition |
---|---|
ArgumentException | Options object has an incorrect type for this driver. |
ArgumentNullException | The path is null . |
GisException | Error reading the dataset. |
IOException | An I/O error occurred. |
NotSupportedException | Driver can not open datasets (see CanOpenDatasets ). |
InvalidOperationException | Dataset already exists. |
See Also
- class Dataset
- class FileGdbOptions
- class FileGdbDriver
- namespace Aspose.Gis.Formats.FileGdb
- assembly Aspose.GIS
CreateDataset(AbstractPath, DriverOptions)
Creates a dataset.
public override Dataset CreateDataset(AbstractPath path, DriverOptions options)
Parameter | Type | Description |
---|---|---|
path | AbstractPath | Path to the dataset. |
options | DriverOptions | Driver-specific options. |
Return Value
An instance of Dataset
.
Exceptions
exception | condition |
---|---|
ArgumentException | Options object has an incorrect type for this driver. |
ArgumentNullException | The path is null . |
GisException | Error reading the dataset. |
IOException | An I/O error occurred. |
NotSupportedException | Driver can not open datasets (see CanOpenDatasets ). |
InvalidOperationException | Dataset already exists. |
See Also
- class Dataset
- class AbstractPath
- class DriverOptions
- class FileGdbDriver
- namespace Aspose.Gis.Formats.FileGdb
- assembly Aspose.GIS
CreateDataset(AbstractPath, FileGdbOptions)
Creates a dataset.
public Dataset CreateDataset(AbstractPath path, FileGdbOptions options)
Parameter | Type | Description |
---|---|---|
path | AbstractPath | Path to the dataset. |
options | FileGdbOptions | Driver-specific options. |
Return Value
An instance of Dataset
.
Exceptions
exception | condition |
---|---|
ArgumentException | Options object has an incorrect type for this driver. |
ArgumentNullException | The path is null . |
GisException | Error reading the dataset. |
IOException | An I/O error occurred. |
NotSupportedException | Driver can not open datasets (see CanOpenDatasets ). |
InvalidOperationException | Dataset already exists. |
See Also
- class Dataset
- class AbstractPath
- class FileGdbOptions
- class FileGdbDriver
- namespace Aspose.Gis.Formats.FileGdb
- assembly Aspose.GIS