Package ucar.nc2.dt.trajectory
Class TrajectoryObsDatasetFactory
- java.lang.Object
-
- ucar.nc2.dt.trajectory.TrajectoryObsDatasetFactory
-
public class TrajectoryObsDatasetFactory extends Object
Deprecated.use ucar.nc2.dt.TypedDatasetFactoryA factory for TrajectoryObsDataset.- Since:
- Feb 9, 2005T12:08:44 PM
-
-
Constructor Summary
Constructors Constructor Description TrajectoryObsDatasetFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TrajectoryObsDataset
open(String netcdfFileURI)
Deprecated.static TrajectoryObsDataset
open(String netcdfFileURI, CancelTask cancelTask)
Deprecated.
-
-
-
Method Detail
-
open
public static TrajectoryObsDataset open(String netcdfFileURI) throws IOException
Deprecated.- Throws:
IOException
-
open
public static TrajectoryObsDataset open(String netcdfFileURI, CancelTask cancelTask) throws IOException
Deprecated.- Throws:
IOException
-
-