com.esri.arcgis.datasourcesraster
Interface IRasterFunction3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterFunction3Proxy

public interface IRasterFunction3
extends java.io.Serializable

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

Description: 'Provides access to members that control mask-data syncing for pixel blocks produced from raster functions.' 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 IID1b2c9c83_514c_4e5c_b9cf_7ee517de43aa
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isApplyMask()
          isApplyMask
 void setApplyMask(boolean pbApplyMask)
          setApplyMask
 

Field Detail

IID1b2c9c83_514c_4e5c_b9cf_7ee517de43aa

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

isApplyMask

boolean isApplyMask()
                    throws java.io.IOException,
                           AutomationException
isApplyMask

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

setApplyMask

void setApplyMask(boolean pbApplyMask)
                  throws java.io.IOException,
                         AutomationException
setApplyMask

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