|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColormapFunctionArguments
Provides access to members that control colormap function arguments.
Method Summary | |
---|---|
IRasterColormap |
getColormap()
The raster colormap. |
String |
getColormapName()
The pre-defined colormap name, e.g. |
IColorRamp |
getColorRamp()
The input color ramp. |
Object |
getRaster()
The source raster object. |
void |
loadFrom(String colormapFileName)
Loads from a colormap file. |
void |
setColormapByRef(IRasterColormap ppColormap)
The raster colormap. |
void |
setColormapName(String pColormapName)
The pre-defined colormap name, e.g. |
void |
setColorRampByRef(IColorRamp ppColorRamp)
The input color ramp. |
void |
setRasterByRef(Object ppRaster)
The source raster object. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getColormapName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColormapName(String pColormapName) throws IOException, AutomationException
pColormapName
- The pColormapName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterColormap getColormap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColormapByRef(IRasterColormap ppColormap) throws IOException, AutomationException
ppColormap
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColorRamp getColorRamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorRampByRef(IColorRamp ppColorRamp) throws IOException, AutomationException
ppColorRamp
- A reference to a com.esri.arcgis.display.IColorRamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFrom(String colormapFileName) throws IOException, AutomationException
colormapFileName
- The colormapFileName (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 |