com.esri.arcgis.carto
Interface IRasterStretch3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterStretch3Proxy, RasterRGBRenderer, RasterStretchColorRampRenderer

public interface IRasterStretch3
extends java.io.Serializable

COM Interface 'IRasterStretch3'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members which control stretch.' 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 IID30f1c42e_4a45_4564_8f08_76a2cd42f661
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getGammaValue()
          The list of Gamma value(s).
 boolean isUseGamma()
          Indicates if Gamma stretch should be applied.
 void setGammaValue(java.lang.Object pGamma)
          The list of Gamma value(s).
 void setUseGamma(boolean pUseGamma)
          Indicates if Gamma stretch should be applied.
 

Field Detail

IID30f1c42e_4a45_4564_8f08_76a2cd42f661

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

setUseGamma

void setUseGamma(boolean pUseGamma)
                 throws java.io.IOException,
                        AutomationException
Indicates if Gamma stretch should be applied.

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

isUseGamma

boolean isUseGamma()
                   throws java.io.IOException,
                          AutomationException
Indicates if Gamma stretch should be applied.

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

setGammaValue

void setGammaValue(java.lang.Object pGamma)
                   throws java.io.IOException,
                          AutomationException
The list of Gamma value(s).

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

getGammaValue

java.lang.Object getGammaValue()
                               throws java.io.IOException,
                                      AutomationException
The list of Gamma value(s).

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