|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cv.GridRangeDescription_Impl
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
-----------------------------------------------------------------------
Field Summary | |
private java.lang.String |
colorInterpretation
|
private java.lang.String |
description
|
private Histogram |
histogram
|
private java.lang.String |
id
|
private Observable |
observable
|
private PseudoColorTable |
pseudoColorTable
|
private RangeAxis[] |
rangeAxis
|
private java.lang.String |
sampleEncoding
|
private java.lang.String |
title
|
Constructor Summary | |
GridRangeDescription_Impl(java.lang.String id,
java.lang.String title,
java.lang.String description,
Observable observable,
RangeAxis[] rangeAxis,
java.lang.String colorInterpretation,
Histogram histogram,
PseudoColorTable pseudoColorTable,
java.lang.String sampleEncoding)
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String colorInterpretation
private Histogram histogram
private PseudoColorTable pseudoColorTable
private java.lang.String sampleEncoding
private java.lang.String description
private java.lang.String id
private Observable observable
private RangeAxis[] rangeAxis
private java.lang.String title
Constructor Detail |
public GridRangeDescription_Impl(java.lang.String id, java.lang.String title, java.lang.String description, Observable observable, RangeAxis[] rangeAxis, java.lang.String colorInterpretation, Histogram histogram, PseudoColorTable pseudoColorTable, java.lang.String sampleEncoding)
Method Detail |
public java.lang.String getColorInterpretation()
getColorInterpretation
in interface GridRangeDescription
public Histogram getHistogram()
getHistogram
in interface GridRangeDescription
public PseudoColorTable getPseudoColorTable()
getPseudoColorTable
in interface GridRangeDescription
public java.lang.String getSampleEncoding()
getSampleEncoding
in interface GridRangeDescription
public java.lang.String getDescription()
getDescription
in interface GridRangeDescription
public java.lang.String getID()
getID
in interface GridRangeDescription
public Observable getObservable()
getObservable
in interface GridRangeDescription
public RangeAxis[] getRangeAxis()
getRangeAxis
in interface GridRangeDescription
public java.lang.String getTitle()
getTitle
in interface GridRangeDescription
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |