EsriAsciiDriver.OpenLayer

OpenLayer(AbstractPath, RasterDriverOptions)

読み取り用にレイヤーを開きます。

public override RasterLayer OpenLayer(AbstractPath path, RasterDriverOptions options)
パラメータタイプ説明
pathAbstractPathファイルへのパス。
optionsRasterDriverOptionsドライバー固有のオプション。

戻り値

のインスタンスRasterLayer.

例外

例外調子
ArgumentExceptionオプション オブジェクトは、このドライバーに対して正しくない型を持っています。
ArgumentNullExceptionパスはnull.
IOExceptionI/O エラーが発生しました。
NotSupportedExceptionドライバーがラスター レイヤーを開くことができません (CanOpenLayers)。

関連項目


OpenLayer(string, EsriAsciiOptions)

読み取り用にレイヤーを開きます。

public RasterLayer OpenLayer(string path, EsriAsciiOptions options)
パラメータタイプ説明
pathStringファイルへのパス。
optionsEsriAsciiOptionsドライバー固有のオプション。

戻り値

のインスタンスRasterLayer.

関連項目


OpenLayer(AbstractPath, EsriAsciiOptions)

読み取り用にレイヤーを開きます。

public RasterLayer OpenLayer(AbstractPath path, EsriAsciiOptions options)
パラメータタイプ説明
pathAbstractPathファイルへのパス。
optionsEsriAsciiOptionsドライバー固有のオプション。

戻り値

のインスタンスRasterLayer.

関連項目