ShapefileDriver.EditLayer
コンテンツ
[
隠れる
]EditLayer(AbstractPath, DriverOptions)
レイヤーを編集用に開きます。
public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
パラメータ | タイプ | 説明 |
---|---|---|
path | AbstractPath | ファイルへのパス。 |
options | DriverOptions | ドライバー固有のオプション。 |
戻り値
のインスタンスVectorLayer
.
例外
例外 | 調子 |
---|---|
ArgumentException | オプション オブジェクトは、このドライバーに対して正しくない型を持っています。 |
ArgumentNullException | パスはnull . |
GisException | ファイルからのフィーチャの読み取り中にエラーが発生しました。 |
IOException | I/O エラーが発生しました。 |
関連項目
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class ShapefileDriver
- 名前空間 Aspose.Gis.Formats.Shapefile
- 組み立て Aspose.GIS
EditLayer(string, ShapefileOptions)
レイヤーを編集用に開きます。
public VectorLayer EditLayer(string path, ShapefileOptions options = null)
パラメータ | タイプ | 説明 |
---|---|---|
path | String | ファイルへのパス。 |
options | ShapefileOptions | ドライバー固有のオプション。 |
戻り値
のインスタンスVectorLayer
.
関連項目
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- 名前空間 Aspose.Gis.Formats.Shapefile
- 組み立て Aspose.GIS
EditLayer(AbstractPath, ShapefileOptions)
レイヤーを編集用に開きます。
public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
パラメータ | タイプ | 説明 |
---|---|---|
path | AbstractPath | ファイルへのパス。 |
options | ShapefileOptions | ドライバー固有のオプション。 |
戻り値
のインスタンスVectorLayer
.
関連項目
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- 名前空間 Aspose.Gis.Formats.Shapefile
- 組み立て Aspose.GIS