| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.style.styling.RasterStyling
public class RasterStyling
RasterStyling
| 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 | 
|---|
public UOM uom
public double opacity
public HashMap<String,RasterStyling.ContrastEnhancement> channelContrastEnhancements
public RasterStyling.Overlap overlap
public Categorize categorize
public Interpolate interpolate
public RasterChannelSelection channelSelection
public RasterStyling.ContrastEnhancement contrastEnhancement
public RasterStyling.ShadedRelief shaded
public Symbolizer<?> imageOutline
| Constructor Detail | 
|---|
public RasterStyling()
| Method Detail | 
|---|
public RasterStyling copy()
copy in interface Copyable<RasterStyling>public String toString()
toString in class Object
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||