Uses of Class
uk.ac.rdg.resc.edal.domain.MapDomain
-
Packages that use MapDomain 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.feature uk.ac.rdg.resc.edal.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classes -
-
Uses of MapDomain in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset with parameters of type MapDomain Modifier and Type Method Description List<MapFeature>
HorizontallyDiscreteDataset. extractMapFeatures(Set<String> varIds, MapDomain domain)
ExtractsMapFeature
s ready to be plotted on a mapprotected 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 MapDomain in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return MapDomain Modifier and Type Method Description MapDomain
MapFeature. getDomain()
Constructors in uk.ac.rdg.resc.edal.feature with parameters of type MapDomain Constructor Description MapFeature(String id, String name, String description, MapDomain domain, Map<String,Parameter> parameters, Map<String,Array2D<Number>> valuesMap)
-
Uses of MapDomain in uk.ac.rdg.resc.edal.graphics.utils
Fields in uk.ac.rdg.resc.edal.graphics.utils declared as MapDomain Modifier and Type Field Description protected MapDomain
LegendDataGenerator. domain
-