com.esri.arcgis.datasourcesraster
Interface IConstantFunctionArguments2

All Superinterfaces:
IConstantFunctionArguments, java.io.Serializable
All Known Implementing Classes:
ConstantFunctionArguments, IConstantFunctionArguments2Proxy

public interface IConstantFunctionArguments2
extends IConstantFunctionArguments, java.io.Serializable

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

Description: 'Provides access to members that control constant function arguments.' 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 IID4738fa2c_1e23_4920_9859_6a86808350db
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IConstantFunctionArguments
IID0346ad7c_02da_48d1_ba9a_ce8cdb31e2ab
 
Method Summary
 java.lang.Object getMaxColor()
          The current maximum color value used for checkerboard pattern.
 int getMethod()
          Defines how the raster is painted.
 java.lang.Object getMinColor()
          The current minimum color value used for checkerboard pattern.
 void setMaxColor(java.lang.Object pMaxValue)
          The current maximum color value used for checkerboard pattern.
 void setMethod(int pMethod)
          Defines how the raster is painted.
 void setMinColor(java.lang.Object pMinValue)
          The current minimum color value used for checkerboard pattern.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IConstantFunctionArguments
getConstant, getRasterInfo, init, setConstant, setRasterInfoByRef
 

Field Detail

IID4738fa2c_1e23_4920_9859_6a86808350db

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

getMinColor

java.lang.Object getMinColor()
                             throws java.io.IOException,
                                    AutomationException
The current minimum color value used for checkerboard pattern.

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

setMinColor

void setMinColor(java.lang.Object pMinValue)
                 throws java.io.IOException,
                        AutomationException
The current minimum color value used for checkerboard pattern.

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

getMaxColor

java.lang.Object getMaxColor()
                             throws java.io.IOException,
                                    AutomationException
The current maximum color value used for checkerboard pattern.

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

setMaxColor

void setMaxColor(java.lang.Object pMaxValue)
                 throws java.io.IOException,
                        AutomationException
The current maximum color value used for checkerboard pattern.

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

getMethod

int getMethod()
              throws java.io.IOException,
                     AutomationException
Defines how the raster is painted.

Returns:
A com.esri.arcgis.datasourcesraster.esriRasterPaintMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMethod

void setMethod(int pMethod)
               throws java.io.IOException,
                      AutomationException
Defines how the raster is painted.

Parameters:
pMethod - A com.esri.arcgis.datasourcesraster.esriRasterPaintMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.