| Name | Description | Type | Package | Framework |
| AbstractEnvelope | | Class | uk.ac.rdg.resc.edal.geometry.impl | ncWMS |
|
| AbstractGrid | Abstract superclass that implements the #getSize() and getDimension() methods of a Grid | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| AbstractHorizontalGrid | | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| AbstractMetadataController | Controller that handles all requests for non-standard metadata by the Godiva2 site. | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| AbstractRectilinearGrid | | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| AbstractReferenceableAxis | Abstract superclass for ReferenceableAxis implementations. | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| AbstractScalarLayer | Partial implementation of the Layer interface, providing convenience methods and default implementations of some methods. | Class | uk.ac.rdg.resc.ncwms.wms | ncWMS |
|
| AbstractWmsController | This Controller is the entry point for all standard WMS operations (GetMap, GetCapabilities, GetFeatureInfo). | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| AdminController | Displays the administrative pages of the ncWMS application (i. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| AllLeapChronology | A Chronology in which each year has exactly 366 days (February is always 29 days long). | Class | uk.ac.rdg.resc.edal.time | ncWMS |
|
| BenchmarkGrids | | Class | uk.ac.rdg.resc.edal.cdm | ncWMS |
|
| BenchmarkRectilinearGrid | Benchmarking for Rectilinear Grids. | Class | uk.ac.rdg.resc.edal.cdm | ncWMS |
|
| BoundingBox | A bounding box in the horizontal plane. | Interface | uk.ac.rdg.resc.edal.geometry | ncWMS |
|
| BoundingBoxImpl | Immutable implementation of a BoundingBox. | Class | uk.ac.rdg.resc.edal.geometry.impl | ncWMS |
|
| Cache | Configuration for the TileCache. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| CdmUtils | Contains static helper methods for reading data and metadata from NetCDF files, OPeNDAP servers and other data sources using the Unidata Common Data Model. | Class | uk.ac.rdg.resc.edal.cdm | ncWMS |
|
| Charting | Code to produce various types of chart. | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| CollectionUtils | Contains some useful utility methods for working with Collections. | Class | uk.ac.rdg.resc.edal.util | ncWMS |
|
| ColorPalette | A palette of colours that is used by an ImageProducer to render data into a BufferedImage | Class | uk.ac.rdg.resc.ncwms.graphics | ncWMS |
|
| Config | Configuration of the ncWMS server. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| Contact | | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| Coverage | A Coverage is a data structure that holds measurement values. | Interface | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| CoverageMetadata | | Interface | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| CurrentUpdateSequence | Exception that is thrown when a user requests an updatesequence that is equal to the current updatesequence | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| CurvilinearGrid | A horizontal (2D) grid that is defined by explicitly specifying the longitude and latitude coordinates of its cells. | Class | uk.ac.rdg.resc.edal.cdm | ncWMS |
|
| DataReader | Abstract superclass for classes that read data and metadata from datasets. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| DataReadingStrategy | enum DataReadingStrategyDefines different strategies for reading data from files. | Class | uk.ac.rdg.resc.edal.cdm | ncWMS |
|
| Dataset | A dataset object in the ncWMS configuration system: contains a number of Layer objects, which are held in memory and loaded periodically, triggered | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| Dataset | Represents a Dataset, i. | Interface | uk.ac.rdg.resc.ncwms.wms | ncWMS |
|
| DefaultDataReader | Default data reading class for CF-compliant NetCDF datasets. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| DirectPositionImpl | the passed-in coordinate reference system is also immutable or null. | Class | uk.ac.rdg.resc.edal.geometry.impl | ncWMS |
|
| DiscreteCoverage | A Coverage whose domain consists of a finite number of domain objects, each of which is associated with a single record of measurement | Interface | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| DiscreteGridPointCoverage | To do:I guess we don't need a GridValuesMatrix class? Maybe we only need the high-level methods in this class for extracting different coverage types? The | Interface | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| Domain | A geospatial/temporal domain: defines the set of points for which a DiscreteCoverage is defined. | Interface | uk.ac.rdg.resc.edal.coverage.domain | ncWMS |
|
| FixedYearVariableMonthChronology | A Chronology in which each year has the same number of days but the lengths of the months may be different. | Class | uk.ac.rdg.resc.edal.time | ncWMS |
|
| FrontPageController | Displays the front page of the ncWMS application (i. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| FrontPageController | Displays the front page of the ncWMS application (i. | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| GetFeatureInfoDataRequest | The portion of a GetFeatureInfoRequest that pertains to extraction of data (rather than presentation). | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| GetFeatureInfoRequest | Object representing a request to the GetFeatureInfo operation. | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| GetMapDataRequest | Contains the parts of the GetMap request that pertain to data extraction, i. | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| GetMapRequest | Object representing a request to the GetMap operation. | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| GetMapStyleRequest | | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| GifFormat | Creates (possibly animated) GIFs. | Class | uk.ac.rdg.resc.ncwms.graphics | ncWMS |
|
| Grid | A description of a multidimensional grid with integer coordinates. | Interface | uk.ac.rdg.resc.edal.coverage.grid | ncWMS |
|
| GridCoordinates | The coordinates of a point within a Grid. | Interface | uk.ac.rdg.resc.edal.coverage.grid | ncWMS |
|
| GridCoordinatesComparator | enum GridCoordinatesComparatorA Comparator for GridCoordinates objects that implements | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| GridCoordinatesImpl | Immutable implementation of GridCoordinates. | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| GridEnvelopeImpl | Immutable implementation of GridEnvelope. | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| GridSeriesDomain | The domain of a GridSeriesCoverage. | Interface | uk.ac.rdg.resc.edal.coverage.domain | ncWMS |
|
| GridValuesMatrix | A Grid that contains values. | Interface | uk.ac.rdg.resc.edal.coverage.grid | ncWMS |
|
| H2UsageLogger | UsageLogger that stores data in an H2 database. | Class | uk.ac.rdg.resc.ncwms.usagelog.h2 | ncWMS |
|
| HorizontalDomain | A list of HorizontalPositions in a certain coordinate reference system. | Class | uk.ac.rdg.resc.edal.coverage.domain.impl | ncWMS |
|
| HorizontalGrid | A two-dimensional ReferenceableGrid in the horizontal plane. | Interface | uk.ac.rdg.resc.edal.coverage.grid | ncWMS |
|
| HorizontalPosition | Defines the position of a point in the horizontal plane. | Interface | uk.ac.rdg.resc.edal.geometry | ncWMS |
|
| HorizontalPositionImpl | the provided CoordinateReferenceSystem is also immutable. | Class | uk.ac.rdg.resc.edal.geometry.impl | ncWMS |
|
| ImageFormat | Abstract superclass for all image formats. | Class | uk.ac.rdg.resc.ncwms.graphics | ncWMS |
|
| ImageProducer | An object that is used to render data into images. | Class | uk.ac.rdg.resc.ncwms.graphics | ncWMS |
|
| InvalidCrsException | Exception that is thrown when a user requests an unsupported coordinateSee Also:Serialized Form | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| InvalidDimensionValueException | Exception that is thrown when a user requests an invalid depth or time valueSee Also:Serialized Form | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| InvalidFormatException | Exception that is thrown when a user requests an unsupported image formatSee Also:Serialized Form | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| InvalidLineStringException | Exception that is thrown when a LineString is constructed with an invalid line string specification | Class | uk.ac.rdg.resc.edal.geometry.impl | ncWMS |
|
| InvalidPointException | Exception that is thrown when a user requests an unsupported coordinateSee Also:Serialized Form | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| InvalidUpdateSequence | Exception that is thrown when a user requests an updatesequence that is either invalid or higher than the current updatesequence | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| JpegFormat | Writes PNG images using the ImageIO class. | Class | uk.ac.rdg.resc.ncwms.graphics | ncWMS |
|
| KDTree | | Class | uk.ac.rdg.resc.edal.cdm.kdtree | ncWMS |
|
| KmzFormat | Creates KMZ files for importing into Google Earth. | Class | uk.ac.rdg.resc.ncwms.graphics | ncWMS |
|
| Layer | A displayable layer, contained within a Dataset. | Interface | uk.ac.rdg.resc.ncwms.wms | ncWMS |
|
| LayerNotDefinedException | Exception that is thrown when a client attempts to request a map layer that is not available from this server. | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| LayerNotQueryableException | Exception that is thrown when a user tries to perform GetFeatureInfo on a layer that is not queryable | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| LineString | Represents a path through a coordinate system. | Class | uk.ac.rdg.resc.edal.geometry.impl | ncWMS |
|
| LonLatPosition | A two-dimensional DirectPosition that describes a point as longitude and latitude using the WGS84 datum. | Interface | uk.ac.rdg.resc.edal.geometry | ncWMS |
|
| LonLatPositionImpl | Immutable implementation of LonLatPosition. | Class | uk.ac.rdg.resc.edal.geometry.impl | ncWMS |
|
| MetadataException | Exception that is thrown from the MetadataController. | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| MissingDimensionValueException | Exception that is thrown when a user does not specify a value for a required axisSee Also:Serialized Form | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| NcDiag | Diagnostic tool for testing CDM datasets without loading them into ncWMS. | Class | uk.ac.rdg.resc.edal.cdm | ncWMS |
|
| NcImageGen | Diagnostic tool for testing CDM datasets without loading them into ncWMS. | Class | uk.ac.rdg.resc.edal.cdm | ncWMS |
|
| NcwmsContext | Sets up the working directory for ncWMS and the logging environment. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| NcwmsController | | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| NcwmsCredentialsProvider | Handles authentication with OPeNDAP servers. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| NoLeapChronology | A Chronology in which each year has exactly 365 days (February is always 28 days long). | Class | uk.ac.rdg.resc.edal.time | ncWMS |
|
| NonTerminalTreeNode | | Class | uk.ac.rdg.resc.edal.cdm.kdtree | ncWMS |
|
| NSIDCSnowWaterDataReader | DataReader for NSIDC snow/water data. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| OneDEnvelope | | Class | uk.ac.rdg.resc.edal.geometry.impl | ncWMS |
|
| OneDimensionalPosition | | Interface | uk.ac.rdg.resc.edal.geometry | ncWMS |
|
| OperationNotSupportedException | Exception that is thrown when a client requests an operation that is not supported by this server. | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| PhaveosDataReader | A DataReader that reads data from PHAVEOS L4 data files. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| Phenomenon | Simple immutable class consisting of a string and vocabulary that acts as a namespace for the string. | Class | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| PhenomenonVocabulary | enum PhenomenonVocabularyEnumeration of vocabularies for Phenomenons. | Class | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| PixelMap | Maps real-world points to i and j indices of corresponding points within the source data. | Class | uk.ac.rdg.resc.edal.cdm | ncWMS |
|
| Png32Format | Writes 32-bit (ARGB) PNG images using the ImageIO class. | Class | uk.ac.rdg.resc.ncwms.graphics | ncWMS |
|
| PngFormat | Writes PNG images using the ImageIO class. | Class | uk.ac.rdg.resc.ncwms.graphics | ncWMS |
|
| Point | | Class | uk.ac.rdg.resc.edal.cdm.kdtree | ncWMS |
|
| PointComparator | | Class | uk.ac.rdg.resc.edal.cdm.kdtree | ncWMS |
|
| PointSeriesCoverage | | Interface | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| ProfileCoverage | | Interface | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| ProfileDomain | | Interface | uk.ac.rdg.resc.edal.coverage.domain | ncWMS |
|
| Range | Describes a range of values of a certain type. | Interface | uk.ac.rdg.resc.edal.util | ncWMS |
|
| Ranges | Contains convenience methods for creating Range objects. | Class | uk.ac.rdg.resc.edal.util | ncWMS |
|
| RArray | Abstract superclass for resizeable integer arrays. | Class | uk.ac.rdg.resc.edal.util | ncWMS |
|
| Record | Essentially a Map of member names to data values (Objects). | Interface | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| RecordType | Describes the content of a Coverage's Records. | Interface | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| RectilinearGrid | A HorizontalGrid whose axes in the external CRS are aligned with the axes in grid space. | Interface | uk.ac.rdg.resc.edal.coverage.grid | ncWMS |
|
| RectilinearGridImpl | Immutable implementation of a RectilinearGrid. | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| ReferenceableAxis | A one-dimensional axis of a Grid, which maps between integer indices along the axis and real-world coordinates. | Interface | uk.ac.rdg.resc.edal.coverage.grid | ncWMS |
|
| ReferenceableAxisImpl | Immutable implementation of a ReferenceableAxis, whose values are not necessarily regularly spaced along the axis. | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| ReferenceableGrid | A Grid whose points are referenceable to an external coordinate Note that the number of dimensions in the external coordinate reference system | Interface | uk.ac.rdg.resc.edal.coverage.grid | ncWMS |
|
| RegularAxis | | Interface | uk.ac.rdg.resc.edal.coverage.grid | ncWMS |
|
| RegularAxisImpl | Immutable implementation of a RegularAxis, whose values are regularly spaced along the axis. | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| RegularGrid | A two-dimensional grid whose coordinate values are equally-spaced along each axis, and whose axes in real space are aligned with the axes in grid space. | Interface | uk.ac.rdg.resc.edal.coverage.grid | ncWMS |
|
| RegularGridImpl | Immutable implementation of a RegularGrid. | Class | uk.ac.rdg.resc.edal.coverage.grid.impl | ncWMS |
|
| RequestParams | Class that contains the parameters of the user's request. | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| ResultException | | Class | uk.ac.rdg.resc.edal.cdm.kdtree | ncWMS |
|
| RLongArray | A resizeable array of signed long integers. | Class | uk.ac.rdg.resc.edal.util | ncWMS |
|
| RUByteArray | A resizeable array of unsigned bytes. | Class | uk.ac.rdg.resc.edal.util | ncWMS |
|
| RUIntArray | A resizeable array of unsigned integers. | Class | uk.ac.rdg.resc.edal.util | ncWMS |
|
| RUShortArray | A resizeable array of unsigned short integers. | Class | uk.ac.rdg.resc.edal.util | ncWMS |
|
| ScalarLayer | A Layer that contains a single data value at each point in its grid. | Interface | uk.ac.rdg.resc.ncwms.wms | ncWMS |
|
| ScreenshotController | Controller for generating screenshots from the Godiva2 site. | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| Server | The part of the configuration file that pertains to the server itself. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| ServerConfig | Top-level configuration object that contains metadata about the server itself and the set of Datasets that the server exposes. | Interface | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| SimpleFormat | Abstract superclass for simple image formats that do not require information about the layer, time values, bounding box etc to render an image. | Class | uk.ac.rdg.resc.ncwms.graphics | ncWMS |
|
| SimpleVectorLayer | one for the eastward and one for the northward component. | Class | uk.ac.rdg.resc.ncwms.wms | ncWMS |
|
| StyleNotDefinedException | Exception that is raised when a client attempts to request a style that isSee Also:Serialized Form | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| TemporalPosition | | Interface | uk.ac.rdg.resc.edal.geometry | ncWMS |
|
| ThreeSixtyDayChronology | A Chronology in which each year has exactly 360 days of 12 equal months (i. | Class | uk.ac.rdg.resc.edal.time | ncWMS |
|
| TileCache | Uses the EHCache software to cache arrays of data that have been extracted. | Class | uk.ac.rdg.resc.ncwms.cache | ncWMS |
|
| TileCacheKey | Key that is used to identify a particular data array (tile) in a TileCache. | Class | uk.ac.rdg.resc.ncwms.cache | ncWMS |
|
| TiledLayer | Simple class that stores a Layer object and associated top-level tiles, created by the WmsController and passed to topLevelKML. | Class | uk.ac.rdg.resc.ncwms.controller | ncWMS |
|
| TimeUtils | Utility methods for dealing with dates and timesTo do:Does this belong in the cdm package? It's UDUNITS specific. | Class | uk.ac.rdg.resc.edal.time | ncWMS |
|
| TrajectoryDomain | A trajectory is simply a list of direct positions. | Interface | uk.ac.rdg.resc.edal.coverage.domain | ncWMS |
|
| TreeNode | | Class | uk.ac.rdg.resc.edal.cdm.kdtree | ncWMS |
|
| Unit | Simple immutable class consisting of a unit string and the vocabulary that can be used to interpret the string. | Class | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| UnitVocabulary | Enumeration of vocabularies that can be used to interpret a Unit string. | Class | uk.ac.rdg.resc.edal.coverage | ncWMS |
|
| UsageLogEntry | Object that is passed to a UsageLogger to log usage of the ncWMS system. | Class | uk.ac.rdg.resc.ncwms.usagelog | ncWMS |
|
| UsageLogger | Interface describing a class that logs usage of the ncWMS server. | Interface | uk.ac.rdg.resc.ncwms.usagelog | ncWMS |
|
| Users | Contains details of the users that are allowed to access the ncWMS application. | Class | uk.ac.rdg.resc.ncwms.security | ncWMS |
|
| Utils | Contains some useful utility methods. | Class | uk.ac.rdg.resc.edal.util | ncWMS |
|
| Variable | Contains fields that can be filled in to override values that are automatically detected by DataReaders. | Class | uk.ac.rdg.resc.ncwms.config | ncWMS |
|
| VectorLayer | A displayable Layer that is made up of two vector components (e. | Interface | uk.ac.rdg.resc.ncwms.wms | ncWMS |
|
| VerticalPosition | | Interface | uk.ac.rdg.resc.edal.geometry | ncWMS |
|
| Wms1_1_1Exception | This wraps a WmsException to ensure that the correct JSP is used to render this exception object. | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| WmsException | Exception that will cause a ServiceException document to be returned to the client. | Class | uk.ac.rdg.resc.ncwms.exceptions | ncWMS |
|
| WmsUtils | Collection of static utility methods that are useful in the WMS application. | Class | uk.ac.rdg.resc.ncwms.util | ncWMS |
|
| WriteNetcdf | | Class | uk.ac.rdg.resc.edal.cdm | ncWMS |