FFSM++  1.1.0
French Forest Sector Model ++
ReclassRules Struct Reference

Initial reclassification rules (dataset filters) More...

#include <Layers.h>

Public Attributes

int inCode
 
int outCode
 
double p
 Probability that one pixel of code inCode will become of code outCode. 1 for fixed transformation. More...
 

Detailed Description

Initial reclassification rules (dataset filters)

A structure for easy reclassification of "mixed" categories in some layers.
The reclassification can be made to both increase depth or decrease depth to the original dataset.
Eg, if in our model we don't differ between coniferous and hardwood forests, we can set all them to be "forest".
At the opposite, if our model require more detail than the map provide, e.g. irrigable arable VS dry arable, we can set the generic "arable land" of becoming "arable" or "dry" according with a regional-defined probability (getted from other sources, e.g. census data).

Author
Antonello Lobianco

Definition at line 135 of file Layers.h.

Member Data Documentation

int inCode

Definition at line 136 of file Layers.h.

int outCode

Definition at line 137 of file Layers.h.

double p

Probability that one pixel of code inCode will become of code outCode. 1 for fixed transformation.

Definition at line 139 of file Layers.h.


The documentation for this struct was generated from the following file: