|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.ShadedReliefImpl
Constructor Summary | |
ShadedReliefImpl()
Creates a new instance of ShadedReliefImpl |
Method Summary | |
Expression |
getReliefFactor()
The ReliefFactor gives the amount of exaggeration to use for the height of the �hills.� A value of around 55 (times) gives reasonable results for Earth-based DEMs. |
boolean |
isBrightnessOnly()
indicates if brightnessOnly is true or false. |
void |
setBrightnessOnly(boolean flag)
turns brightnessOnly on or off depending on value of flag. |
void |
setReliefFactor(Expression reliefFactor)
The ReliefFactor gives the amount of exaggeration to use for the height of the �hills.� A value of around 55 (times) gives reasonable results for Earth-based DEMs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShadedReliefImpl()
Method Detail |
public Expression getReliefFactor()
getReliefFactor
in interface ShadedRelief
public boolean isBrightnessOnly()
isBrightnessOnly
in interface ShadedRelief
public void setBrightnessOnly(boolean flag)
setBrightnessOnly
in interface ShadedRelief
flag
- booleanpublic void setReliefFactor(Expression reliefFactor)
setReliefFactor
in interface ShadedRelief
reliefFactor
- an expression which evaluates to a double.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |