com.esri.arcgis.carto
Interface IRasterRendererUpdate

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

public interface IRasterRendererUpdate
extends java.io.Serializable

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

Description: 'Provides access to members that control updating raster renderers.' 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 IID76877c54_c010_4550_a202_bc882196af40
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void update(IRasterLayer pRasterLayer)
          Updates this raster renderer using a given raster layer.
 

Field Detail

IID76877c54_c010_4550_a202_bc882196af40

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

update

void update(IRasterLayer pRasterLayer)
            throws java.io.IOException,
                   AutomationException
Updates this raster renderer using a given raster layer.

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