com.esri.arcgis.geoanalyst
Interface IRasterAnalysisGlobalEnvironment

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GridTableOp, IRasterAnalysisGlobalEnvironmentProxy, RasterAnalysis, RasterConversionOp, RasterInterpolationOp, RasterMakerOp, RasterMathSupportOp, RasterModel, RasterReclassOp, RasterSurfaceOp, RasterTransformationOp

public interface IRasterAnalysisGlobalEnvironment
extends java.io.Serializable

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

Description: 'Provides access to members that control the global environment for raster analysis.' 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 IID5aa98a9d_7f47_4d69_ad97_0fe4893f5dee
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isAvoidDataConversion()
          Indicates weather to avoid data conversion in the RasterAnalysis.
 void setAvoidDataConversion(boolean bAvoid)
          Indicates weather to avoid data conversion in the RasterAnalysis.
 

Field Detail

IID5aa98a9d_7f47_4d69_ad97_0fe4893f5dee

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

setAvoidDataConversion

void setAvoidDataConversion(boolean bAvoid)
                            throws java.io.IOException,
                                   AutomationException
Indicates weather to avoid data conversion in the RasterAnalysis.

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

isAvoidDataConversion

boolean isAvoidDataConversion()
                              throws java.io.IOException,
                                     AutomationException
Indicates weather to avoid data conversion in the RasterAnalysis.

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