com.esri.arcgis.geoanalyst
Interface IMathSupportOp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMathSupportOpProxy, RasterMathSupportOp

public interface IMathSupportOp
extends java.io.Serializable

COM Interface 'IMathSupportOp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that control the mathematical operations for support other products.' 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 IID8608e339_8743_11d4_b278_00508bcdc779
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeoDataset divide(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Divides the values of two inputs.
 IGeoDataset esri_float(IGeoDataset geoDataset)
          Converts a raster into floating point representation.
 IGeoDataset esri_int(IGeoDataset geoDataset)
          Converts a raster to integer by truncation.
 IGeoDataset minus(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Subtracts the values of two inputs.
 IGeoDataset plus(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Adds the values of two inputs.
 IGeoDataset times(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Multiplies the values of two inputs.
 

Field Detail

IID8608e339_8743_11d4_b278_00508bcdc779

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

divide

IGeoDataset divide(IGeoDataset geoDataset1,
                   IGeoDataset geoDataset2)
                   throws java.io.IOException,
                          AutomationException
Divides the values of two inputs.

Parameters:
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (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.

minus

IGeoDataset minus(IGeoDataset geoDataset1,
                  IGeoDataset geoDataset2)
                  throws java.io.IOException,
                         AutomationException
Subtracts the values of two inputs.

Parameters:
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (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.

plus

IGeoDataset plus(IGeoDataset geoDataset1,
                 IGeoDataset geoDataset2)
                 throws java.io.IOException,
                        AutomationException
Adds the values of two inputs.

Parameters:
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (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.

times

IGeoDataset times(IGeoDataset geoDataset1,
                  IGeoDataset geoDataset2)
                  throws java.io.IOException,
                         AutomationException
Multiplies the values of two inputs.

Parameters:
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (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.

esri_int

IGeoDataset esri_int(IGeoDataset geoDataset)
                     throws java.io.IOException,
                            AutomationException
Converts a raster to integer by truncation.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (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.

esri_float

IGeoDataset esri_float(IGeoDataset geoDataset)
                       throws java.io.IOException,
                              AutomationException
Converts a raster into floating point representation.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (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.