com.esri.arcgis.carto
Interface IRasterDisplayProps

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterDisplayPropsProxy, RasterClassifyColorRampRenderer, RasterColormapRenderer, RasterDiscreteColorRenderer, RasterRGBRenderer, RasterStretchColorRampRenderer, RasterUniqueValueRenderer

public interface IRasterDisplayProps
extends java.io.Serializable

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

Description: 'Provides access to members that control the raster display properties.' 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 IIDa6a46058_92f3_11d3_aba5_0008c73fca1c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBrightnessValue()
          Brightness value for a raster.
 int getContrastValue()
          Contrast value for a raster.
 IColor getNoDataColor()
          Nodata color for a raster.
 int getTransparencyValue()
          Transparency value for a raster.
 void setBrightnessValue(int pValue)
          Brightness value for a raster.
 void setContrastValue(int iValue)
          Contrast value for a raster.
 void setNoDataColorByRef(IColor ppColor)
          Nodata color for a raster.
 void setTransparencyValue(int pValue)
          Transparency value for a raster.
 

Field Detail

IIDa6a46058_92f3_11d3_aba5_0008c73fca1c

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

setContrastValue

void setContrastValue(int iValue)
                      throws java.io.IOException,
                             AutomationException
Contrast value for a raster.

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

getContrastValue

int getContrastValue()
                     throws java.io.IOException,
                            AutomationException
Contrast value for a raster.

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

setBrightnessValue

void setBrightnessValue(int pValue)
                        throws java.io.IOException,
                               AutomationException
Brightness value for a raster.

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

getBrightnessValue

int getBrightnessValue()
                       throws java.io.IOException,
                              AutomationException
Brightness value for a raster.

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

setTransparencyValue

void setTransparencyValue(int pValue)
                          throws java.io.IOException,
                                 AutomationException
Transparency value for a raster.

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

getTransparencyValue

int getTransparencyValue()
                         throws java.io.IOException,
                                AutomationException
Transparency value for a raster.

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

getNoDataColor

IColor getNoDataColor()
                      throws java.io.IOException,
                             AutomationException
Nodata color for a raster.

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

setNoDataColorByRef

void setNoDataColorByRef(IColor ppColor)
                         throws java.io.IOException,
                                AutomationException
Nodata color for a raster.

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