I am comparing a raster with a constant value by raster calculator. Now I want to do this in a c# code.
Question
Is there any process to do this kind of raster conditional comparison in .net?
|
I am comparing a raster with a constant value by raster calculator. Now I want to do this in a c# code. Question Is there any process to do this kind of raster conditional comparison in .net? |
||||
|
|
|
I think you're referring to the RasterConditionalOp CoClass
You might want to bookmark the ArcObjects SDK site for future reference :) |
|||||||
|
|
Finally I got my answer. I thought it would be good if I answer the question. ILogicalOp Interface is the interface for raster comparison. This interface has all method for comparison. |
||||
|
|