Uses of Class
uk.ac.rdg.resc.edal.graphics.utils.PlottingDomainParams
-
Packages that use PlottingDomainParams Package Description uk.ac.rdg.resc.edal.catalogue 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.wms Classes in this package are used to create a WMS servlet -
-
Uses of PlottingDomainParams in uk.ac.rdg.resc.edal.catalogue
Methods in uk.ac.rdg.resc.edal.catalogue with parameters of type PlottingDomainParams Modifier and Type Method Description FeatureCatalogue.FeaturesAndMemberName
DataCatalogue. getFeaturesForLayer(String layerName, PlottingDomainParams params)
-
Uses of PlottingDomainParams in uk.ac.rdg.resc.edal.graphics.style
Methods in uk.ac.rdg.resc.edal.graphics.style with parameters of type PlottingDomainParams Modifier and Type Method Description abstract BufferedImage
Drawable. drawImage(PlottingDomainParams params, FeatureCatalogue featureCatalogue)
BufferedImage
ImageLayer. drawImage(PlottingDomainParams params, FeatureCatalogue catalogue)
BufferedImage
MapImage. drawImage(PlottingDomainParams params, FeatureCatalogue catalogue)
protected void
ColouredGlyphLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)
protected void
ColouredTrajectoryLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)
protected void
GriddedImageLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)
protected abstract void
ImageLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)
Draw the data into a suppliedBufferedImage
Constructors in uk.ac.rdg.resc.edal.graphics.style with parameters of type PlottingDomainParams Constructor Description MapFeatureDataReader(PlottingDomainParams params, FeatureCatalogue catalogue)
-
Uses of PlottingDomainParams in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that return PlottingDomainParams Modifier and Type Method Description PlottingDomainParams
LegendDataGenerator. getPlottingDomainParams()
static PlottingDomainParams
PlottingDomainParams. paramsForGriddedDataset(int width, int height, BoundingBox bbox, Double targetZ, org.joda.time.DateTime targetT)
Methods in uk.ac.rdg.resc.edal.graphics.utils with parameters of type PlottingDomainParams Modifier and Type Method Description static Collection<? extends DiscreteFeature<?,?>>
GraphicsUtils. extractGeneralMapFeatures(Dataset dataset, String varId, PlottingDomainParams params)
Convenience method to extract map features for a single variable in a generic dataset.FeatureCatalogue.FeaturesAndMemberName
FeatureCatalogue. getFeaturesForLayer(String layerName, PlottingDomainParams params)
Given a singleString
identifier and a set ofPlottingDomainParams
, returns aCollection
ofDiscreteFeature
sFeatureCatalogue.FeaturesAndMemberName
SimpleFeatureCatalogue. getFeaturesForLayer(String id, PlottingDomainParams params)
protected List<? extends DiscreteFeature<?,?>>
SimpleFeatureCatalogue. getMapFeature(PlottingDomainParams params, String varId, boolean cache)
-
Uses of PlottingDomainParams in uk.ac.rdg.resc.edal.wms
Fields in uk.ac.rdg.resc.edal.wms declared as PlottingDomainParams Modifier and Type Field Description protected PlottingDomainParams
GetMapParameters. plottingDomainParams
Methods in uk.ac.rdg.resc.edal.wms that return PlottingDomainParams Modifier and Type Method Description PlottingDomainParams
GetMapParameters. getPlottingDomainParameters()
Methods in uk.ac.rdg.resc.edal.wms with parameters of type PlottingDomainParams Modifier and Type Method Description protected FeatureInfoPoint
WmsServlet. getFeatureInfoValuesFromFeature(DiscreteFeature<?,?> feature, String variableId, PlottingDomainParams plottingParameters, String layerName, String featureName, VariableMetadata metadata)
Extracts the target value from a feature
-