org.deegree.style.styling
Class RasterStyling

java.lang.Object
  extended by org.deegree.style.styling.RasterStyling
All Implemented Interfaces:
Copyable<RasterStyling>, Styling<RasterStyling>

public class RasterStyling
extends Object
implements Styling<RasterStyling>

RasterStyling

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 $

Nested Class Summary
static class RasterStyling.ContrastEnhancement
          ContrastEnhancement
static class RasterStyling.Overlap
          Overlap
static class RasterStyling.ShadedRelief
          ShadedRelief
 
Field Summary
 Categorize categorize
           
 HashMap<String,RasterStyling.ContrastEnhancement> channelContrastEnhancements
          Contrast Enhancements for all channels.
 RasterChannelSelection channelSelection
          Default is no channel selections.
 RasterStyling.ContrastEnhancement contrastEnhancement
          Default is no contrast enhancement.
 Symbolizer<?> imageOutline
          Default is no image outline (should be line or polygon parameterized).
 Interpolate interpolate
           
 double opacity
          Default is 1.
 RasterStyling.Overlap overlap
          Default is RANDOM.
 RasterStyling.ShadedRelief shaded
          Default is no shaded relief.
 UOM uom
          The unit of measure for all values.
 
Constructor Summary
RasterStyling()
           
 
Method Summary
 RasterStyling copy()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uom

public UOM uom
The unit of measure for all values.


opacity

public double opacity
Default is 1.


channelContrastEnhancements

public HashMap<String,RasterStyling.ContrastEnhancement> channelContrastEnhancements
Contrast Enhancements for all channels.


overlap

public RasterStyling.Overlap overlap
Default is RANDOM.


categorize

public Categorize categorize

interpolate

public Interpolate interpolate

channelSelection

public RasterChannelSelection channelSelection
Default is no channel selections.


contrastEnhancement

public RasterStyling.ContrastEnhancement contrastEnhancement
Default is no contrast enhancement.


shaded

public RasterStyling.ShadedRelief shaded
Default is no shaded relief.


imageOutline

public Symbolizer<?> imageOutline
Default is no image outline (should be line or polygon parameterized).

Constructor Detail

RasterStyling

public RasterStyling()
Method Detail

copy

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.