Package thredds.server.opendap


package thredds.server.opendap
  • Class
    Description
    Default handler for OPeNDAP .html requests.
    This creates and caches DDS, DAS, then clones them when they are needed.
    Regenerate DDS, DAS each time
    Tag that Object has a netcdf variable, and the data can be set externally by an Array.
    Netcdf DAS object
    NcDDS is a specialization of ServerDDS for netcdf files.
    Wraps a netcdf variable with rank > 0 as an SDArray. For char arrays, use NcSDString (rank 0 or 1) or NcSDCharArray (rank > 1).
    Wraps a netcdf scalar byte variable.
    Wraps a netcdf char variable with rank > 1 as an SDArray.
    Wraps a netcdf scalar float variable.
    Wraps a netcdf scalar double variable.
    Wraps a netcdf variable with rank > 0, whose dimensions all have coordinate variables, as an SDGrid.
    Wraps a netcdf scalar short variable.
    Wraps a netcdf scalar int variable.
    Wraps a netcdf scalar or 1D char variable.
    Wraps a netcdf Structure, as an SDStructure.
    Wraps a netcdf scalar (unsigned) short variable.
    Wraps a netcdf scalar (unsigned) int variable.
    THREDDS opendap server.