| Package | Description |
|---|---|
| org.n52.shetland.ogc.ows |
| Modifier and Type | Class and Description |
|---|---|
class |
OwsRange
A range of values of a numeric parameter.
|
class |
OwsValue
A single value, encoded as a string.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<OwsValueRestriction> |
OwsValueRestriction.COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<OwsValueRestriction> |
OwsAllowedValues.getRestrictions() |
Iterator<OwsValueRestriction> |
OwsAllowedValues.iterator() |
Stream<OwsValueRestriction> |
OwsAllowedValues.stream() |
| Modifier and Type | Method and Description |
|---|---|
default int |
OwsValueRestriction.compareTo(OwsValueRestriction other) |
OwsAllowedValues |
OwsAllowedValues.setRestrictions(OwsValueRestriction... restrictions) |
| Modifier and Type | Method and Description |
|---|---|
OwsAllowedValues |
OwsAllowedValues.setRestrictions(Iterable<? extends OwsValueRestriction> restrictions) |
OwsAllowedValues |
OwsAllowedValues.setRestrictions(Stream<? extends OwsValueRestriction> restrictions) |
| Constructor and Description |
|---|
OwsAllowedValues(OwsValueRestriction... restrictions) |
| Constructor and Description |
|---|
OwsAllowedValues(Iterable<? extends OwsValueRestriction> restrictions) |
OwsAllowedValues(Stream<? extends OwsValueRestriction> restrictions) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.