| Package | Description |
|---|---|
| org.n52.series.db.beans | |
| org.n52.series.db.beans.dataset |
| Modifier and Type | Method and Description |
|---|---|
FormatEntity |
HibernateRelations.HasFeatureType.getFeatureType() |
FormatEntity |
AbstractFeatureEntity.getFeatureType() |
FormatEntity |
ProcedureHistoryEntity.getFormat() |
FormatEntity |
ProcedureEntity.getFormat() |
FormatEntity |
HibernateRelations.HasProcedureDescriptionFormat.getFormat() |
FormatEntity |
HibernateRelations.HasObservationType.getObservationType() |
FormatEntity |
DatasetEntity.getObservationType() |
FormatEntity |
FormatEntity.setFormat(String format) |
| Modifier and Type | Method and Description |
|---|---|
Set<FormatEntity> |
OfferingEntity.getFeatureTypes() |
Set<FormatEntity> |
HibernateRelations.HasFeatureTypes.getFeatureTypes() |
Set<FormatEntity> |
OfferingEntity.getObservationTypes() |
Set<FormatEntity> |
HibernateRelations.HasObservationTypes.getObservationTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateRelations.HasFeatureType.setFeatureType(FormatEntity featureOfInterestType) |
AbstractFeatureEntity<E> |
AbstractFeatureEntity.setFeatureType(FormatEntity featureType) |
ProcedureHistoryEntity |
ProcedureHistoryEntity.setFormat(FormatEntity format) |
ProcedureEntity |
ProcedureEntity.setFormat(FormatEntity format) |
T |
HibernateRelations.HasProcedureDescriptionFormat.setFormat(FormatEntity procedureDescriptionFormat) |
T |
HibernateRelations.HasObservationType.setObservationType(FormatEntity observationType) |
DatasetEntity |
DatasetEntity.setObservationType(FormatEntity observationType) |
| Modifier and Type | Method and Description |
|---|---|
OfferingEntity |
OfferingEntity.setFeatureTypes(Set<FormatEntity> featureTypes) |
T |
HibernateRelations.HasFeatureTypes.setFeatureTypes(Set<FormatEntity> featureOfInterestTypes) |
OfferingEntity |
OfferingEntity.setObservationTypes(Set<FormatEntity> observationTypes) |
T |
HibernateRelations.HasObservationTypes.setObservationTypes(Set<FormatEntity> observationTypes) |
| Modifier and Type | Method and Description |
|---|---|
FormatEntity |
Dataset.getObservationType() |
| Modifier and Type | Method and Description |
|---|---|
DatasetEntity |
Dataset.setObservationType(FormatEntity observationType) |
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.