Class EsriAsciiDriver
EsriAsciiDriver class
A driver for the Esri ASCII Grid.
public class EsriAsciiDriver : RasterDriver
Properties
Name | Description |
---|
override CanOpenLayers { get; } | Gets a value indicating whether this driver can open raster layers. |
Methods
Name | Description |
---|
OpenLayer(AbstractPath) | Opens the layer for reading. |
OpenLayer(string) | Opens the layer for reading. |
OpenLayer(AbstractPath, EsriAsciiOptions) | Opens a layer for reading. |
override OpenLayer(AbstractPath, RasterDriverOptions) | Opens the layer for reading. |
OpenLayer(string, EsriAsciiOptions) | Opens a layer for reading. |
OpenLayer(string, RasterDriverOptions) | Opens the layer for reading. |
See Also