com.esri.arcgis.carto
Interface IRasterRendererMaker2

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

public interface IRasterRendererMaker2
extends java.io.Serializable

COM Interface 'IRasterRendererMaker2'. 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 IIDf21306ec_f028_4325_ad52_52b616b81184
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterRenderer createDefaultRasterRenderer(IRasterDataset pRasterDataset)
          Returns the raster renderer which should be used for the default display of the input raster.
 

Field Detail

IIDf21306ec_f028_4325_ad52_52b616b81184

static final int IIDf21306ec_f028_4325_ad52_52b616b81184
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(IRasterDataset pRasterDataset)
                                            throws java.io.IOException,
                                                   AutomationException
Returns the raster renderer which should be used for the default display of the input raster.

Parameters:
pRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (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.