feature to raster

431
1
02-10-2012 10:45 PM
JanezKranjski
New Contributor
Hello

I have a tiny problem: I am converting one point shapefile and two polygon shapefiles into raster files but when I convert them there are no attribute tables for the polygon ones, just for the point raster. :S Am i missing sth or is it another bug?

Regards,

Gvozden
0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus
You will not get a table if the polygon shapefiles had floating point numbers.  You only get tables for integer data.  Should need those tables, you will have to scale up the floating point values by some multiple of ten, then take its integer representation remembering that you have done so in subsequent analysis.
0 Kudos