Package ucar.nc2.dt.point
Class PointObsDatasetFactory
- java.lang.Object
-
- ucar.nc2.dt.point.PointObsDatasetFactory
-
public class PointObsDatasetFactory extends Object
Deprecated.use ucar.nc2.ft.pointA factory for both PointObsDataset and StationObsDataset.
-
-
Constructor Summary
Constructors Constructor Description PointObsDatasetFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PointObsDataset
open(String location)
Deprecated.static PointObsDataset
open(String location, StringBuffer log)
Deprecated.static PointObsDataset
open(String location, CancelTask task, StringBuffer log)
Deprecated.static PointObsDataset
open(InvAccess access, StringBuffer logMessages)
Deprecated.static PointObsDataset
open(InvAccess access, CancelTask task, StringBuffer logMessages)
Deprecated.
-
-
-
Method Detail
-
open
public static PointObsDataset open(InvAccess access, StringBuffer logMessages) throws IOException
Deprecated.- Throws:
IOException
-
open
public static PointObsDataset open(InvAccess access, CancelTask task, StringBuffer logMessages) throws IOException
Deprecated.- Throws:
IOException
-
open
public static PointObsDataset open(String location) throws IOException
Deprecated.- Throws:
IOException
-
open
public static PointObsDataset open(String location, StringBuffer log) throws IOException
Deprecated.- Throws:
IOException
-
open
public static PointObsDataset open(String location, CancelTask task, StringBuffer log) throws IOException
Deprecated.- Throws:
IOException
-
-