Package thredds.server.wms


package thredds.server.wms
  • Classes
    Class
    Description
    A Viewer for viewing datasets using the built-in Godiva3 client.
    Use the custom settings in wmsConfig.xml to set default visualization values based on: global defaults TDS URL Path based defaults Standard Name based defaults variable name based defaults with variable name defaults taking highest precedence.
    Basically, this class exists to use a NetcdfDataset that has been opened by the TDS into ncWMS.
    Example of an implementation of a WmsCatalogue to work with the TDS.
    An example WmsServlet which uses the THREDDS catalogue to supply data.