Class GeoTiffDriver

GeoTiffDriver class

A driver for the Geo TIFF raster.

public class GeoTiffDriver : RasterDriver

Properties

NameDescription
override CanOpenLayers { get; }Gets a value indicating whether this driver can open raster layers.

Methods

NameDescription
OpenLayer(AbstractPath)Opens the layer for reading.
OpenLayer(string)Opens the layer for reading.
OpenLayer(AbstractPath, GeoTiffOptions)Opens a layer for reading.
override OpenLayer(AbstractPath, RasterDriverOptions)Opens the layer for reading.
OpenLayer(string, GeoTiffOptions)Opens a layer for reading.
OpenLayer(string, RasterDriverOptions)Opens the layer for reading.

See Also