Package ucar.nc2.dt.ugrid
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 Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMine(String location, Set<ucar.nc2.dataset.NetcdfDataset.Enhance> enhanceMode)booleanisMine(ucar.nc2.dataset.NetcdfDataset ncd)ucar.nc2.dt.GridDatasetopen(String location, Set<ucar.nc2.dataset.NetcdfDataset.Enhance> enhanceMode)ucar.nc2.dt.GridDatasetopen(ucar.nc2.dataset.NetcdfDataset ncd, Formatter parseInfo)
-
-
-
Method Detail
-
isMine
public boolean isMine(ucar.nc2.dataset.NetcdfDataset ncd)
- Specified by:
isMinein interfaceucar.nc2.dt.grid.internal.spi.GridDatasetProvider
-
isMine
public boolean isMine(String location, Set<ucar.nc2.dataset.NetcdfDataset.Enhance> enhanceMode)
- Specified by:
isMinein interfaceucar.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:
openin interfaceucar.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:
openin interfaceucar.nc2.dt.grid.internal.spi.GridDatasetProvider- Throws:
IOException
-
-