|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IShadedReliefFunctionArguments
Provides access to members that control shaded relief function arguments.
Method Summary | |
---|---|
double |
getAltitude()
The solar altitude angle in degrees. |
double |
getAzimuth()
The solar azimuth angle in degrees with 0 toward North. |
IRasterColormap |
getColormap()
The raster colormap. |
IColorRamp |
getColorRamp()
The colorramp. |
Object |
getRaster()
The input image. |
Object |
getRGB()
The input RGB image. |
double |
getZFactor()
The zfactor. |
void |
setAltitude(double pAltitude)
The solar altitude angle in degrees. |
void |
setAzimuth(double pAzimuth)
The solar azimuth angle in degrees with 0 toward North. |
void |
setColormapByRef(IRasterColormap ppColormap)
The raster colormap. |
void |
setColorRampByRef(IColorRamp ppColorRamp)
The colorramp. |
void |
setRasterByRef(Object ppRaster)
The input image. |
void |
setRGBByRef(Object ppRaster)
The input RGB image. |
void |
setZFactor(double pZfactor)
The zfactor. |
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.Object getRGB() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRGBByRef(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.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.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.double getZFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZFactor(double pZfactor) throws IOException, AutomationException
pZfactor
- The pZfactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAzimuth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuth(double pAzimuth) throws IOException, AutomationException
pAzimuth
- The pAzimuth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAltitude() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAltitude(double pAltitude) throws IOException, AutomationException
pAltitude
- The pAltitude (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 |