EsriAsciiDriver Class

Summary: A driver for the Esri ASCII Grid.

Module: aspose.gis.formats.esriascii

Full Name: aspose.gis.formats.esriascii.EsriAsciiDriver

Inheritance: RasterDriver

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
can_open_layersboolrGets a value indicating whether this driver can open raster layers.

Methods

NameDescription
open_layer(path)Opens the layer for reading.
open_layer(path)Opens the layer for reading.
open_layer(path, options)Opens the layer for reading.
open_layer(path, options)Opens the layer for reading.
open_layer(path, options)Opens the layer for reading.
open_layer(path, options)Opens the layer for reading.

Method: open_layer(path)

 open_layer(path) 

Opens the layer for reading.

Parameters:

ParameterTypeDescription
pathstringPath to the file.

Returns

TypeDescription
RasterLayerAn instance of RasterLayer.

Method: open_layer(path)

 open_layer(path) 

Opens the layer for reading.

Parameters:

ParameterTypeDescription
pathAbstractPathPath to the file.

Returns

TypeDescription
RasterLayerAn instance of RasterLayer.

Method: open_layer(path, options)

 open_layer(path, options) 

Opens the layer for reading.

Parameters:

ParameterTypeDescription
pathAbstractPathPath to the file.
optionsRasterDriverOptionsDriver-specific options.

Returns

TypeDescription
RasterLayerAn instance of RasterLayer.

Method: open_layer(path, options)

 open_layer(path, options) 

Opens the layer for reading.

Parameters:

ParameterTypeDescription
pathstringPath to the file.
optionsEsriAsciiOptionsDriver-specific options.

Returns

TypeDescription
RasterLayerAn instance of RasterLayer.

Method: open_layer(path, options)

 open_layer(path, options) 

Opens the layer for reading.

Parameters:

ParameterTypeDescription
pathAbstractPathPath to the file.
optionsEsriAsciiOptionsDriver-specific options.

Returns

TypeDescription
RasterLayerAn instance of RasterLayer.

Method: open_layer(path, options)

 open_layer(path, options) 

Opens the layer for reading.

Parameters:

ParameterTypeDescription
pathstringPath to the file.
optionsRasterDriverOptionsDriver-specific options.

Returns

TypeDescription
RasterLayerAn instance of RasterLayer.