WorldRasterDriver.OpenLayer
OpenLayer(AbstractPath, RasterDriverOptions)
Opens the layer for reading.
public override RasterLayer OpenLayer(AbstractPath path, RasterDriverOptions options)
Parameter | Type | Description |
---|---|---|
path | AbstractPath | Path to the file. |
options | RasterDriverOptions | Driver-specific options. |
Return Value
An instance of RasterLayer
.
See Also
- class RasterLayer
- class AbstractPath
- class RasterDriverOptions
- class WorldRasterDriver
- namespace Aspose.Gis.Formats.WorldFile
- assembly Aspose.GIS
OpenLayer(AbstractPath)
Opens a layer for reading.
public RasterLayer OpenLayer(AbstractPath path)
Parameter | Type | Description |
---|---|---|
path | AbstractPath | Path to the file. |
Return Value
An instance of RasterLayer
.
See Also
- class RasterLayer
- class AbstractPath
- class WorldRasterDriver
- namespace Aspose.Gis.Formats.WorldFile
- assembly Aspose.GIS