Pixels of a layer

434
2
09-22-2010 03:28 PM
MartínMeliendrez
New Contributor
I am programming an application in java and I need to get all the values of the pixels of a layer. can anyone help me???
0 Kudos
2 Replies
RobertBerger
New Contributor III
Greetings,

The way to access pixels from a raster layer is through the pixel block. It looks like the SDK sample online is only .NET but it should get you started pretty well.
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//00010000000t000000
Hope this helps.

Robert
0 Kudos
MartínMeliendrez
New Contributor
Thanks a lot, it was very usefull. Now im having other problem. When i show the open dialog box so the user can pick a raster dataset i don't know how to use a filter that accept that kind of data.

The problem is because dataset are folders and i need that the user can select them as files.

I want to use the same "open file dialog" that exist in arcMap. I tried with ControlsAddDataCommand() but is different
thanks
0 Kudos