|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHillShadeInfo
Provides access to methods that control hill shading.
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 |
---|
boolean isUseHillShade() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseHillShade(boolean bUse) throws IOException, AutomationException
bUse
- The bUse (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZScale(double pZScale) throws IOException, AutomationException
pZScale
- The pZScale (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 |