Select to view content in your preferred language

How to use GPSAFuzzyFunctionClass on a dataset...

334
0
08-03-2012 09:29 AM
GraceCai
Emerging Contributor
Hi,

this might be a total noob question but... does anyone know how to use the GPSAFuzzyFunctionClass to linearly reclassify a raster? I've set the fuzzy function but I have no idea how to apply it to a dataset!

IGPSAFuzzyFunction fuzzy = new GPSAFuzzyFunctionClass();
fuzzy.SetLinear(minExt, maxExt);


Many thanks
0 Kudos
0 Replies