com.esri.arcgis.carto
Interface IHillShadeInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterClassifyColorRampRenderer, RasterStretchColorRampRenderer

public interface IHillShadeInfo
extends Serializable

Provides access to methods that control hill shading.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 double getZScale()
          The Z factor multipled to z valuesg.
 boolean isUseHillShade()
          Indicates whether the hill shading is being used.
 void setUseHillShade(boolean bUse)
          Indicates whether the hill shading is being used.
 void setZScale(double pZScale)
          The Z factor multipled to z valuesg.
 

Method Detail

isUseHillShade

boolean isUseHillShade()
                       throws IOException,
                              AutomationException
Indicates whether the hill shading is being used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setUseHillShade

void setUseHillShade(boolean bUse)
                     throws IOException,
                            AutomationException
Indicates whether the hill shading is being used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
bUse - The bUse (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZScale

double getZScale()
                 throws IOException,
                        AutomationException
The Z factor multipled to z valuesg.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setZScale

void setZScale(double pZScale)
               throws IOException,
                      AutomationException
The Z factor multipled to z valuesg.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pZScale - The pZScale (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.