| Package | Description |
|---|---|
| org.n52.series.db | |
| org.n52.series.db.beans | |
| org.n52.series.db.da | |
| org.n52.series.db.dao |
| Modifier and Type | Method and Description |
|---|---|
<S extends DatasetEntity,E extends DataEntity<T>,V extends org.n52.io.response.dataset.AbstractValue<?>,T> |
DataRepositoryTypeFactory.create(java.lang.String valueType,
java.lang.Class<S> entityType) |
<S extends DatasetEntity,E extends DataEntity<T>,V extends org.n52.io.response.dataset.AbstractValue<?>,T> |
AnnotationBasedDataRepositoryFactory.create(java.lang.String type,
java.lang.Class<S> entityType) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryDataEntity |
class |
CountDataEntity |
class |
ObservationEntity
Deprecated.
use
QuantityDataEntity instead. |
class |
ProfileDataEntity |
class |
QuantityDataEntity
TODO: JavaDoc
|
class |
RecordDataEntity |
class |
TextDataEntity |
| Modifier and Type | Method and Description |
|---|---|
DataEntity<?> |
QuantityDatasetEntity.getFirstValue() |
DataEntity<?> |
DatasetEntity.getFirstValue()
Deprecated.
since 2.0.0, use
DatasetEntity.getFirstValueAt() |
DataEntity<?> |
QuantityDatasetEntity.getLastValue() |
DataEntity<?> |
DatasetEntity.getLastValue()
Deprecated.
since 2.0.0, use
DatasetEntity.getLastValueAt() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataEntity<?>> |
DatasetEntity.getObservations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceEntity.isNoDataValue(DataEntity<?> observation) |
void |
DatasetEntity.setFirstValue(DataEntity<?> firstValue)
Deprecated.
since 2.0.0, use
DatasetEntity.setFirstValueAt(Date) |
void |
DatasetEntity.setLastValue(DataEntity<?> lastValue)
Deprecated.
since 2.0.0, use
DatasetEntity.setLastValueAt(Date) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetEntity.setObservations(java.util.List<DataEntity<?>> observations) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataRepository<S extends DatasetEntity,E extends DataEntity<T>,V extends org.n52.io.response.dataset.AbstractValue<?>,T> |
interface |
DataRepository<S extends DatasetEntity,E extends DataEntity<T>,V extends org.n52.io.response.dataset.AbstractValue<?>,T> |
| Modifier and Type | Method and Description |
|---|---|
protected <E extends DataEntity<V>> |
ProfileDataRepository.assembleDataItem(E dataEntity,
org.n52.io.response.dataset.profile.ProfileValue<V> profile,
java.util.Map<java.lang.String,java.lang.Object> parameterObject) |
protected <E extends DataEntity<V>> |
ProfileDataRepository.assembleDataItem(E dataEntity,
org.n52.io.response.dataset.profile.ProfileValue<V> profile,
java.util.Set<java.util.Map<java.lang.String,java.lang.Object>> parameters,
ProfileDatasetEntity dataset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDataRepository.addGeometry(DataEntity<?> dataEntity,
org.n52.io.response.dataset.AbstractValue<?> value,
DbQuery query) |
protected void |
AbstractDataRepository.addParameters(DataEntity<?> observation,
org.n52.io.response.dataset.AbstractValue<?> value,
DbQuery query) |
protected void |
AbstractDataRepository.addResultTime(DataEntity<?> observation,
org.n52.io.response.dataset.AbstractValue<?> value) |
protected void |
AbstractDataRepository.addValidTime(DataEntity<?> observation,
org.n52.io.response.dataset.AbstractValue<?> value) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataDao<T extends DataEntity>
TODO: JavaDoc
|
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.