Uses of Interface
org.n52.shetland.ogc.om.values.ComparableValue
-
Packages that use ComparableValue Package Description org.n52.shetland.ogc.om.values -
-
Uses of ComparableValue in org.n52.shetland.ogc.om.values
Classes in org.n52.shetland.ogc.om.values with type parameters of type ComparableValue Modifier and Type Interface Description interfaceComparableValue<T,C extends ComparableValue<T,C>>Classes in org.n52.shetland.ogc.om.values that implement ComparableValue Modifier and Type Class Description classQuantityRangeValueclassQuantityValueQuantity measurement representation for observationMethods in org.n52.shetland.ogc.om.values that return types with arguments of type ComparableValue Modifier and Type Method Description List<ComparableValue<?,?>>RectifiedGridCoverage. getDomainSet()Get the domainSetSortedMap<ComparableValue<?,?>,Value<?>>RectifiedGridCoverage. getValue()Methods in org.n52.shetland.ogc.om.values with parameters of type ComparableValue Modifier and Type Method Description voidRectifiedGridCoverage. addValue(ComparableValue<?,?> key, Value<?> value)Method parameters in org.n52.shetland.ogc.om.values with type arguments of type ComparableValue Modifier and Type Method Description voidRectifiedGridCoverage. addValue(SortedMap<ComparableValue<?,?>,Value<?>> value)RectifiedGridCoverageRectifiedGridCoverage. setValue(SortedMap<ComparableValue<?,?>,Value<?>> value)
-