| Package | Description |
|---|---|
| org.n52.series.db.beans.sta |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanObservationEntity
Represents an STA Observation with ValueType Quantity.
|
class |
CategoryObservationEntity
Represents an STA Observation with ValueType Quantity.
|
class |
CountObservationEntity
Represents an STA Observation with ValueType Quantity.
|
class |
QuantityObservationEntity
Represents an STA Observation with ValueType Quantity.
|
class |
TextObservationEntity
Represents an STA Observation with ValueType Quantity.
|
| Modifier and Type | Method and Description |
|---|---|
ObservationEntity |
ObservationEntity.setDatastream(DatastreamEntity datastream) |
ObservationEntity<T> |
ObservationEntity.setFeature(AbstractFeatureEntity<?> featureOfInterest) |
ObservationEntity<T> |
ObservationEntity.setValidTimeEnd(Date validTimeEnd) |
ObservationEntity<T> |
ObservationEntity.setValidTimeStart(Date validTimeStart) |
ObservationEntity<T> |
ObservationEntity.setValue(T value) |
| Modifier and Type | Method and Description |
|---|---|
Set<ObservationEntity<?>> |
StaFeatureEntity.getObservations() |
| Modifier and Type | Method and Description |
|---|---|
int |
ObservationEntity.compareTo(ObservationEntity<T> other) |
| Modifier and Type | Method and Description |
|---|---|
StaFeatureEntity<T> |
StaFeatureEntity.setObservations(Set<ObservationEntity<?>> observations) |
Copyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.