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