com.esri.arcgis.spatialanalyst
Interface IMapAlgebraOp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapAlgebraOpProxy, RasterMapAlgebraOp

public interface IMapAlgebraOp
extends java.io.Serializable

COM Interface 'IMapAlgebraOp'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to members that control the MapAlgebra operations.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd3ce731e_9546_11d2_9f34_00c04f8ed1d7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void bindRaster(IGeoDataset geoDataset, java.lang.String symbol)
          Binds a symbol to a GeoDataset.
 IGeoDataset execute(java.lang.String expression)
          Produces a GeoDataset by executing an expression.
 void unbindRaster(java.lang.String symbolName)
          Unbind a symbol.
 

Field Detail

IIDd3ce731e_9546_11d2_9f34_00c04f8ed1d7

static final int IIDd3ce731e_9546_11d2_9f34_00c04f8ed1d7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

bindRaster

void bindRaster(IGeoDataset geoDataset,
                java.lang.String symbol)
                throws java.io.IOException,
                       AutomationException
Binds a symbol to a GeoDataset.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
symbol - The symbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

execute

IGeoDataset execute(java.lang.String expression)
                    throws java.io.IOException,
                           AutomationException
Produces a GeoDataset by executing an expression.

Parameters:
expression - The expression (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unbindRaster

void unbindRaster(java.lang.String symbolName)
                  throws java.io.IOException,
                         AutomationException
Unbind a symbol.

Parameters:
symbolName - The symbolName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.