Uses of Class
org.n52.shetland.ogc.om.NamedValue
-
Packages that use NamedValue Package Description org.n52.shetland.ogc.om org.n52.shetland.ogc.om.features.samplingFeatures org.n52.shetland.ogc.om.series org.n52.shetland.ogc.om.values org.n52.shetland.ogc.sos.gda -
-
Uses of NamedValue in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om that return NamedValue Modifier and Type Method Description NamedValue<String>OmObservation. getCategoryParameter()Get category parameterNamedValue<String>OmObservationConstellation. getCategoryParameter()Get category parameterNamedValue<BigDecimal>OmObservation. getDepthParameter()Get depth parameterNamedValue<BigDecimal>ParameterHolder. getDepthParameter()Get depth parameterNamedValue<BigDecimal>ParameterHolder. getFromParameter()NamedValue<BigDecimal>OmObservation. getHeightDepthParameter()NamedValue<BigDecimal>ParameterHolder. getHeightDepthParameter()NamedValue<BigDecimal>OmObservation. getHeightParameter()Get height parameterNamedValue<BigDecimal>ParameterHolder. getHeightParameter()Get height parameterNamedValue<org.locationtech.jts.geom.Geometry>OmObservation. getSpatialFilteringProfileParameter()Get spatial filtering profile parameterNamedValue<org.locationtech.jts.geom.Geometry>ParameterHolder. getSpatialFilteringProfileParameter()Get spatial filtering profile parameterNamedValue<BigDecimal>ParameterHolder. getToParameter()Methods in org.n52.shetland.ogc.om that return types with arguments of type NamedValue Modifier and Type Method Description Collection<NamedValue<?>>OmObservation. getParameter()Get parameterSortedSet<NamedValue<?>>ParameterHolder. getParameter()Methods in org.n52.shetland.ogc.om with parameters of type NamedValue Modifier and Type Method Description OmObservationOmObservation. addCategoryParameter(NamedValue<String> categoryParameter)OmObservationConstellationOmObservationConstellation. addCategoryParameter(NamedValue<String> categoryParameter)voidOmObservation. addParameter(NamedValue<?> namedValue)Add parameterParameterHolderParameterHolder. addParameter(NamedValue<?> parameter)intNamedValue. compareTo(NamedValue<T> o)voidOmObservation. removeParameter(NamedValue<?> parameter)Remove parameter from listbooleanParameterHolder. removeParameter(NamedValue<?> parameter)Method parameters in org.n52.shetland.ogc.om with type arguments of type NamedValue Modifier and Type Method Description ParameterHolderParameterHolder. addParameter(Collection<NamedValue<?>> parameter)voidOmObservation. setParameter(Collection<NamedValue<?>> parameter)Set parametervoidOmObservationConstellation. setParameter(Collection<NamedValue<?>> parameter)ParameterHolderParameterHolder. setParameter(Collection<NamedValue<?>> parameter) -
Uses of NamedValue in org.n52.shetland.ogc.om.features.samplingFeatures
Methods in org.n52.shetland.ogc.om.features.samplingFeatures that return types with arguments of type NamedValue Modifier and Type Method Description List<NamedValue<?>>AbstractSamplingFeature. getParameters()Get parametersMethods in org.n52.shetland.ogc.om.features.samplingFeatures with parameters of type NamedValue Modifier and Type Method Description voidAbstractSamplingFeature. addParameter(NamedValue<?> namedValue)Add parameterMethod parameters in org.n52.shetland.ogc.om.features.samplingFeatures with type arguments of type NamedValue Modifier and Type Method Description voidAbstractSamplingFeature. setParameters(Collection<NamedValue<?>> parameters)Add parameters -
Uses of NamedValue in org.n52.shetland.ogc.om.series
Methods in org.n52.shetland.ogc.om.series that return types with arguments of type NamedValue Modifier and Type Method Description List<NamedValue<?>>AbstractObservationProcess. getParameters()Methods in org.n52.shetland.ogc.om.series with parameters of type NamedValue Modifier and Type Method Description AbstractObservationProcessAbstractObservationProcess. addParameter(NamedValue<?> parameter)Method parameters in org.n52.shetland.ogc.om.series with type arguments of type NamedValue Modifier and Type Method Description AbstractObservationProcessAbstractObservationProcess. setParameters(Collection<NamedValue<?>> parameters) -
Uses of NamedValue in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return types with arguments of type NamedValue Modifier and Type Method Description Collection<NamedValue<?>>ProfileValue. getLevelFromToAsParameter()Collection<NamedValue<?>>ProfileLevel. getLevelStartEndAsParameter() -
Uses of NamedValue in org.n52.shetland.ogc.sos.gda
Methods in org.n52.shetland.ogc.sos.gda that return types with arguments of type NamedValue Modifier and Type Method Description Map<String,NamedValue<?>>GetDataAvailabilityResponse.DataAvailability. getMetadata()Methods in org.n52.shetland.ogc.sos.gda with parameters of type NamedValue Modifier and Type Method Description voidGetDataAvailabilityResponse.DataAvailability. addMetadata(String key, NamedValue<?> metadata)Method parameters in org.n52.shetland.ogc.sos.gda with type arguments of type NamedValue Modifier and Type Method Description voidGetDataAvailabilityResponse.DataAvailability. setMetadata(Map<String,NamedValue<?>> metadata)
-