Class UGridDataset.Factory

java.lang.Object
ucar.nc2.dt.ugrid.UGridDataset.Factory
All Implemented Interfaces:
ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
Enclosing class:
UGridDataset

public static class UGridDataset.Factory extends Object implements ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isMine(String location, Set<ucar.nc2.dataset.NetcdfDataset.Enhance> enhanceMode)
     
    boolean
    isMine(ucar.nc2.dataset.NetcdfDataset ncd)
     
    ucar.nc2.dt.GridDataset
    open(String location, Set<ucar.nc2.dataset.NetcdfDataset.Enhance> enhanceMode)
     
    ucar.nc2.dt.GridDataset
    open(ucar.nc2.dataset.NetcdfDataset ncd, Formatter parseInfo)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider

    open, open
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • isMine

      public boolean isMine(ucar.nc2.dataset.NetcdfDataset ncd)
      Specified by:
      isMine in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
    • isMine

      public boolean isMine(String location, Set<ucar.nc2.dataset.NetcdfDataset.Enhance> enhanceMode)
      Specified by:
      isMine in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
    • open

      @Nullable public ucar.nc2.dt.GridDataset open(String location, Set<ucar.nc2.dataset.NetcdfDataset.Enhance> enhanceMode) throws IOException
      Specified by:
      open in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
      Throws:
      IOException
    • open

      @Nullable public ucar.nc2.dt.GridDataset open(ucar.nc2.dataset.NetcdfDataset ncd, Formatter parseInfo) throws IOException
      Specified by:
      open in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
      Throws:
      IOException