Uses of Class
uk.ac.rdg.resc.edal.exceptions.EdalException
-
Packages that use EdalException Package Description uk.ac.rdg.resc.edal.catalogue uk.ac.rdg.resc.edal.catalogue.jaxb 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.cdm Interface to datasets through the Unidata Common Data Model.uk.ac.rdg.resc.edal.dataset.plugins Package containing classes pertinent to plugins to generate derived variablesuk.ac.rdg.resc.edal.dataset.vtk uk.ac.rdg.resc.edal.examples uk.ac.rdg.resc.edal.exceptions This package contains EDAL-specific exceptions.uk.ac.rdg.resc.edal.graphics.exceptions uk.ac.rdg.resc.edal.graphics.formats Classes which write to particular graphics file formatsuk.ac.rdg.resc.edal.graphics.style Definitions of the style-system, as well as implementations of various style typesuk.ac.rdg.resc.edal.graphics.style.sld uk.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.util uk.ac.rdg.resc.edal.wms Classes in this package are used to create a WMS servletuk.ac.rdg.resc.edal.wms.exceptions This package contains exceptions specific to WMS -
-
Uses of EdalException in uk.ac.rdg.resc.edal.catalogue
Methods in uk.ac.rdg.resc.edal.catalogue that throw EdalException Modifier and Type Method Description FeatureCatalogue.FeaturesAndMemberName
DataCatalogue. getFeaturesForLayer(String layerName, PlottingDomainParams params)
-
Uses of EdalException in uk.ac.rdg.resc.edal.catalogue.jaxb
Methods in uk.ac.rdg.resc.edal.catalogue.jaxb that throw EdalException Modifier and Type Method Description void
DatasetConfig. createDataset(CatalogueConfig.DatasetStorage datasetStorage, boolean forceRefresh)
-
Uses of EdalException in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that throw EdalException Modifier and Type Method Description void
AbstractDataset. addVariablePlugin(VariablePlugin plugin)
void
Dataset. addVariablePlugin(VariablePlugin plugin)
Adds aVariablePlugin
to this dataset to generate derived variables from existing ones in theDataset
Dataset
DatasetFactory. createDataset(String id, String location)
Returns a Dataset object representing the data at the given location.abstract Dataset
DatasetFactory. createDataset(String id, String location, boolean forceRefresh)
Returns a Dataset object representing the data at the given location.Dataset
FakeTrajectoryDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
GridFeature
GriddedDataset. subsetFeatures(Set<String> variables, BoundingBox hBox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent)
Extracts a 4d subset of data from the dataset. -
Uses of EdalException in uk.ac.rdg.resc.edal.dataset.cdm
Methods in uk.ac.rdg.resc.edal.dataset.cdm that throw EdalException Modifier and Type Method Description uk.ac.rdg.resc.edal.dataset.cdm.ArgoDatasetFactory.ArgoDataset
ArgoDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
DiscreteLayeredDataset<? extends DataSource,? extends DiscreteLayeredVariableMetadata>
CdmDatasetFactory. createDataset(String id, String location)
DiscreteLayeredDataset<? extends DataSource,? extends DiscreteLayeredVariableMetadata>
CdmDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
Dataset
ModisLcDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
Dataset
WaterMLDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
static ucar.nc2.dataset.NetcdfDataset
NetcdfDatasetAggregator. getDataset(String location)
Opens the NetCDF dataset at the given location, using the dataset cache.static ucar.nc2.dataset.NetcdfDataset
NetcdfDatasetAggregator. getDataset(String location, boolean forceRefresh)
Opens the NetCDF dataset at the given location, using the dataset cache.protected ucar.nc2.dataset.NetcdfDataset
CdmDatasetFactory. getNetcdfDatasetFromLocation(String location, boolean forceRefresh)
static void
WaterMLDatasetFactory. main(String[] args)
-
Uses of EdalException in uk.ac.rdg.resc.edal.dataset.plugins
Methods in uk.ac.rdg.resc.edal.dataset.plugins that throw EdalException Modifier and Type Method Description protected VariableMetadata[]
ArbitraryGroupPlugin. doProcessVariableMetadata(VariableMetadata... metadata)
protected VariableMetadata[]
DifferencePlugin. doProcessVariableMetadata(VariableMetadata... metadata)
protected VariableMetadata[]
NormalisedDifferencePlugin. doProcessVariableMetadata(VariableMetadata... metadata)
protected abstract VariableMetadata[]
VariablePlugin. doProcessVariableMetadata(VariableMetadata... metadata)
Subclasses should override this method to modify theVariableMetadata
tree, and return any new objects added to it.protected VariableMetadata[]
VectorPlugin. doProcessVariableMetadata(VariableMetadata... metadata)
VariableMetadata[]
VariablePlugin. processVariableMetadata(VariableMetadata... metadata)
Modifies the currentVariableMetadata
tree to reflect the changes this plugin implements. -
Uses of EdalException in uk.ac.rdg.resc.edal.dataset.vtk
Methods in uk.ac.rdg.resc.edal.dataset.vtk that throw EdalException Modifier and Type Method Description Dataset
HydromodelVtkDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
-
Uses of EdalException in uk.ac.rdg.resc.edal.examples
Methods in uk.ac.rdg.resc.edal.examples that throw EdalException Modifier and Type Method Description static void
CreateHiRes. en4()
static void
CreateHiRes. main(String[] args)
static void
ExploreDataset. main(String[] args)
static void
GeneratePng. main(String[] args)
static void
ReadPointData. main(String[] args)
static void
CreateHiRes. uncertTemp()
static void
CreateHiRes. winds()
-
Uses of EdalException in uk.ac.rdg.resc.edal.exceptions
Subclasses of EdalException in uk.ac.rdg.resc.edal.exceptions Modifier and Type Class Description class
BadTimeFormatException
An exception to be thrown when trying to parse a time which is badly formattedclass
DataReadingException
An exception to be thrown when there is a problem reading data.class
EdalParseException
An exception to be thrown when trying to parse something which is badly formattedclass
IncorrectDomainException
An exception to be thrown when the domain for the current operation is incorrect somehow (e.g.class
InvalidCrsException
Exception that is thrown when a user requests an unsupported coordinate reference systemclass
InvalidLineStringException
An exception to be thrown when trying to parse a line string which is badly formattedclass
MetadataException
Exception that is thrown when there is a problem with metadata.class
MismatchedCrsException
Exception that is thrown when a user requests an operation on multiple features whose CRSs do not match when they need toclass
VariableNotFoundException
Exception that is thrown when a user requests an unavailable variable -
Uses of EdalException in uk.ac.rdg.resc.edal.graphics.exceptions
Subclasses of EdalException in uk.ac.rdg.resc.edal.graphics.exceptions Modifier and Type Class Description class
EdalLayerNotFoundException
EdalException
thrown when a request is made for a named image layer which is not accessible.class
EdalStyleNotFoundException
EdalException
thrown when a request is made for a style which is not accessible, or not available with the requested layer. -
Uses of EdalException in uk.ac.rdg.resc.edal.graphics.formats
Subclasses of EdalException in uk.ac.rdg.resc.edal.graphics.formats Modifier and Type Class Description class
InvalidFormatException
Exception that is thrown when a user requests an unsupported image format -
Uses of EdalException in uk.ac.rdg.resc.edal.graphics.style
Methods in uk.ac.rdg.resc.edal.graphics.style that throw EdalException Modifier and Type Method Description protected void
OpacityMap. applyOpacityToImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected abstract void
OpacityTransform. applyOpacityToImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
abstract BufferedImage
Drawable. drawImage(PlottingDomainParams params, FeatureCatalogue featureCatalogue)
BufferedImage
ImageLayer. drawImage(PlottingDomainParams params, FeatureCatalogue catalogue)
BufferedImage
MapImage. drawImage(PlottingDomainParams params, FeatureCatalogue catalogue)
protected void
ArrowLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected void
ColouredGlyphLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)
protected void
ColouredSizedArrowLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected void
ColouredTrajectoryLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)
protected void
ConfidenceIntervalLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected void
ContourLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected abstract void
GriddedImageLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
Draws the data into the supplied image.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
protected void
OpacityTransform. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected void
Raster2DLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected void
RasterLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected void
RasterRGBLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected void
SizedArrowLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
protected void
StippleLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)
Array2D<Number>
GriddedImageLayer.MapFeatureDataReader. getDataForLayerName(String layerId)
BufferedImage
MapImage. getLegend(int componentSize)
Generate a legend for thisMapImage
.BufferedImage
MapImage. getLegend(int componentWidth, int componentHeight)
Generate a legend for thisMapImage
.BufferedImage
MapImage. getLegend(int componentWidth, int componentHeight, boolean force1D)
Generate a legend for thisMapImage
.BufferedImage
MapImage. getLegend(int componentWidth, int componentHeight, Color textColour, Color bgColour, boolean layerNameLabels, boolean force1D)
Generate a legend for thisMapImage
.BufferedImage
MapImage. getLegend(int componentWidth, int componentHeight, Color textColour, Color bgColour, boolean layerNameLabels, boolean background, boolean force1D, float extraAmountOutOfRange, float fontProportion)
Generate a legend for thisMapImage
.BufferedImage
MapImage. getLegend(int componentWidth, int componentHeight, Color textColour, Color bgColour, boolean layerNameLabels, boolean background, boolean force1D, float extraAmountOutOfRangeLow, float extraAmountOutOfRangeHigh, float fontProportion)
Generate a legend for thisMapImage
.Array2D<HorizontalPosition>
GriddedImageLayer.MapFeatureDataReader. getMapDomainObjects(String layerId)
-
Uses of EdalException in uk.ac.rdg.resc.edal.graphics.style.sld
Subclasses of EdalException in uk.ac.rdg.resc.edal.graphics.style.sld Modifier and Type Class Description class
SLDException
-
Uses of EdalException in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that throw EdalException Modifier and Type Method Description 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)
-
Uses of EdalException in uk.ac.rdg.resc.edal.util
Methods in uk.ac.rdg.resc.edal.util that throw EdalException Modifier and Type Method Description static BoundingBox
GISUtils. parseBbox(String bboxStr, boolean xFirst, String crs)
Converts a string of the form "a1,b1,a2,b2" into aBoundingBox
-
Uses of EdalException in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms with parameters of type EdalException Modifier and Type Method Description protected void
WmsServlet. handleWmsException(EdalException exception, javax.servlet.http.HttpServletResponse httpServletResponse, boolean v130)
WrapsEdalException
s in an XML wrapper and returns them.Methods in uk.ac.rdg.resc.edal.wms that throw EdalException Modifier and Type Method Description boolean
RequestParams. getBoolean(String paramName, boolean defaultValue)
Returns the value of the parameter with the given name as a boolean value, or the provided default if no parameter with the given name has been supplied.protected void
WmsServlet. getCapabilities(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, String baseUrl, WmsCatalogue catalogue)
static List<Extent<Float>>
GetMapStyleParams. getColorScaleRanges(RequestParams params, Extent<Float> defaultScale)
Gets the ColorScaleRange object requested by the clientprotected void
WmsServlet. getFeatureInfo(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
float
RequestParams. getFloat(String paramName, float defaultValue)
Returns the value of the parameter with the given name, or the supplied default value if the parameter does not exist.MapImage
GetMapStyleParams. getImageGenerator(WmsCatalogue catalogue)
Gets the object used to generate the map plot with all correct styles and layers set.int
RequestParams. getInt(String paramName, int defaultValue)
Returns the value of the parameter with the given name as a positive integer, or the provided default if no parameter with the given name has been supplied.protected void
WmsServlet. getLegendGraphic(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
float
RequestParams. getMandatoryFloat(String paramName)
Returns the value of the parameter with the given name, or throws an exception if the parameter is not availableint
RequestParams. getMandatoryPositiveInt(String paramName)
Returns the value of the parameter with the given name as a positive integer, throwing a WmsException if the parameter does not exist or if the value is not a valid positive integer.String
RequestParams. getMandatoryString(String paramName)
Returns the value of the parameter with the given name, throwing anEdalException
if the parameter does not exist.String
RequestParams. getMandatoryWmsVersion()
Finds the WMS version that the user has requested, throwing a WmsException if a version has not been set.protected void
WmsServlet. getMap(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
int
RequestParams. getPositiveInt(String paramName, int defaultValue)
Returns the value of the parameter with the given name as a positive integer, or the provided default if no parameter with the given name has been supplied.protected void
WmsServlet. getTimeseries(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
protected void
WmsServlet. getTransect(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
protected void
WmsServlet. getVerticalProfile(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
Constructors in uk.ac.rdg.resc.edal.wms that throw EdalException Constructor Description GetFeatureInfoParameters(RequestParams params, WmsCatalogue catalogue)
Parses the parameters needed for a GetFeatureInfo requestGetMapParameters(RequestParams params, WmsCatalogue catalogue)
Creates a new instance of GetMapParameter from the given RequestParamsGetMapStyleParams(RequestParams params, WmsCatalogue catalogue)
Extract GetMap parameters from the URL, using aWmsCatalogue
to determine default values.GetPlotParameters(RequestParams params, WmsCatalogue catalogue)
-
Uses of EdalException in uk.ac.rdg.resc.edal.wms.exceptions
Subclasses of EdalException in uk.ac.rdg.resc.edal.wms.exceptions Modifier and Type Class Description class
CurrentUpdateSequence
Exception that is thrown when a user requests an updatesequence that is equal to the current updatesequenceclass
EdalUnsupportedOperationException
EdalException
thrown when a user requests an operation which is not supported.class
InvalidPointException
EdalException
thrown when a GetFeatureInfo request contains an invalid i or j valueclass
InvalidUpdateSequence
Exception that is thrown when a user requests an updatesequence that is either invalid or higher than the current updatesequenceclass
LayerNotQueryableException
EdalException
thrown when a user calls GetFeatureInfo on a layer marked as non-queryable.class
StyleNotSupportedException
EdalException
thrown when a user submits a WMS request with a style which is not supported by one of the requested layers
-