| Package | Description |
|---|---|
| org.n52.shetland.ogc.ows |
| Modifier and Type | Method and Description |
|---|---|
OwsRange.BoundType |
OwsRange.getLowerBoundType() |
OwsRange.BoundType |
OwsRange.getUpperBoundType() |
static OwsRange.BoundType |
OwsRange.BoundType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwsRange.BoundType[] |
OwsRange.BoundType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OwsRange(OwsValue lowerBound,
OwsRange.BoundType lowerBoundType,
OwsValue upperBound,
OwsRange.BoundType upperBoundType) |
OwsRange(OwsValue lowerBound,
OwsRange.BoundType lowerBoundType,
OwsValue upperBound,
OwsRange.BoundType upperBoundType,
OwsValue spacing) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.