CsvDriver.CreateLayer
コンテンツ
[
隠れる
]CreateLayer(string, CsvOptions)
レイヤーを作成し、それを開いて新しいフィーチャを追加します。
public VectorLayer CreateLayer(string path, CsvOptions options)
パラメータ | タイプ | 説明 |
---|---|---|
path | String | ファイルへのパス。 |
options | CsvOptions | ドライバー固有のオプション。 |
戻り値
のインスタンスVectorLayer
.
例外
例外 | 調子 |
---|---|
InvalidOperationException | レイヤーは既に存在します。 |
関連項目
- class VectorLayer
- class CsvOptions
- class CsvDriver
- 名前空間 Aspose.Gis.Formats.Csv
- 組み立て Aspose.GIS
CreateLayer(AbstractPath, CsvOptions)
レイヤーを作成し、それを開いて新しいフィーチャを追加します。
public VectorLayer CreateLayer(AbstractPath path, CsvOptions options)
パラメータ | タイプ | 説明 |
---|---|---|
path | AbstractPath | ファイルへのパス。 |
options | CsvOptions | ドライバー固有のオプション。 |
戻り値
のインスタンスVectorLayer
.
例外
例外 | 調子 |
---|---|
InvalidOperationException | レイヤーは既に存在します。 |
関連項目
- class VectorLayer
- class AbstractPath
- class CsvOptions
- class CsvDriver
- 名前空間 Aspose.Gis.Formats.Csv
- 組み立て Aspose.GIS
CreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)
レイヤーを作成し、それを開いて新しいフィーチャを追加します。
public override VectorLayer CreateLayer(AbstractPath path, DriverOptions options,
SpatialReferenceSystem spatialReferenceSystem)
パラメータ | タイプ | 説明 |
---|---|---|
path | AbstractPath | ファイルへのパス。 |
options | DriverOptions | ドライバー固有のオプション。 |
spatialReferenceSystem | SpatialReferenceSystem | 空間参照系。 |
戻り値
のインスタンスVectorLayer
.
例外
例外 | 調子 |
---|---|
InvalidOperationException | レイヤーは既に存在します。 |
関連項目
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class SpatialReferenceSystem
- class CsvDriver
- 名前空間 Aspose.Gis.Formats.Csv
- 組み立て Aspose.GIS
CreateLayer(AbstractPath, CsvOptions, SpatialReferenceSystem)
レイヤーを作成し、それを開いて新しいフィーチャを追加します。
public VectorLayer CreateLayer(AbstractPath path, CsvOptions options,
SpatialReferenceSystem spatialReferenceSystem)
パラメータ | タイプ | 説明 |
---|---|---|
path | AbstractPath | ファイルへのパス。 |
options | CsvOptions | ドライバー固有のオプション。 |
spatialReferenceSystem | SpatialReferenceSystem | 空間参照系。 |
戻り値
のインスタンスVectorLayer
.
例外
例外 | 調子 |
---|---|
InvalidOperationException | レイヤーは既に存在します。 |
NotSupportedException | ドライバーは空間参照システムをサポートしていません。 |
関連項目
- class VectorLayer
- class AbstractPath
- class CsvOptions
- class SpatialReferenceSystem
- class CsvDriver
- 名前空間 Aspose.Gis.Formats.Csv
- 組み立て Aspose.GIS