Package thredds.server.wms
package thredds.server.wms
-
ClassesClassDescriptionA 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
WmsCatalogueto work with the TDS.An exampleWmsServletwhich uses the THREDDS catalogue to supply data.