RasterDriver.OpenLayer

OpenLayer(AbstractPath, RasterDriverOptions)

打开图层进行读取。

public abstract RasterLayer OpenLayer(AbstractPath path, RasterDriverOptions options)
范围类型描述
pathAbstractPath文件的路径。
optionsRasterDriverOptions特定于驱动程序的选项。

返回值

的实例RasterLayer.

例外

例外(健康)状况
ArgumentException此驱动程序的选项对象类型不正确。
ArgumentNullException路径是null.
IOException发生 I/O 错误。
NotSupportedException驱动程序无法打开光栅层(请参阅CanOpenLayers).

也可以看看


OpenLayer(string)

打开图层进行读取。

public RasterLayer OpenLayer(string path)
范围类型描述
pathString文件的路径。

返回值

的实例RasterLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
IOException发生 I/O 错误。
NotSupportedException驱动程序无法打开光栅层(请参阅CanOpenLayers).

也可以看看


OpenLayer(AbstractPath)

打开图层进行读取。

public RasterLayer OpenLayer(AbstractPath path)
范围类型描述
pathAbstractPath文件的路径。

返回值

的实例RasterLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
IOException发生 I/O 错误。
NotSupportedException驱动程序无法打开光栅层(请参阅CanOpenLayers).

也可以看看


OpenLayer(string, RasterDriverOptions)

打开图层进行读取。

public RasterLayer OpenLayer(string path, RasterDriverOptions options)
范围类型描述
pathString文件的路径。
optionsRasterDriverOptions特定于驱动程序的选项。

返回值

的实例RasterLayer.

例外

例外(健康)状况
ArgumentException此驱动程序的选项对象类型不正确。
ArgumentNullException路径是null.
IOException发生 I/O 错误。
NotSupportedException驱动程序无法打开光栅层(请参阅CanOpenLayers).

也可以看看