FileGdbDriverCreateDataset Method (AbstractPath, DriverOptions)

Creates a dataset.

Namespace:  Aspose.Gis.Formats.FileGdb
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public override Dataset CreateDataset(
	AbstractPath path,
	DriverOptions options
)

Parameters

path
Type: Aspose.GisAbstractPath
Path to the dataset.
options
Type: Aspose.GisDriverOptions
Driver-specific options.

Return Value

Type: Dataset
An instance of Dataset.
Exceptions
ExceptionCondition
ArgumentExceptionOptions object has an incorrect type for this driver.
ArgumentNullExceptionThe path is .
GisExceptionError reading the dataset.
IOExceptionAn I/O error occurred.
NotSupportedExceptionDriver can not open datasets (see CanOpenDatasets).
InvalidOperationExceptionDataset already exists.
See Also