com.esri.arcgis.spatialanalyst
Interface IGPSAMapAlgebraExp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSAMapAlgebraExp, IGPSAMapAlgebraExpProxy

public interface IGPSAMapAlgebraExp
extends java.io.Serializable

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

Description: 'Provides access to MapAlgebra control for GP Spatial Analyst.' 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 IIDcef721cd_7118_49fa_b744_267d52c2f80c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getExpression()
          Gets the map algebra expression.
 void setExpression(java.lang.String expString)
          Sets the map algebra expression.
 

Field Detail

IIDcef721cd_7118_49fa_b744_267d52c2f80c

static final int IIDcef721cd_7118_49fa_b744_267d52c2f80c
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

getExpression

java.lang.String getExpression()
                               throws java.io.IOException,
                                      AutomationException
Gets the map algebra expression.

Returns:
The expString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpression

void setExpression(java.lang.String expString)
                   throws java.io.IOException,
                          AutomationException
Sets the map algebra expression.

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