| |
|
| java.lang.Object org.geotools.event.AbstractGTComponent org.geotools.styling.ShadedReliefImpl
Method Summary | |
public 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. | public boolean | isBrightnessOnly() indicates if brightnessOnly is true or false. | public void | setBrightnessOnly(boolean flag) turns brightnessOnly on or off depending on value of flag. | public 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. |
ShadedReliefImpl | public ShadedReliefImpl()(Code) | | |
ShadedReliefImpl | public ShadedReliefImpl(FilterFactory factory)(Code) | | |
getReliefFactor | public Expression getReliefFactor()(Code) | | 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. The default value is system-dependent.
an expression which evaluates to a double. |
isBrightnessOnly | public boolean isBrightnessOnly()(Code) | | indicates if brightnessOnly is true or false. Default is false.
boolean brightnessOn. |
setBrightnessOnly | public void setBrightnessOnly(boolean flag)(Code) | | turns brightnessOnly on or off depending on value of flag.
Parameters: flag - boolean |
setReliefFactor | public void setReliefFactor(Expression reliefFactor)(Code) | | 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. The default value is system-dependent.
Parameters: reliefFactor - an expression which evaluates to a double. |
|
|
|