|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapAlgebraOp
Provides access to members that control the MapAlgebra operations.
Method Summary | |
---|---|
void |
bindRaster(IGeoDataset geoDataset,
String symbol)
Binds a symbol to a GeoDataset. |
IGeoDataset |
execute(String expression)
Produces a GeoDataset by executing an expression. |
void |
unbindRaster(String symbolName)
Unbind a symbol. |
Method Detail |
---|
void bindRaster(IGeoDataset geoDataset, String symbol) throws IOException, AutomationException
geoDataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
symbol |
a string name specifying the input geoDataset to be included in the execute expression |
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)symbol
- The symbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset execute(String expression) throws IOException, AutomationException
expression |
a string statement specifying a map algebra equation. Symbol objects created from
IMapAlgebra::BindRaster must be surrounded by
"[ ]" |
expression
- The expression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unbindRaster(String symbolName) throws IOException, AutomationException
symbolName |
a string specifying the name of the raster symbol object created from IMapALgebra::BindRaster |
symbolName
- The symbolName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |