Package ucar.nc2.dt

Interface GridDataset

    • Method Detail

      • getGrids

        List<GridDatatype> getGrids()
        get the list of GridDatatype objects contained in this dataset.
        Returns:
        list of GridDatatype
      • findGridDatatype

        GridDatatype findGridDatatype​(String name)
        find the named GridDatatype.
        Parameters:
        name - full unescaped name
        Returns:
        the named GridDatatype, or null if not found
      • getGridsets

        List<GridDataset.Gridset> getGridsets()
        Return GridDatatype objects grouped by GridCoordSystem. All GridDatatype in a Gridset have the same GridCoordSystem.
        Returns:
        List of type GridDataset.Gridset