Dataset.Create
内容
[
隐藏
]Create(string, FileDriver)
创建数据集。
public static Dataset Create(string path, FileDriver driver)
范围 | 类型 | 描述 |
---|---|---|
path | String | 数据集的路径。 |
driver | FileDriver | 驱动程序使用。 |
返回值
的实例Dataset
.
例外
例外 | (健康)状况 |
---|---|
ArgumentException | 此驱动程序的选项对象类型不正确。 |
ArgumentNullException | 路径是null . |
GisException | 创建数据集时出错。 |
IOException | 发生 I/O 错误。 |
NotSupportedException | 驱动程序无法打开数据集。 |
InvalidOperationException | 数据集已经存在。 |
也可以看看
- class FileDriver
- class Dataset
- 命名空间 Aspose.Gis
- 部件 Aspose.GIS
Create(AbstractPath, FileDriver)
创建数据集。
public static Dataset Create(AbstractPath path, FileDriver driver)
范围 | 类型 | 描述 |
---|---|---|
path | AbstractPath | 数据集的路径。 |
driver | FileDriver | 驱动程序使用。 |
返回值
的实例Dataset
.
例外
例外 | (健康)状况 |
---|---|
ArgumentException | 此驱动程序的选项对象类型不正确。 |
ArgumentNullException | 路径是null . |
GisException | 创建数据集时出错。 |
IOException | 发生 I/O 错误。 |
NotSupportedException | 驱动程序无法打开数据集。 |
InvalidOperationException | 数据集已经存在。 |
也可以看看
- class AbstractPath
- class FileDriver
- class Dataset
- 命名空间 Aspose.Gis
- 部件 Aspose.GIS
Create(string, FileDriver, DriverOptions)
创建数据集。
public static Dataset Create(string path, FileDriver driver, DriverOptions options)
范围 | 类型 | 描述 |
---|---|---|
path | String | 数据集的路径。 |
driver | FileDriver | 驱动程序使用。 |
options | DriverOptions | 特定于驱动程序的选项。 |
返回值
的实例Dataset
.
例外
例外 | (健康)状况 |
---|---|
ArgumentException | 此驱动程序的选项对象类型不正确。 |
ArgumentNullException | 路径是null . |
GisException | 创建数据集时出错。 |
IOException | 发生 I/O 错误。 |
NotSupportedException | 驱动程序无法打开数据集。 |
InvalidOperationException | 数据集已经存在。 |
也可以看看
- class FileDriver
- class DriverOptions
- class Dataset
- 命名空间 Aspose.Gis
- 部件 Aspose.GIS
Create(AbstractPath, FileDriver, DriverOptions)
创建数据集。
public static Dataset Create(AbstractPath path, FileDriver driver, DriverOptions options)
范围 | 类型 | 描述 |
---|---|---|
path | AbstractPath | 数据集的路径。 |
driver | FileDriver | 驱动程序使用。 |
options | DriverOptions | 特定于驱动程序的选项。 |
返回值
的实例Dataset
.
例外
例外 | (健康)状况 |
---|---|
ArgumentException | 此驱动程序的选项对象类型不正确。 |
ArgumentNullException | 路径是null . |
GisException | 创建数据集时出错。 |
IOException | 发生 I/O 错误。 |
NotSupportedException | 驱动程序无法打开数据集。 |
InvalidOperationException | 数据集已经存在。 |
也可以看看
- class AbstractPath
- class FileDriver
- class DriverOptions
- class Dataset
- 命名空间 Aspose.Gis
- 部件 Aspose.GIS