Class GcdmGridDataset

  • All Implemented Interfaces:
    Closeable, AutoCloseable, ucar.nc2.grid.GridDataset

    public class GcdmGridDataset
    extends Object
    implements ucar.nc2.grid.GridDataset
    A remote CDM GridDataset, using gRpc protocol to communicate.
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface ucar.nc2.grid.GridDataset
      • getLocation

        public String getLocation()
        Specified by:
        getLocation in interface ucar.nc2.grid.GridDataset
      • attributes

        public ucar.nc2.AttributeContainer attributes()
        Specified by:
        attributes in interface ucar.nc2.grid.GridDataset
      • getFeatureType

        public ucar.nc2.constants.FeatureType getFeatureType()
        Specified by:
        getFeatureType in interface ucar.nc2.grid.GridDataset
      • getGridCoordinateSystems

        public com.google.common.collect.ImmutableList<ucar.nc2.grid.GridCoordinateSystem> getGridCoordinateSystems()
        Specified by:
        getGridCoordinateSystems in interface ucar.nc2.grid.GridDataset
      • getGridAxes

        public com.google.common.collect.ImmutableList<ucar.nc2.grid.GridAxis<?>> getGridAxes()
        Specified by:
        getGridAxes in interface ucar.nc2.grid.GridDataset
      • getGrids

        public com.google.common.collect.ImmutableList<ucar.nc2.grid.Grid> getGrids()
        Specified by:
        getGrids in interface ucar.nc2.grid.GridDataset