deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.coverage.rangeset
Class RangeSet

java.lang.Object
  extended by org.deegree.coverage.rangeset.RangeSet

public class RangeSet
extends Object

The RangeSet models the different range possibilities in a WCS coverage.

Version:
$Revision: 19041 $, $Date: 2009-08-11 17:04:57 +0200 (Di, 11 Aug 2009) $
Author:
Rutger Bezema, last edited by: $Author: rbezema $

Constructor Summary
RangeSet(List<AxisSubset> axisDescriptions)
          Defines the construction of a range subset.
RangeSet(String name, String label, List<AxisSubset> axisDescriptions, SingleValue<?> nullValue)
           
 
Method Summary
 List<AxisSubset> getAxisDescriptions()
           
 String getLabel()
           
 String getName()
           
 SingleValue<?> getNullValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeSet

public RangeSet(String name,
                String label,
                List<AxisSubset> axisDescriptions,
                SingleValue<?> nullValue)
Parameters:
name -
label -
axisDescriptions -
nullValue -

RangeSet

public RangeSet(List<AxisSubset> axisDescriptions)
Defines the construction of a range subset.

Parameters:
axisDescriptions -
Method Detail

getName

public final String getName()
Returns:
the name

getNullValue

public final SingleValue<?> getNullValue()
Returns:
the nullValue

getAxisDescriptions

public final List<AxisSubset> getAxisDescriptions()
Returns:
the axisDescriptions

getLabel

public final String getLabel()
Returns:
the label or the name if the label was null

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>