HAZE
haze is a drop-in replacement to process water vapor to be used with FORCE
Loading...
Searching...
No Matches
geoTransform Struct Reference

This structs associates GDAL's geotransfomration information from a raster dataset with easy to interpret names. More...

#include <types.h>

Data Fields

double xOrigin
double pixelWidth
double rowRotation
double yOrigin
double colRotation
double pixelHeight

Detailed Description

This structs associates GDAL's geotransfomration information from a raster dataset with easy to interpret names.

Field Documentation

◆ colRotation

double geoTransform::colRotation

◆ pixelHeight

double geoTransform::pixelHeight

◆ pixelWidth

double geoTransform::pixelWidth

◆ rowRotation

double geoTransform::rowRotation

◆ xOrigin

double geoTransform::xOrigin

◆ yOrigin

double geoTransform::yOrigin