Uses of Class
uk.ac.rdg.resc.edal.dataset.HorizontallyDiscreteDataset.ProfileLocation
-
Packages that use HorizontallyDiscreteDataset.ProfileLocation 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.ProfileLocation in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type HorizontallyDiscreteDataset.ProfileLocation Modifier and Type Method Description protected Map<HorizontallyDiscreteDataset.ProfileLocation,Array1D<Number>>
DiscreteLayeredDataset. readUnderlyingVerticalData(String varId, VerticalAxis zAxis, BoundingBox bbox, org.joda.time.DateTime targetT, Extent<org.joda.time.DateTime> tExtent, DS dataSource)
protected abstract Map<HorizontallyDiscreteDataset.ProfileLocation,Array1D<Number>>
HorizontallyDiscreteDataset. readUnderlyingVerticalData(String varId, VerticalAxis zAxis, BoundingBox bbox, org.joda.time.DateTime targetT, Extent<org.joda.time.DateTime> tExtent, DS dataSource)
Reads profile data for a given non-derived variable
-