Package | Description |
---|---|
org.n52.oxf.ows.capabilities | |
org.n52.oxf.valueDomains | |
org.n52.oxf.valueDomains.filter | |
org.n52.oxf.valueDomains.spatial | |
org.n52.oxf.valueDomains.time |
Modifier and Type | Interface and Description |
---|---|
interface |
IBoundingBox |
interface |
IDiscreteValueDomain<T> |
interface |
IRangeValueDomain<T> |
Modifier and Type | Field and Description |
---|---|
protected IValueDomain |
Parameter.valueDomain
Valid values for this parameter.
|
Modifier and Type | Method and Description |
---|---|
IValueDomain |
Parameter.getValueDomain()
IValueDomain describes the allowed values of a parameter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Parameter.setValueDomain(IValueDomain<?> valueDomain)
IValueDomain describes the allowed values of a parameter.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyValueDomain
This value domain accepts all and everything.
|
class |
DoubleDiscreteValueDomain |
class |
DoubleRangeValueDomain |
class |
IntegerDiscreteValueDomain |
class |
IntegerRangeValueDomain |
class |
ObjectValueDomain |
class |
OpenValueDomain |
class |
StringOpenValueDomain |
class |
StringValueDomain |
Modifier and Type | Class and Description |
---|---|
class |
FilterValueDomain
ValueDomain for OGC Filter Implementation Specification 1.1.0 conform filters, containsValue()-method
checks only the FilterType!
|
Modifier and Type | Class and Description |
---|---|
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
NOT YET IMPLEMENTED
|
Modifier and Type | Class and Description |
---|---|
class |
TemporalValueDomain
This class is a ValueDomain for ITime objects.
|
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.