Class GeoTiffDriver
GeoTiffDriver class
A driver for the Geo TIFF raster.
public class GeoTiffDriver : 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, 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