org.deegree_impl.model.cv
Class RangeSetDescription_Impl

java.lang.Object
  extended byorg.deegree_impl.model.cv.RangeSetDescription_Impl
All Implemented Interfaces:
RangeSetDescription

class RangeSetDescription_Impl
extends java.lang.Object
implements RangeSetDescription

This implements the access to the properties (categories, measures, or values) assigned to each location in the domain. A location may have several unrelated properties attached to it (such as current land use, mean daily temperature, etc.): each of these is described in a separate Range Set. Any such property may be a scalar (numeric or text) value, such as population density, or a compound (vector or tensor) value, such as incomes by race, or radiances by wavelength

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

Version:
$Revision: 1.1 $ $Date: 2003/01/27 11:31:14 $

Author:
Andreas Poth

Field Summary
private  GridRangeDescription[] gridRangeDescription
           
 
Constructor Summary
(package private) RangeSetDescription_Impl(GridRangeDescription[] gridRangeDescription)
           
 
Method Summary
 GridRangeDescription[] getGridRangeDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gridRangeDescription

private GridRangeDescription[] gridRangeDescription
Constructor Detail

RangeSetDescription_Impl

RangeSetDescription_Impl(GridRangeDescription[] gridRangeDescription)
Method Detail

getGridRangeDescription

public GridRangeDescription[] getGridRangeDescription()
Specified by:
getGridRangeDescription in interface RangeSetDescription