Uses of Class
org.deegree.protocol.ows.metadata.domain.RangeClosure

Packages that use RangeClosure
org.deegree.protocol.ows.metadata.domain   
 

Uses of RangeClosure in org.deegree.protocol.ows.metadata.domain
 

Methods in org.deegree.protocol.ows.metadata.domain that return RangeClosure
 RangeClosure Range.getClosure()
          Returns the closure between values in the range.
static RangeClosure RangeClosure.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RangeClosure[] RangeClosure.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.protocol.ows.metadata.domain with parameters of type RangeClosure
 void Range.setClosure(RangeClosure closure)
          Sets the closure between values in the range.
 

Constructors in org.deegree.protocol.ows.metadata.domain with parameters of type RangeClosure
Range(String min, String max, String spacing, RangeClosure closure)
          Creates a new Range instance.
 



Copyright © 2011. All Rights Reserved.