org.deegree.model.coverage
Interface GridRangeDescription

All Known Implementing Classes:
GridRangeDescription_Impl

public interface GridRangeDescription

In the case of a grid coverage layer, the range description adds several optional elements of the generic range component description, using a repeatable GridRangeDescription

-----------------------------------------------------------------------

Version:
$Revision: 1.1 $ $Date: 2003/01/27 11:29:38 $

Author:
Andreas Poth

Method Summary
 java.lang.String getColorInterpretation()
          indicates how to read the image colors
 java.lang.String getDescription()
          returns a short description of the range set
 Histogram getHistogram()
          A Histogram records image statistics (mean and median value, etc.) and lists the counts and percentages of pixels in each of several brightness “bins.”
 java.lang.String getID()
          returns the ID of the range set
 Observable getObservable()
          The optional Observable field provides a structured description of the observations (quantities or properties) reported in this range component.
 PseudoColorTable getPseudoColorTable()
          A PseudoColorTable lists indexed color values, expressed as red-green-blue-alpha values, or hue-lightness-saturation, cyan-magenta-yellow-black, or grayscale.
 RangeAxis[] getRangeAxis()
          The optional RangeAxis element is for compound observations.
 java.lang.String getSampleEncoding()
          details the encoding of image samples
 java.lang.String getTitle()
          returns the title of the range set
 

Method Detail

getColorInterpretation

public java.lang.String getColorInterpretation()
indicates how to read the image colors


getSampleEncoding

public java.lang.String getSampleEncoding()
details the encoding of image samples


getPseudoColorTable

public PseudoColorTable getPseudoColorTable()
A PseudoColorTable lists indexed color values, expressed as red-green-blue-alpha values, or hue-lightness-saturation, cyan-magenta-yellow-black, or grayscale.


getHistogram

public Histogram getHistogram()
A Histogram records image statistics (mean and median value, etc.) and lists the counts and percentages of pixels in each of several brightness “bins.”


getID

public java.lang.String getID()
returns the ID of the range set


getTitle

public java.lang.String getTitle()
returns the title of the range set


getDescription

public java.lang.String getDescription()
returns a short description of the range set


getObservable

public Observable getObservable()
The optional Observable field provides a structured description of the observations (quantities or properties) reported in this range component. This description consists of a name, a free-text description, a docURL (an index into a registry of observation types); and a referenceSystem that associates the reported values with real-world quantities or categories.


getRangeAxis

public RangeAxis[] getRangeAxis()
The optional RangeAxis element is for compound observations. It describes and lists the values at which the range component reports properties, or the “bins” by which the range componet reports counts or other aggregate values