org.deegree.coverage.rangeset
Class RangeSet
java.lang.Object
org.deegree.coverage.rangeset.RangeSet
public class RangeSet
- extends java.lang.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(java.util.List<AxisSubset> axisDescriptions)
Defines the construction of a range subset. |
RangeSet(java.lang.String name,
java.lang.String label,
java.util.List<AxisSubset> axisDescriptions,
SingleValue<?> nullValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangeSet
public RangeSet(java.lang.String name,
java.lang.String label,
java.util.List<AxisSubset> axisDescriptions,
SingleValue<?> nullValue)
- Parameters:
name
- label
- axisDescriptions
- nullValue
-
RangeSet
public RangeSet(java.util.List<AxisSubset> axisDescriptions)
- Defines the construction of a range subset.
- Parameters:
axisDescriptions
-
getName
public final java.lang.String getName()
- Returns:
- the name
getNullValue
public final SingleValue<?> getNullValue()
- Returns:
- the nullValue
getAxisDescriptions
public final java.util.List<AxisSubset> getAxisDescriptions()
- Returns:
- the axisDescriptions
getLabel
public final java.lang.String getLabel()
- Returns:
- the label or the name if the label was
null
Copyright © 2011. All Rights Reserved.