com.esri.arcgis.carto
Interface IRasterRendererMaker

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterRendererMakerProxy, RasterRendererMakerDefault

public interface IRasterRendererMaker
extends java.io.Serializable

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

Description: 'Provides access to members that can determine the default display of a raster dataset.' 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 IID7c84e06a_c743_11d4_b290_00508bcdc7c8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterRenderer createDefaultRasterRenderer(IRaster pRaster)
          Returns the raster renderer which should be used for the default display of the input raster.
 int getPriority()
          Controls the order in which renderer makers are selected.
 

Field Detail

IID7c84e06a_c743_11d4_b290_00508bcdc7c8

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

createDefaultRasterRenderer

IRasterRenderer createDefaultRasterRenderer(IRaster pRaster)
                                            throws java.io.IOException,
                                                   AutomationException
Returns the raster renderer which should be used for the default display of the input raster.

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

getPriority

int getPriority()
                throws java.io.IOException,
                       AutomationException
Controls the order in which renderer makers are selected. Higher priority renderer makers are called first.

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