|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IValueDomain | |
|---|---|
| org.n52.oxf.owsCommon.capabilities | This package includes all the objects defined by the OWSCommon specification of the OGC (04-016r5h). |
| 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.owsCommon.capabilities |
|---|
| Subinterfaces of IValueDomain in org.n52.oxf.owsCommon.capabilities | |
|---|---|
interface |
IBoundingBox
|
interface |
IDiscreteValueDomain<T>
|
interface |
IRangeValueDomain<T>
|
| Fields in org.n52.oxf.owsCommon.capabilities declared as IValueDomain | |
|---|---|
protected IValueDomain |
Parameter.valueDomain
Valid values for this parameter. |
| Methods in org.n52.oxf.owsCommon.capabilities that return IValueDomain | |
|---|---|
IValueDomain |
Parameter.getValueDomain()
IValueDomain describes the allowed values of a parameter. |
| Methods in org.n52.oxf.owsCommon.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.owsCommon.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||