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 voidOmObservation. 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 voidOmObservation. addRelatedObservations(Set<OmObservationContext> relatedObservations)Add related observationsvoidOmObservation. setRelatedObservations(Set<OmObservationContext> relatedObservations)Set related observations
-