
Originally Posted by
robi.ziegler
In Spatial analyst click on Raster Calculator ->click Int(your raster)->click Evaluate->use your raster calculator result to convert to polygon with Raster to Polygon tool.
If you're just integerizing it, you can simply use the Int tool. (IMHO, it's a lot easier to find tools by searching for them by name or keyword instead of searching through toolboxes...)
The raster calculator tool, is of course much more flexible - for example, you can scale and round your values if that is necessary to preserve the values using an expression like this:
Code:
Int(("myraster" * 100.00) + 0.5)
Bookmarks