How to use GPSAFuzzyFunctionClass on a dataset...

296
0
08-03-2012 09:29 AM
GraceCai
New 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