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

Composites multiple Grids into a single Grid. More...

#include <csol_grid_composite.h>

Inherits Operation.

Public Member Functions

 CSol_Grid_Composite ()
 
virtual ~CSol_Grid_Composite ()
 

Protected Member Functions

virtual bool execute ()
 
virtual void setInputNotUpToDate (CSIRO::DataExecution::InputScalar &)
 

Detailed Description

Only one input Grid can be used, if required, for cropping or a resolution change. The composited Grid can be created over a given region bounded by the minimum and maximum x, y and z inputs. The spacing in x, y and z can also be set if required. The interpolation option changes the sampling method to use when changing the Grid dimensions. The resulting Grid can also be processed to replace any null (nodata) values with a given input value. Optionally, maximum and minimum value bounds on the output Grid can also be set. If set, any value over these bounds will be set to the corresponding bounding value.

Constructor & Destructor Documentation

~CSol_Grid_Composite ( )
virtual

Member Function Documentation

bool execute ( )
protectedvirtual
void setInputNotUpToDate ( CSIRO::DataExecution::InputScalar &  )
protectedvirtual