Uses of Class
org.n52.shetland.ogc.om.OmObservationContext
-
Packages that use OmObservationContext Package Description org.n52.shetland.ogc.om -
-
Uses of OmObservationContext in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om that return types with arguments of type OmObservationContext Modifier and Type Method Description Set<OmObservationContext>OmObservation. getRelatedObservations()Get related observationsMethods in org.n52.shetland.ogc.om with parameters of type OmObservationContext Modifier and Type Method Description OmObservationOmObservation. addRelatedObservation(OmObservationContext relatedObservation)Add a related observationMethod parameters in org.n52.shetland.ogc.om with type arguments of type OmObservationContext Modifier and Type Method Description OmObservationOmObservation. addRelatedObservations(Collection<OmObservationContext> relatedObservations)Add related observationsOmObservationOmObservation. setRelatedObservations(Collection<OmObservationContext> relatedObservations)Set related observations
-