Uses of Class
uk.ac.rdg.resc.edal.dataset.HorizontallyDiscreteDataset.PointSeriesLocation
-
Packages that use HorizontallyDiscreteDataset.PointSeriesLocation Package Description uk.ac.rdg.resc.edal.dataset Code for reading data from underlying storage (e.g. disk, databases or remote locations). -
-
Uses of HorizontallyDiscreteDataset.PointSeriesLocation in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type HorizontallyDiscreteDataset.PointSeriesLocation Modifier and Type Method Description protected Map<HorizontallyDiscreteDataset.PointSeriesLocation,Array1D<Number>>
DiscreteLayeredDataset. readUnderlyingTemporalData(String varId, TimeAxis tAxis, BoundingBox bbox, Double targetZ, Extent<Double> zExtent, DS dataSource)
protected abstract Map<HorizontallyDiscreteDataset.PointSeriesLocation,Array1D<Number>>
HorizontallyDiscreteDataset. readUnderlyingTemporalData(String varId, TimeAxis tAxis, BoundingBox bbox, Double targetZ, Extent<Double> zExtent, DS dataSource)
Reads timeseries data for a given non-derived variable
-