org.deegree.coverage.rangeset
Class RangeSet
java.lang.Object
org.deegree.coverage.rangeset.RangeSet
public class RangeSet
- extends Object
The RangeSet
models the different range possibilities in a WCS coverage.
- Version:
- $Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
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
Copyright © 2011. All Rights Reserved.