ucar.nc2.dt.point
Class PointObsDatasetFactory

java.lang.Object
  extended by ucar.nc2.dt.point.PointObsDatasetFactory

Deprecated. use ucar.nc2.dt.TypedDatasetFactory

public class PointObsDatasetFactory
extends Object

A factory for both PointObsDataset and StationObsDataset.

Author:
caron

Constructor Summary
PointObsDatasetFactory()
          Deprecated.  
 
Method Summary
static PointObsDataset open(InvAccess access, CancelTask task, StringBuffer logMessages)
          Deprecated.  
static PointObsDataset open(InvAccess access, StringBuffer logMessages)
          Deprecated.  
static PointObsDataset open(String location)
          Deprecated.  
static PointObsDataset open(String location, CancelTask task, StringBuffer log)
          Deprecated.  
static PointObsDataset open(String location, StringBuffer log)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointObsDatasetFactory

public PointObsDatasetFactory()
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


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.