Uses of Class
org.deegree.coverage.rangeset.Interval.Closure

Packages that use Interval.Closure
org.deegree.coverage.rangeset   
 

Uses of Interval.Closure in org.deegree.coverage.rangeset
 

Methods in org.deegree.coverage.rangeset that return Interval.Closure
static Interval.Closure Interval.Closure.fromString(String closureValue)
           
 Interval.Closure Interval.getClosure()
           
static Interval.Closure Interval.Closure.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Interval.Closure[] Interval.Closure.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 Interval.Closure
static
<RS extends Comparable<RS>>
Interval<?,RS>
Interval.createFromStrings(String type, String min, String max, Interval.Closure closure, String semantic, boolean atomic, SingleValue<RS> resolution)
           
 

Constructors in org.deegree.coverage.rangeset with parameters of type Interval.Closure
Interval(SingleValue<T> min, SingleValue<T> max, Interval.Closure closure, String semantic, boolean atomic, SingleValue<R> spacing)
           
 



Copyright © 2011. All Rights Reserved.