|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterRendererMaker2
Provides access to members that can determine the default display of a raster dataset.
The IRasterRendererMaker2 interface allows you to define the default raster renderer based upon an input RasterDataset, while IRasterRendererMaker is based on an input Raster.
To implement this interface, the property and method of interface IRasterRendererMaker must be implemented. If IRasterRendererMaker2 is implemented, the default renderer defined in this interface will be used first. Otherwise, the system will use the renderer defined in the IRasterRendererMaker interface.
Method Summary | |
---|---|
IRasterRenderer |
createDefaultRasterRenderer(IRasterDataset pRasterDataset)
Returns the raster renderer which should be used for the default display of the input raster. |
Method Detail |
---|
IRasterRenderer createDefaultRasterRenderer(IRasterDataset pRasterDataset) throws IOException, AutomationException
pRasterDataset
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |