Uses of Class
org.n52.shetland.ogc.om.AbstractPhenomenon
-
Packages that use AbstractPhenomenon Package Description org.n52.shetland.ogc.om org.n52.shetland.ogc.sos org.n52.shetland.ogc.sos.request -
-
Uses of AbstractPhenomenon in org.n52.shetland.ogc.om
Subclasses of AbstractPhenomenon in org.n52.shetland.ogc.om Modifier and Type Class Description classOmCompositePhenomenonclassOmObservablePropertyclass represents a phenomenon of an observationMethods in org.n52.shetland.ogc.om that return AbstractPhenomenon Modifier and Type Method Description AbstractPhenomenonOmObservationConstellation. getObservableProperty()Get observablePropertyMethods in org.n52.shetland.ogc.om with parameters of type AbstractPhenomenon Modifier and Type Method Description intAbstractPhenomenon. compareTo(AbstractPhenomenon o)OmObservationConstellationOmObservationConstellation. setObservableProperty(AbstractPhenomenon observableProperty)Set observablePropertyConstructors in org.n52.shetland.ogc.om with parameters of type AbstractPhenomenon Constructor Description OmObservationConstellation(AbstractFeature procedure, AbstractPhenomenon observableProperty, Set<String> offerings, AbstractFeature featureOfInterest, String observationType)constructorOmObservationConstellation(AbstractFeature procedure, AbstractPhenomenon observableProperty, AbstractFeature featureOfInterest)constructorOmObservationConstellation(AbstractFeature procedure, AbstractPhenomenon observableProperty, AbstractFeature featureOfInterest, String observationType)constructorOmObservationConstellation(AbstractFeature procedure, AbstractPhenomenon observableProperty, AbstractFeature featureOfInterest, Collection<String> offerings)constructor -
Uses of AbstractPhenomenon in org.n52.shetland.ogc.sos
Methods in org.n52.shetland.ogc.sos that return AbstractPhenomenon Modifier and Type Method Description AbstractPhenomenonSosProcedureDescription. getPhenomenonFor(String identifer)Methods in org.n52.shetland.ogc.sos that return types with arguments of type AbstractPhenomenon Modifier and Type Method Description Map<String,AbstractPhenomenon>SosProcedureDescription. getPhenomenon()Methods in org.n52.shetland.ogc.sos with parameters of type AbstractPhenomenon Modifier and Type Method Description SosProcedureDescription<T>SosProcedureDescription. addPhenomenon(AbstractPhenomenon phenomenon)Method parameters in org.n52.shetland.ogc.sos with type arguments of type AbstractPhenomenon Modifier and Type Method Description SosProcedureDescription<T>SosProcedureDescription. addPhenomenon(Map<String,AbstractPhenomenon> phenomenons)SosProcedureDescription<T>SosProcedureDescription. setPhenomenon(Map<String,AbstractPhenomenon> phenomenons) -
Uses of AbstractPhenomenon in org.n52.shetland.ogc.sos.request
Methods in org.n52.shetland.ogc.sos.request that return types with arguments of type AbstractPhenomenon Modifier and Type Method Description Collection<AbstractPhenomenon>SosRegisterSensorRequest. getObservableProperties()Get observablePropertiesMethod parameters in org.n52.shetland.ogc.sos.request with type arguments of type AbstractPhenomenon Modifier and Type Method Description voidSosRegisterSensorRequest. setObservableProperties(Collection<AbstractPhenomenon> observableProperties)Set observablePropertiesConstructor parameters in org.n52.shetland.ogc.sos.request with type arguments of type AbstractPhenomenon Constructor Description SosRegisterSensorRequest(Collection<AbstractPhenomenon> observableProperties, String sensorDescription, Collection<AbstractFeature> featuresOfInterest)constructor
-