ShapefileDriver.EditLayer

EditLayer(AbstractPath, DriverOptions)

レイヤーを編集用に開きます。

public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
パラメータタイプ説明
pathAbstractPathファイルへのパス。
optionsDriverOptionsドライバー固有のオプション。

戻り値

のインスタンスVectorLayer.

例外

例外調子
ArgumentExceptionオプション オブジェクトは、このドライバーに対して正しくない型を持っています。
ArgumentNullExceptionパスはnull.
GisExceptionファイルからのフィーチャの読み取り中にエラーが発生しました。
IOExceptionI/O エラーが発生しました。

関連項目


EditLayer(string, ShapefileOptions)

レイヤーを編集用に開きます。

public VectorLayer EditLayer(string path, ShapefileOptions options = null)
パラメータタイプ説明
pathStringファイルへのパス。
optionsShapefileOptionsドライバー固有のオプション。

戻り値

のインスタンスVectorLayer.

関連項目


EditLayer(AbstractPath, ShapefileOptions)

レイヤーを編集用に開きます。

public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
パラメータタイプ説明
pathAbstractPathファイルへのパス。
optionsShapefileOptionsドライバー固有のオプション。

戻り値

のインスタンスVectorLayer.

関連項目