GdalImageFormat

Description

sealed class Tinman.AddOns.GDAL.GdalImageFormat

Derived from

ImageFormat abstract

Full source code is included in the Tinman 3D SDK download.

An image format implementation that uses the GDAL (https://gdal.org) and PROJ (https://proj.org) libraries.

Public / Constants

Instance


public static readonly attribute Instance → (ImageFormat)

Uses GDAL for reading image data and georeferences; uses Tinman 3D for coordinate projection.

Instance​Proj


public static readonly attribute InstanceProj → (ImageFormat)

Uses GDAL for reading image data and georeferences; uses PROJ for coordinate projection.