|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.ShadedReliefImpl
public class ShadedReliefImpl
Default implementation of ShadedRelief.
Constructor Summary | |
---|---|
ShadedReliefImpl()
|
|
ShadedReliefImpl(org.opengis.filter.FilterFactory factory)
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
java.lang.Object |
accept(org.opengis.style.StyleVisitor visitor,
java.lang.Object data)
|
boolean |
equals(java.lang.Object obj)
|
org.opengis.filter.expression.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. |
int |
hashCode()
|
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(org.opengis.filter.expression.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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShadedReliefImpl()
public ShadedReliefImpl(org.opengis.filter.FilterFactory factory)
Method Detail |
---|
public org.opengis.filter.expression.Expression getReliefFactor()
getReliefFactor
in interface org.opengis.style.ShadedRelief
public boolean isBrightnessOnly()
isBrightnessOnly
in interface org.opengis.style.ShadedRelief
public void setBrightnessOnly(boolean flag)
flag
- booleanpublic void setReliefFactor(org.opengis.filter.expression.Expression reliefFactor)
reliefFactor
- an expression which evaluates to a double.public java.lang.Object accept(org.opengis.style.StyleVisitor visitor, java.lang.Object data)
accept
in interface org.opengis.style.ShadedRelief
public void accept(StyleVisitor visitor)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |