Uses of Interface
org.deegree.model.coverage.Observable

Packages that use Observable
org.deegree_impl.model.cv   
org.deegree.model.coverage   
 

Uses of Observable in org.deegree_impl.model.cv
 

Classes in org.deegree_impl.model.cv that implement Observable
(package private)  class Observable_Impl
          The Observable interface provides a structured description of the observations (quantities or properties) reported in this range component.
(package private)  class RangeAxis_Impl
          The RangeAxis interface is for compound observations.
 

Fields in org.deegree_impl.model.cv declared as Observable
private  Observable GridRangeDescription_Impl.observable
           
 

Methods in org.deegree_impl.model.cv that return Observable
 Observable GridRangeDescription_Impl.getObservable()
          The optional Observable field provides a structured description of the observations (quantities or properties) reported in this range component.
 

Constructors in org.deegree_impl.model.cv with parameters of type Observable
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)
           
 

Uses of Observable in org.deegree.model.coverage
 

Subinterfaces of Observable in org.deegree.model.coverage
 interface RangeAxis
          The RangeAxis interface is for compound observations.
 

Methods in org.deegree.model.coverage that return Observable
 Observable GridRangeDescription.getObservable()
          The optional Observable field provides a structured description of the observations (quantities or properties) reported in this range component.