Uses of Class
org.n52.shetland.ogc.om.values.MultiPointCoverage
-
Packages that use MultiPointCoverage Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.om.values.visitor -
-
Uses of MultiPointCoverage in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return MultiPointCoverage Modifier and Type Method Description MultiPointCoverageMultiPointCoverage. addValue(PointValuePair value)Add time value pair valueMultiPointCoverageMultiPointCoverage. addValues(Collection<PointValuePair> values)Add time value pair valuesMultiPointCoverageMultiPointCoverage. setUnit(UoM unit)MultiPointCoverageMultiPointCoverage. setValue(List<PointValuePair> value) -
Uses of MultiPointCoverage in org.n52.shetland.ogc.om.values.visitor
Methods in org.n52.shetland.ogc.om.values.visitor with parameters of type MultiPointCoverage Modifier and Type Method Description TValueVisitor. visit(MultiPointCoverage value)
-