Uses of Class
uk.ac.rdg.resc.edal.util.Array2D
-
Packages that use Array2D Package Description uk.ac.rdg.resc.edal.dataset Code for reading data from underlying storage (e.g. disk, databases or remote locations).uk.ac.rdg.resc.edal.dataset.plugins Package containing classes pertinent to plugins to generate derived variablesuk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.graphics.style Definitions of the style-system, as well as implementations of various style typesuk.ac.rdg.resc.edal.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classesuk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.grid.cdm uk.ac.rdg.resc.edal.util uk.ac.rdg.resc.edal.util.cdm -
-
Uses of Array2D in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return Array2D Modifier and Type Method Description protected abstract Array2D<Number>
DiscreteLayeredDataset. extractHorizontalData(VM metadata, int tIndex, int zIndex, HorizontalGrid targetGrid, DS dataSource)
Extracts data corresponding to aHorizontalGrid
protected Array2D<Number>
GriddedDataset. extractHorizontalData(GridVariableMetadata metadata, int tIndex, int zIndex, HorizontalGrid targetGrid, GridDataSource dataSource)
protected Array2D<Number>
HorizontalMesh4dDataset. extractHorizontalData(HorizontalMesh4dVariableMetadata metadata, int tIndex, int zIndex, HorizontalGrid targetGrid, HZTDataSource dataSource)
abstract Array2D<Number>
DataReadingStrategy. readMapData(GridDataSource dataSource, String varId, int tIndex, int zIndex, Domain2DMapper domainMapper)
protected Array2D<Number>
DiscreteLayeredDataset. readUnderlyingHorizontalData(String varId, MapDomain domain, DS dataSource)
protected abstract Array2D<Number>
HorizontallyDiscreteDataset. readUnderlyingHorizontalData(String varId, MapDomain domain, DS dataSource)
Reads horizontal data for a non-derived variable -
Uses of Array2D in uk.ac.rdg.resc.edal.dataset.plugins
Methods in uk.ac.rdg.resc.edal.dataset.plugins that return Array2D Modifier and Type Method Description Array2D<Number>
VariablePlugin. generateArray2D(String varId, Array2D<HorizontalPosition> positions, Array2D<Number>... sourceArrays)
Convenience method for generating anArray2D
from sourceMethods in uk.ac.rdg.resc.edal.dataset.plugins with parameters of type Array2D Modifier and Type Method Description Array2D<Number>
VariablePlugin. generateArray2D(String varId, Array2D<HorizontalPosition> positions, Array2D<Number>... sourceArrays)
Convenience method for generating anArray2D
from source -
Uses of Array2D in uk.ac.rdg.resc.edal.domain
Methods in uk.ac.rdg.resc.edal.domain that return Array2D Modifier and Type Method Description Array2D<GridCell2D>
MapDomain. getDomainObjects()
-
Uses of Array2D in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return Array2D Modifier and Type Method Description Array2D<Number>
MapFeature. getValues(String paramId)
-
Uses of Array2D in uk.ac.rdg.resc.edal.graphics.style
Methods in uk.ac.rdg.resc.edal.graphics.style that return Array2D Modifier and Type Method Description Array2D<Number>
GriddedImageLayer.MapFeatureDataReader. getDataForLayerName(String layerId)
Array2D<HorizontalPosition>
GriddedImageLayer.MapFeatureDataReader. getMapDomainObjects(String layerId)
Methods in uk.ac.rdg.resc.edal.graphics.style with parameters of type Array2D Modifier and Type Method Description protected void
SizedArrowLayer. drawArrows(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader, Array2D<Number> directions, Array2D<Number> sizeData, Array2D<Number> colourData)
-
Uses of Array2D in uk.ac.rdg.resc.edal.graphics.utils
Subclasses of Array2D in uk.ac.rdg.resc.edal.graphics.utils Modifier and Type Class Description protected class
LegendDataGenerator.XYNan
-
Uses of Array2D in uk.ac.rdg.resc.edal.grid
Methods in uk.ac.rdg.resc.edal.grid that return Array2D Modifier and Type Method Description Array2D<GridCell2D>
AbstractCurvilinearGrid. getDomainObjects()
Array2D<GridCell2D>
DefinedStaggeredGrid. getDomainObjects()
Array2D<GridCell2D>
DerivedStaggeredGrid. getDomainObjects()
Array2D<GridCell2D>
HorizontalGrid. getDomainObjects()
Array2D<GridCell2D>
RectilinearGridImpl. getDomainObjects()
Methods in uk.ac.rdg.resc.edal.grid with parameters of type Array2D Modifier and Type Method Description static LookUpTableGrid
LookUpTableGrid. generate(Array2D<Number> lonVals, Array2D<Number> latVals)
The passed-in coordSys must have 2D horizontal coordinate axes. -
Uses of Array2D in uk.ac.rdg.resc.edal.grid.cdm
Methods in uk.ac.rdg.resc.edal.grid.cdm that return Array2D Modifier and Type Method Description Array2D<GridCell2D>
CdmTransformedGrid. getDomainObjects()
-
Uses of Array2D in uk.ac.rdg.resc.edal.util
Subclasses of Array2D in uk.ac.rdg.resc.edal.util Modifier and Type Class Description class
ValuesArray2D
Constructors in uk.ac.rdg.resc.edal.util with parameters of type Array2D Constructor Description CurvilinearCoords(Array2D<Number> lonVals, Array2D<Number> latVals)
-
Uses of Array2D in uk.ac.rdg.resc.edal.util.cdm
Methods in uk.ac.rdg.resc.edal.util.cdm that return Array2D Modifier and Type Method Description static Array2D<Number>
CdmUtils. get2DCoordinateValues(ucar.nc2.dataset.CoordinateAxis2D axis)
-