CSol
Public Member Functions | Protected Member Functions | List of all members
CSol_Grid_to_GDALWriter Class Reference

Writes a Grid to a file using GDAL. More...

#include <csol_grid_to_gdal.h>

Inherits Operation.

Public Member Functions

 CSol_Grid_to_GDALWriter ()
 
virtual ~CSol_Grid_to_GDALWriter ()
 

Protected Member Functions

virtual bool execute ()
 

Detailed Description

The 'Output format' specifies the GDAL output format string such as 'GTiff' (GeoTiff), 'NetCDF', etc. The 'GDAL output format' specifies the data output format to use. Not all are supported for all GDAL types. The 'GDAL format string' specifies 'FORMAT=' output options for the GDAL driver. The 'GDAL compress string' specifies 'COMPRESS=' output options for the GDAL driver. The 'Projection in WKT' sets the GDAL projection from a WKT (well-known text) string. The GDAL geospatial transform is set using the Grid spacing and offset parameters. If the Grid is three-dimensional, each layer in the z-dimension is written to a separate GDAL raster band.

Constructor & Destructor Documentation

Member Function Documentation

bool execute ( )
protectedvirtual