Package ucar.nc2.dt

Interface UGridDataset

  • All Superinterfaces:
    AutoCloseable, Closeable, ucar.nc2.ft.FeatureDataset, ucar.nc2.util.cache.FileCacheable, ucar.nc2.dt.GridDataset
    All Known Implementing Classes:
    UGridDataset

    public interface UGridDataset
    extends ucar.nc2.dt.GridDataset
    A dataset containing Grid objects.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  UGridDataset.Meshset  
      • Nested classes/interfaces inherited from interface ucar.nc2.dt.GridDataset

        ucar.nc2.dt.GridDataset.Gridset
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<UGridDataset.Meshset> getMeshsets()  
      UGridDatatype getMeshVariableByName​(String n)  
      List<UGridDatatype> getMeshVariables()
      get the list of GridDatatype objects contained in this dataset.
      UGridDataset subset​(ucar.unidata.geoloc.LatLonRect r)  
      • Methods inherited from interface ucar.nc2.ft.FeatureDataset

        attributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getDetailInfo, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getTitle
      • Methods inherited from interface ucar.nc2.util.cache.FileCacheable

        getLastModified, reacquire, release, setFileCache
      • Methods inherited from interface ucar.nc2.dt.GridDataset

        findGridByShortName, findGridDatatype, getGrids, getGridsets, getProjBoundingBox