org.deegree.style.styling
Class RasterStyling.ShadedRelief

java.lang.Object
  extended by org.deegree.style.styling.RasterStyling.ShadedRelief
All Implemented Interfaces:
Copyable<RasterStyling.ShadedRelief>
Enclosing class:
RasterStyling

public static class RasterStyling.ShadedRelief
extends Object
implements Copyable<RasterStyling.ShadedRelief>

ShadedRelief

Version:
$Revision: 30169 $, $Date: 2011-03-25 11:49:50 +0100 (Fri, 25 Mar 2011) $
Author:
Andreas Schmitz, Andrei Aiordachioaie, last edited by: $Author: aschmitz $

Field Summary
 double alt
          Vertical angle of illumination source.
 double azimuthAngle
          Azimuth angle = Illumination direction.
 boolean brightnessOnly
          Default is false.
 double reliefFactor
          Default is 55.
 
Constructor Summary
RasterStyling.ShadedRelief()
           
 
Method Summary
 RasterStyling.ShadedRelief copy()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

brightnessOnly

public boolean brightnessOnly
Default is false.


reliefFactor

public double reliefFactor
Default is 55.


azimuthAngle

public double azimuthAngle
Azimuth angle = Illumination direction. Default is Nord-West.


alt

public double alt
Vertical angle of illumination source. Default is 45 degrees.

Constructor Detail

RasterStyling.ShadedRelief

public RasterStyling.ShadedRelief()
Method Detail

copy

public RasterStyling.ShadedRelief copy()
Specified by:
copy in interface Copyable<RasterStyling.ShadedRelief>
Returns:
the copied object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.