Uses of Interface
org.n52.oxf.ows.capabilities.IValueDomain

Packages that use IValueDomain
org.n52.oxf.ows.capabilities   
org.n52.oxf.valueDomains   
org.n52.oxf.valueDomains.filter   
org.n52.oxf.valueDomains.spatial   
org.n52.oxf.valueDomains.time   
 

Uses of IValueDomain in org.n52.oxf.ows.capabilities
 

Subinterfaces of IValueDomain in org.n52.oxf.ows.capabilities
 interface IBoundingBox
           
 interface IDiscreteValueDomain<T>
           
 interface IRangeValueDomain<T>
           
 

Fields in org.n52.oxf.ows.capabilities declared as IValueDomain
protected  IValueDomain Parameter.valueDomain
          Valid values for this parameter.
 

Methods in org.n52.oxf.ows.capabilities that return IValueDomain
 IValueDomain Parameter.getValueDomain()
          IValueDomain describes the allowed values of a parameter.
 

Methods in org.n52.oxf.ows.capabilities with parameters of type IValueDomain
protected  void Parameter.setValueDomain(IValueDomain valueDomain)
          IValueDomain describes the allowed values of a parameter.
 

Constructors in org.n52.oxf.ows.capabilities with parameters of type IValueDomain
DatasetParameter(String name, boolean required, IValueDomain valueDomain, Dataset dataID, String commonName)
           
Parameter(String name, boolean required, IValueDomain valueDomain, String commonName)
          this constructor has all attributes as its parameters.
 

Uses of IValueDomain in org.n52.oxf.valueDomains
 

Classes in org.n52.oxf.valueDomains that implement IValueDomain
 class DoubleDiscreteValueDomain
           
 class DoubleRangeValueDomain
           
 class IntegerDiscreteValueDomain
           
 class IntegerRangeValueDomain
           
 class ObjectValueDomain
           
 class OpenValueDomain
           
 class StringOpenValueDomain
           
 class StringValueDomain
           
 

Uses of IValueDomain in org.n52.oxf.valueDomains.filter
 

Classes in org.n52.oxf.valueDomains.filter that implement IValueDomain
 class FilterValueDomain
          ValueDomain for OGC Filter Implementation Specification 1.1.0 conform filters, containsValue()-method checks only the FilterType!
 

Uses of IValueDomain in org.n52.oxf.valueDomains.spatial
 

Classes in org.n52.oxf.valueDomains.spatial that implement IValueDomain
 class BoundingBox
          This represents a standard BoundingBox.
 class BoundingBox2D
          This represents a 2-dimensional BoundingBox.
 class BoundingBox3D
          This represents a 3-dimensional BoundingBox.
 class SpatialDomain
           
 

Uses of IValueDomain in org.n52.oxf.valueDomains.time
 

Classes in org.n52.oxf.valueDomains.time that implement IValueDomain
 class TemporalValueDomain
          This class is a ValueDomain for ITime objects.
 



Copyright © 2012-2013 52north.org. All Rights Reserved.