| Package | Description |
|---|---|
| org.n52.series.db.beans |
| 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.getOmObservationType() |
FormatEntity |
FormatEntity.setFormat(java.lang.String format) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<FormatEntity> |
OfferingEntity.getFeatureTypes() |
java.util.Set<FormatEntity> |
HibernateRelations.HasFeatureTypes.getFeatureTypes() |
java.util.Set<FormatEntity> |
OfferingEntity.getObservationTypes() |
java.util.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.setOmObservationType(FormatEntity omObservationType) |
| Modifier and Type | Method and Description |
|---|---|
OfferingEntity |
OfferingEntity.setFeatureTypes(java.util.Set<FormatEntity> featureTypes) |
T |
HibernateRelations.HasFeatureTypes.setFeatureTypes(java.util.Set<FormatEntity> featureOfInterestTypes) |
OfferingEntity |
OfferingEntity.setObservationTypes(java.util.Set<FormatEntity> observationTypes) |
T |
HibernateRelations.HasObservationTypes.setObservationTypes(java.util.Set<FormatEntity> observationTypes) |
Copyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.