| Package | Description |
|---|---|
| org.n52.shetland.ogc.gml.time | |
| org.n52.shetland.ogc.sos | |
| org.n52.shetland.ogc.sos.request |
| Modifier and Type | Field and Description |
|---|---|
static IndeterminateValue |
IndeterminateValue.AFTER |
static IndeterminateValue |
IndeterminateValue.BEFORE |
static IndeterminateValue |
IndeterminateValue.NOW |
static IndeterminateValue |
IndeterminateValue.TEMPLATE |
static IndeterminateValue |
IndeterminateValue.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
IndeterminateValue |
TimePeriod.getEndIndet()
Get end indet time
|
IndeterminateValue |
TimeInstant.getIndeterminateValue()
Get indeterminate value
|
IndeterminateValue |
TimePosition.getIndeterminateValue()
Get time position indeterminate value
|
IndeterminateValue |
TimePeriod.getStartIndet()
Get start indet time
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndeterminateValue.equals(IndeterminateValue other) |
boolean |
TimeInstant.isIndeterminateValueEqualTo(IndeterminateValue value)
Check whether this indeterminate value equals expected value
|
protected org.joda.time.DateTime |
Time.resolveDateTime(org.joda.time.DateTime dateTime,
IndeterminateValue indeterminateValue)
Resolve date time from dateTime or from indertminateValue
|
void |
TimePeriod.setEndIndet(IndeterminateValue endIndet)
Set end indet time
|
Time |
TimeInstant.setIndeterminateValue(IndeterminateValue indeterminateValue)
Set indeterminate value
|
void |
TimePeriod.setStartIndet(IndeterminateValue startIndet)
Set start indet time
|
| Constructor and Description |
|---|
TimeInstant(org.joda.time.DateTime dateValue,
IndeterminateValue indeterminateValue)
constructor with date and indeterminateValue.
|
TimeInstant(IndeterminateValue indeterminateValue)
constructor
|
TimePeriod(org.joda.time.DateTime start,
IndeterminateValue startIndet,
org.joda.time.DateTime end,
IndeterminateValue endIndet)
constructor
|
TimePeriod(org.joda.time.DateTime start,
IndeterminateValue startIndet,
org.joda.time.DateTime end,
IndeterminateValue endIndet,
String duration,
String id)
standard constructor
|
TimePosition(IndeterminateValue indeterminateValue)
constructor
|
| Modifier and Type | Field and Description |
|---|---|
static IndeterminateValue |
ExtendedIndeterminateTime.FIRST |
static IndeterminateValue |
ExtendedIndeterminateTime.LATEST |
| Modifier and Type | Method and Description |
|---|---|
List<IndeterminateValue> |
GetObservationRequest.getFirstLatestTemporalFilter() |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.