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.FeaturesAndMemberNameDataCatalogue. 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 BufferedImageDrawable. drawImage(PlottingDomainParams params, FeatureCatalogue featureCatalogue)BufferedImageImageLayer. drawImage(PlottingDomainParams params, FeatureCatalogue catalogue)BufferedImageMapImage. drawImage(PlottingDomainParams params, FeatureCatalogue catalogue)protected voidColouredGlyphLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)protected voidColouredTrajectoryLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)protected voidGriddedImageLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)protected abstract voidImageLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)Draw the data into a suppliedBufferedImageConstructors 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 PlottingDomainParamsLegendDataGenerator. getPlottingDomainParams()static PlottingDomainParamsPlottingDomainParams. 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.FeaturesAndMemberNameFeatureCatalogue. getFeaturesForLayer(String layerName, PlottingDomainParams params)Given a singleStringidentifier and a set ofPlottingDomainParams, returns aCollectionofDiscreteFeaturesFeatureCatalogue.FeaturesAndMemberNameSimpleFeatureCatalogue. 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 PlottingDomainParamsGetMapParameters. plottingDomainParamsMethods in uk.ac.rdg.resc.edal.wms that return PlottingDomainParams Modifier and Type Method Description PlottingDomainParamsGetMapParameters. getPlottingDomainParameters()Methods in uk.ac.rdg.resc.edal.wms with parameters of type PlottingDomainParams Modifier and Type Method Description protected FeatureInfoPointWmsServlet. getFeatureInfoValuesFromFeature(DiscreteFeature<?,?> feature, String variableId, PlottingDomainParams plottingParameters, String layerName, String featureName, VariableMetadata metadata)Extracts the target value from a feature
-