Uses of Class
org.deegree.coverage.rangeset.ValueType

Packages that use ValueType
org.deegree.coverage.rangeset   
org.deegree.services.wcs.getcoverage   
 

Uses of ValueType in org.deegree.coverage.rangeset
 

Fields in org.deegree.coverage.rangeset declared as ValueType
 ValueType SingleValue.type
          the type
 

Methods in org.deegree.coverage.rangeset that return ValueType
static ValueType ValueType.fromString(String type)
           
 ValueType AxisSubset.getType()
          Returns the type of this axis ranges.
static ValueType ValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueType[] ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.coverage.rangeset with parameters of type ValueType
 void AxisSubset.convertTypes(ValueType newType)
          Convert the types of the intervals and single values of this axis subset to the given type, if and only if the type of this axis is Void, if the conversion fails, the old types will not be changed.
 boolean ValueType.isCompatible(ValueType type)
           
 

Constructors in org.deegree.coverage.rangeset with parameters of type ValueType
SingleValue(ValueType type, T value)
           
 

Uses of ValueType in org.deegree.services.wcs.getcoverage
 

Methods in org.deegree.services.wcs.getcoverage with parameters of type ValueType
static List<Interval<?,?>> GetCoverage100KVPAdapter.parseIntervals(String intervals, ValueType type)
          Parses the String and creates intervals, following values are allowed.
 



Copyright © 2011. All Rights Reserved.