Package ucar.nc2.internal.dataset.conv
Class Nimbus.Factory
- java.lang.Object
-
- ucar.nc2.internal.dataset.conv.Nimbus.Factory
-
- All Implemented Interfaces:
CoordSystemBuilderFactory
- Enclosing class:
- Nimbus
public static class Nimbus.Factory extends Object implements CoordSystemBuilderFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConventionName()
CoordSystemBuilder
open(NetcdfDataset.Builder datasetBuilder)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ucar.nc2.dataset.spi.CoordSystemBuilderFactory
isMine
-
-
-
-
Method Detail
-
getConventionName
public String getConventionName()
- Specified by:
getConventionName
in interfaceCoordSystemBuilderFactory
-
open
public CoordSystemBuilder open(NetcdfDataset.Builder datasetBuilder)
- Specified by:
open
in interfaceCoordSystemBuilderFactory
-
-