WorldRasterDriver.OpenLayer

OpenLayer(AbstractPath, RasterDriverOptions)

Opens the layer for reading.

public override RasterLayer OpenLayer(AbstractPath path, RasterDriverOptions options)
ParameterTypeDescription
pathAbstractPathPath to the file.
optionsRasterDriverOptionsDriver-specific options.

Return Value

An instance of RasterLayer.

See Also


OpenLayer(AbstractPath)

Opens a layer for reading.

public RasterLayer OpenLayer(AbstractPath path)
ParameterTypeDescription
pathAbstractPathPath to the file.

Return Value

An instance of RasterLayer.

See Also