Uses of Class
org.n52.shetland.ogc.om.PointValuePair
-
Packages that use PointValuePair Package Description org.n52.shetland.ogc.om org.n52.shetland.ogc.om.values -
-
Uses of PointValuePair in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om with parameters of type PointValuePair Modifier and Type Method Description intPointValuePair. compareTo(PointValuePair o) -
Uses of PointValuePair in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return PointValuePair Modifier and Type Method Description PointValuePairCvDiscretePointCoverage. getValue()Methods in org.n52.shetland.ogc.om.values that return types with arguments of type PointValuePair Modifier and Type Method Description List<PointValuePair>MultiPointCoverage. getValue()Methods in org.n52.shetland.ogc.om.values with parameters of type PointValuePair Modifier and Type Method Description MultiPointCoverageMultiPointCoverage. addValue(PointValuePair value)Add time value pair valueCvDiscretePointCoverageCvDiscretePointCoverage. setValue(PointValuePair value)Method parameters in org.n52.shetland.ogc.om.values with type arguments of type PointValuePair Modifier and Type Method Description MultiPointCoverageMultiPointCoverage. addValues(Collection<PointValuePair> values)Add time value pair valuesMultiPointCoverageMultiPointCoverage. setValue(List<PointValuePair> value)Constructor parameters in org.n52.shetland.ogc.om.values with type arguments of type PointValuePair Constructor Description PointValueLists(List<PointValuePair> pointValuePairs)
-