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