Package ucar.nc2.grid

Interface GridDataset

    • Method Detail

      • getName

        String getName()
        The name of the gridDataset.
      • getLocation

        String getLocation()
        The location, eg filename or url.
      • getFeatureType

        FeatureType getFeatureType()
        FeatureType.GRID or FeatureType.CURVILINEAR.
      • getGridAxes

        List<GridAxis<?>> getGridAxes()
        All of the GridAxes.
      • getGrids

        List<Grid> getGrids()
        All of the Grids.
      • findGrid

        default Optional<Grid> findGrid​(String name)
        Find grid using its full name.
      • findGridByAttribute

        default Optional<Grid> findGridByAttribute​(String attName,
                                                   String attValue)
        Find first grid whose name and String value match those given.
      • findVerticalTransformByHash

        default Optional<VerticalTransform> findVerticalTransformByHash​(int hash)
        Find VerticalTransform using its hashCode.
      • toString

        default void toString​(Formatter buf)