Package ucar.nc2.dods
Class DodsNetcdfFile.Builder2
- java.lang.Object
-
- ucar.nc2.NetcdfFile.Builder<T>
-
- ucar.nc2.dods.DodsNetcdfFile.Builder2
-
- Enclosing class:
- DodsNetcdfFile
public static class DodsNetcdfFile.Builder2 extends ucar.nc2.NetcdfFile.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description Builder2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DodsNetcdfFilebuild(String datasetUrl, ucar.nc2.util.CancelTask cancelTask)protected DodsNetcdfFile.Builder2self()
-
-
-
Method Detail
-
self
protected DodsNetcdfFile.Builder2 self()
-
build
public DodsNetcdfFile build(String datasetUrl, ucar.nc2.util.CancelTask cancelTask) throws IOException
- Throws:
IOException
-
-