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.FeaturesAndMemberNameDataCatalogue. 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 voidDatasetConfig. 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 voidAbstractDataset. addVariablePlugin(VariablePlugin plugin)voidDataset. addVariablePlugin(VariablePlugin plugin)Adds aVariablePluginto this dataset to generate derived variables from existing ones in theDatasetDatasetDatasetFactory. createDataset(String id, String location)Returns a Dataset object representing the data at the given location.abstract DatasetDatasetFactory. createDataset(String id, String location, boolean forceRefresh)Returns a Dataset object representing the data at the given location.DatasetFakeTrajectoryDatasetFactory. createDataset(String id, String location, boolean forceRefresh)GridFeatureGriddedDataset. 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.ArgoDatasetArgoDatasetFactory. 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)DatasetModisLcDatasetFactory. createDataset(String id, String location, boolean forceRefresh)DatasetWaterMLDatasetFactory. createDataset(String id, String location, boolean forceRefresh)static ucar.nc2.dataset.NetcdfDatasetNetcdfDatasetAggregator. getDataset(String location)Opens the NetCDF dataset at the given location, using the dataset cache.static ucar.nc2.dataset.NetcdfDatasetNetcdfDatasetAggregator. getDataset(String location, boolean forceRefresh)Opens the NetCDF dataset at the given location, using the dataset cache.protected ucar.nc2.dataset.NetcdfDatasetCdmDatasetFactory. getNetcdfDatasetFromLocation(String location, boolean forceRefresh)static voidWaterMLDatasetFactory. 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 theVariableMetadatatree, and return any new objects added to it.protected VariableMetadata[]VectorPlugin. doProcessVariableMetadata(VariableMetadata... metadata)VariableMetadata[]VariablePlugin. processVariableMetadata(VariableMetadata... metadata)Modifies the currentVariableMetadatatree 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 DatasetHydromodelVtkDatasetFactory. 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 voidCreateHiRes. en4()static voidCreateHiRes. main(String[] args)static voidExploreDataset. main(String[] args)static voidGeneratePng. main(String[] args)static voidReadPointData. main(String[] args)static voidCreateHiRes. uncertTemp()static voidCreateHiRes. 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 classBadTimeFormatExceptionAn exception to be thrown when trying to parse a time which is badly formattedclassDataReadingExceptionAn exception to be thrown when there is a problem reading data.classEdalParseExceptionAn exception to be thrown when trying to parse something which is badly formattedclassIncorrectDomainExceptionAn exception to be thrown when the domain for the current operation is incorrect somehow (e.g.classInvalidCrsExceptionException that is thrown when a user requests an unsupported coordinate reference systemclassInvalidLineStringExceptionAn exception to be thrown when trying to parse a line string which is badly formattedclassMetadataExceptionException that is thrown when there is a problem with metadata.classMismatchedCrsExceptionException that is thrown when a user requests an operation on multiple features whose CRSs do not match when they need toclassVariableNotFoundExceptionException 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 classEdalLayerNotFoundExceptionEdalExceptionthrown when a request is made for a named image layer which is not accessible.classEdalStyleNotFoundExceptionEdalExceptionthrown 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 classInvalidFormatExceptionException 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 voidOpacityMap. applyOpacityToImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected abstract voidOpacityTransform. applyOpacityToImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)abstract BufferedImageDrawable. drawImage(PlottingDomainParams params, FeatureCatalogue featureCatalogue)BufferedImageImageLayer. drawImage(PlottingDomainParams params, FeatureCatalogue catalogue)BufferedImageMapImage. drawImage(PlottingDomainParams params, FeatureCatalogue catalogue)protected voidArrowLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected voidColouredGlyphLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)protected voidColouredSizedArrowLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected voidColouredTrajectoryLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)protected voidConfidenceIntervalLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected voidContourLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected abstract voidGriddedImageLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)Draws the data into the supplied image.protected voidGriddedImageLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)protected abstract voidImageLayer. drawIntoImage(BufferedImage image, PlottingDomainParams params, FeatureCatalogue catalogue)Draw the data into a suppliedBufferedImageprotected voidOpacityTransform. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected voidRaster2DLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected voidRasterLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected voidRasterRGBLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected voidSizedArrowLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)protected voidStippleLayer. drawIntoImage(BufferedImage image, GriddedImageLayer.MapFeatureDataReader dataReader)Array2D<Number>GriddedImageLayer.MapFeatureDataReader. getDataForLayerName(String layerId)BufferedImageMapImage. getLegend(int componentSize)Generate a legend for thisMapImage.BufferedImageMapImage. getLegend(int componentWidth, int componentHeight)Generate a legend for thisMapImage.BufferedImageMapImage. getLegend(int componentWidth, int componentHeight, boolean force1D)Generate a legend for thisMapImage.BufferedImageMapImage. getLegend(int componentWidth, int componentHeight, Color textColour, Color bgColour, boolean layerNameLabels, boolean force1D)Generate a legend for thisMapImage.BufferedImageMapImage. getLegend(int componentWidth, int componentHeight, Color textColour, Color bgColour, boolean layerNameLabels, boolean background, boolean force1D, float extraAmountOutOfRange, float fontProportion)Generate a legend for thisMapImage.BufferedImageMapImage. 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 classSLDException -
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.FeaturesAndMemberNameFeatureCatalogue. getFeaturesForLayer(String layerName, PlottingDomainParams params)Given a singleStringidentifier and a set ofPlottingDomainParams, returns aCollectionofDiscreteFeaturesFeatureCatalogue.FeaturesAndMemberNameSimpleFeatureCatalogue. 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 BoundingBoxGISUtils. 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 voidWmsServlet. handleWmsException(EdalException exception, javax.servlet.http.HttpServletResponse httpServletResponse, boolean v130)WrapsEdalExceptions in an XML wrapper and returns them.Methods in uk.ac.rdg.resc.edal.wms that throw EdalException Modifier and Type Method Description booleanRequestParams. 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 voidWmsServlet. 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 voidWmsServlet. getFeatureInfo(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)floatRequestParams. 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.MapImageGetMapStyleParams. getImageGenerator(WmsCatalogue catalogue)Gets the object used to generate the map plot with all correct styles and layers set.intRequestParams. 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 voidWmsServlet. getLegendGraphic(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)floatRequestParams. getMandatoryFloat(String paramName)Returns the value of the parameter with the given name, or throws an exception if the parameter is not availableintRequestParams. 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.StringRequestParams. getMandatoryString(String paramName)Returns the value of the parameter with the given name, throwing anEdalExceptionif the parameter does not exist.StringRequestParams. getMandatoryWmsVersion()Finds the WMS version that the user has requested, throwing a WmsException if a version has not been set.protected voidWmsServlet. getMap(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)intRequestParams. 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 voidWmsServlet. getTimeseries(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)protected voidWmsServlet. getTransect(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)protected voidWmsServlet. 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 aWmsCatalogueto 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 classCurrentUpdateSequenceException that is thrown when a user requests an updatesequence that is equal to the current updatesequenceclassEdalUnsupportedOperationExceptionEdalExceptionthrown when a user requests an operation which is not supported.classInvalidPointExceptionEdalExceptionthrown when a GetFeatureInfo request contains an invalid i or j valueclassInvalidUpdateSequenceException that is thrown when a user requests an updatesequence that is either invalid or higher than the current updatesequenceclassLayerNotQueryableExceptionEdalExceptionthrown when a user calls GetFeatureInfo on a layer marked as non-queryable.classStyleNotSupportedExceptionEdalExceptionthrown when a user submits a WMS request with a style which is not supported by one of the requested layers
-