Uses of Interface
org.n52.shetland.ogc.om.values.Value
-
Packages that use Value Package Description org.n52.shetland.ogc.om org.n52.shetland.ogc.om.values org.n52.shetland.util -
-
Uses of Value in org.n52.shetland.ogc.om
Classes in org.n52.shetland.ogc.om with type parameters of type Value Modifier and Type Class Description classAbstractObservationValue<T extends Value<?>>interfaceObservationValue<T extends Value<?>>Interface for observation values.Methods in org.n52.shetland.ogc.om that return Value Modifier and Type Method Description Value<T>NamedValue. getValue()Get valueValue<?>PointValuePair. getValue()Get point value pair valueValue<T>SingleObservationValue. getValue()Value<ObservationStream>StreamingValue. getValue()Value<?>TimeValuePair. getValue()Get time value pair valueMethods in org.n52.shetland.ogc.om that return types with arguments of type Value Modifier and Type Method Description <T> Optional<Value<T>>ParameterHolder. getParameter(String name)Methods in org.n52.shetland.ogc.om with parameters of type Value Modifier and Type Method Description voidNamedValue. setValue(Value<T> value)Set valuevoidPointValuePair. setValue(Value<?> value)Set point value pair valuevoidSingleObservationValue. setValue(Value<T> value)voidStreamingValue. setValue(Value<ObservationStream> value)voidTimeValuePair. setValue(Value<?> value)Set time value pair valueConstructors in org.n52.shetland.ogc.om with parameters of type Value Constructor Description NamedValue(ReferenceType name, Value<T> value)NamedValue(Value<T> value)PointValuePair(org.locationtech.jts.geom.Point point, Value<?> value)ConstructorSingleObservationValue(Time phenomenonTime, Value<T> value)constructorSingleObservationValue(Time phenomenonTime, Value<T> value, Set<OmResultQuality> qualityList)constructorSingleObservationValue(Value<T> value)constructorTimeLocationValueTriple(Time time, Value<?> value, org.locationtech.jts.geom.Geometry location)TimeValuePair(Time time, Value<?> value)Constructor -
Uses of Value in org.n52.shetland.ogc.om.values
Subinterfaces of Value in org.n52.shetland.ogc.om.values Modifier and Type Interface Description interfaceComparableValue<T,C extends ComparableValue<T,C>>interfaceDiscreteCoverage<T>Interface for discrete coveragesinterfaceMultiValue<T>Interface for observation values with more than one valueinterfaceXmlValue<T>Classes in org.n52.shetland.ogc.om.values that implement Value Modifier and Type Class Description classBooleanValueBoolean measurement representation for observationclassCategoryValueCategory measurement representation for observationclassComplexValueclassCountValueCount measurement representation for observationclassCvDiscretePointCoverageClass that represents a CV_DiscretePointCoverageclassGeometryValueGeometry measurement representation for observationclassHrefAttributeValueclassMultiPointCoverageClass that represents a multi point coverageclassNilTemplateValueNil template value for observationclassProfileValueRepresents the GroundWaterML 2.0 GW_GeologyLogCoverageclassQuantityRangeValueclassQuantityValueQuantity measurement representation for observationclassRectifiedGridCoverageClass that represents a rectified grid coverageclassReferenceValueclassSweDataArrayValueMulti value representing a SweDataArray for observationsclassTextValueText measurement representation for observationclassTimeRangeValueTODO JavaDocclassTimeValueclassTLVTValueMultiValuerepresenting a time location value triple for observationsclassTrajectoryValueclassTVPValueMulti value representing a time value pairs for observationsclassUnknownValueUnknown value for observation if type is unknownMethods in org.n52.shetland.ogc.om.values that return Value Modifier and Type Method Description Value<?>AbstractPofileTrajectoryElement. getSimpleValue()Value<List<TrajectoryElement>>TrajectoryValue. setUnit(UoM unit)Value<T>Value. setUnit(UoM unit)Set the unit of measure objectValue<T>Value. setValue(T value)Set the measurment valueMethods in org.n52.shetland.ogc.om.values that return types with arguments of type Value Modifier and Type Method Description Collection<Value<?>>DiscreteCoverage. getRangeSet()List<Value<?>>MultiPointCoverage. getRangeSet()Collection<Value<?>>RectifiedGridCoverage. getRangeSet()List<Value<?>>AbstractPofileTrajectoryElement. getValue()SortedMap<ComparableValue<?,?>,Value<?>>RectifiedGridCoverage. getValue()List<Value<?>>MultiPointCoverage.PointValueLists. getValues()Methods in org.n52.shetland.ogc.om.values with parameters of type Value Modifier and Type Method Description TAbstractPofileTrajectoryElement. addValue(Value<?> value)voidRectifiedGridCoverage. addValue(Double from, Double to, Value<?> value)voidRectifiedGridCoverage. addValue(Double key, Value<?> value)voidRectifiedGridCoverage. addValue(BigDecimal from, BigDecimal to, Value<?> value)voidRectifiedGridCoverage. addValue(ComparableValue<?,?> key, Value<?> value)Method parameters in org.n52.shetland.ogc.om.values with type arguments of type Value Modifier and Type Method Description voidRectifiedGridCoverage. addValue(SortedMap<ComparableValue<?,?>,Value<?>> value)TAbstractPofileTrajectoryElement. setValue(List<Value<?>> value)RectifiedGridCoverageRectifiedGridCoverage. setValue(SortedMap<ComparableValue<?,?>,Value<?>> value)Constructor parameters in org.n52.shetland.ogc.om.values with type arguments of type Value Constructor Description AbstractPofileTrajectoryElement(List<Value<?>> value)AbstractPofileTrajectoryElement(Time phenomenonTime, org.locationtech.jts.geom.Geometry location, List<Value<?>> values)ProfileLevel(QuantityValue levelStart, QuantityValue levelEnd, List<Value<?>> value)constructorTrajectoryElement(Time phenomenonTime, org.locationtech.jts.geom.Geometry location, List<Value<?>> values) -
Uses of Value in org.n52.shetland.util
Methods in org.n52.shetland.util with parameters of type Value Modifier and Type Method Description static StringOMHelper. getObservationTypeFor(Value<?> value)
-