com.esri.arcgis.carto
Interface IHillShadeInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IHillShadeInfoProxy, RasterClassifyColorRampRenderer, RasterStretchColorRampRenderer

public interface IHillShadeInfo
extends java.io.Serializable

COM Interface 'IHillShadeInfo'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to methods that control hill shading.' 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 IID0a6f1d1a_9a84_40c9_ba10_b5bf139f06ff
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID0a6f1d1a_9a84_40c9_ba10_b5bf139f06ff

static final int IID0a6f1d1a_9a84_40c9_ba10_b5bf139f06ff
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

isUseHillShade

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

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

setUseHillShade

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

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

getZScale

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

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

setZScale

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

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