Is it possible to create a raster with a constant value with multiple attributes? Such as:
rowid value count Name
1 630 36000 Forest
2 630 75000 Anthro
3 630 2600 River
4 630 5500 Harvested
The above table would create a constant elevation but have different attributes for each cell. I have tried a reclass but it deletes the existing attributes leaving only one row.
