FileGdbDriver.OpenLayer
OpenLayer(string, FileGdbOptions)
読み取り用にレイヤーを開きます。
public VectorLayer OpenLayer(string path, FileGdbOptions options)
パラメータ | タイプ | 説明 |
---|---|---|
path | String | ファイルへのパス。 |
options | FileGdbOptions | ドライバー固有のオプション。 |
戻り値
のインスタンスVectorLayer
.
関連項目
- class VectorLayer
- class FileGdbOptions
- class FileGdbDriver
- 名前空間 Aspose.Gis.Formats.FileGdb
- 組み立て Aspose.GIS
OpenLayer(AbstractPath, DriverOptions)
読み取り用にレイヤーを開きます。
public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
パラメータ | タイプ | 説明 |
---|---|---|
path | AbstractPath | ファイルへのパス。 |
options | DriverOptions | ドライバー固有のオプション。 |
戻り値
のインスタンスVectorLayer
.
関連項目
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class FileGdbDriver
- 名前空間 Aspose.Gis.Formats.FileGdb
- 組み立て Aspose.GIS
OpenLayer(AbstractPath, FileGdbOptions)
読み取り用にレイヤーを開きます。
public VectorLayer OpenLayer(AbstractPath path, FileGdbOptions options)
パラメータ | タイプ | 説明 |
---|---|---|
path | AbstractPath | ファイルへのパス。 |
options | FileGdbOptions | ドライバー固有のオプション。 |
戻り値
のインスタンスVectorLayer
.
関連項目
- class VectorLayer
- class AbstractPath
- class FileGdbOptions
- class FileGdbDriver
- 名前空間 Aspose.Gis.Formats.FileGdb
- 組み立て Aspose.GIS