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