com.esri.arcgis.carto
Interface IRasterStretchColorRampRenderer

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

public interface IRasterStretchColorRampRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that control the color ramp of a contrast 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 IIDa301a3b1_74d7_11d2_9f29_00c04f8ed1d7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBandIndex()
          Index of the band to be rendered.
 IColorRamp getColorRamp()
          Color ramp.
 java.lang.String getColorScheme()
          ColorScheme name.
 java.lang.String getLabelHigh()
          Label for highest value.
 java.lang.String getLabelLow()
          Label for lowest value.
 java.lang.String getLabelMedium()
          Label for medium value.
 void resetLabels()
          Makes default labels.
 void setBandIndex(int bandIndex)
          Index of the band to be rendered.
 void setColorRamp(IColorRamp ppColorRamp)
          Color ramp.
 void setColorScheme(java.lang.String colorScheme)
          ColorScheme name.
 void setLabelHigh(java.lang.String label)
          Label for highest value.
 void setLabelLow(java.lang.String label)
          Label for lowest value.
 void setLabelMedium(java.lang.String label)
          Label for medium value.
 

Field Detail

IIDa301a3b1_74d7_11d2_9f29_00c04f8ed1d7

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

setBandIndex

void setBandIndex(int bandIndex)
                  throws java.io.IOException,
                         AutomationException
Index of the band to be rendered.

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

getBandIndex

int getBandIndex()
                 throws java.io.IOException,
                        AutomationException
Index of the band to be rendered.

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

getColorScheme

java.lang.String getColorScheme()
                                throws java.io.IOException,
                                       AutomationException
ColorScheme name.

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

setColorScheme

void setColorScheme(java.lang.String colorScheme)
                    throws java.io.IOException,
                           AutomationException
ColorScheme name.

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

getColorRamp

IColorRamp getColorRamp()
                        throws java.io.IOException,
                               AutomationException
Color ramp.

Returns:
A reference to a com.esri.arcgis.display.IColorRamp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColorRamp

void setColorRamp(IColorRamp ppColorRamp)
                  throws java.io.IOException,
                         AutomationException
Color ramp.

Parameters:
ppColorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabelLow

java.lang.String getLabelLow()
                             throws java.io.IOException,
                                    AutomationException
Label for lowest value.

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

setLabelLow

void setLabelLow(java.lang.String label)
                 throws java.io.IOException,
                        AutomationException
Label for lowest value.

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

getLabelMedium

java.lang.String getLabelMedium()
                                throws java.io.IOException,
                                       AutomationException
Label for medium value.

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

setLabelMedium

void setLabelMedium(java.lang.String label)
                    throws java.io.IOException,
                           AutomationException
Label for medium value.

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

getLabelHigh

java.lang.String getLabelHigh()
                              throws java.io.IOException,
                                     AutomationException
Label for highest value.

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

setLabelHigh

void setLabelHigh(java.lang.String label)
                  throws java.io.IOException,
                         AutomationException
Label for highest value.

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

resetLabels

void resetLabels()
                 throws java.io.IOException,
                        AutomationException
Makes default labels.

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