Package | Description |
---|---|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StationObsDataset
Deprecated.
use ucar.nc2.ft.*
|
Modifier and Type | Class and Description |
---|---|
class |
CFstationObsDataset
Deprecated.
use ucar.nc2.ft.point
|
class |
MadisPointObsDataset
Deprecated.
use ucar.nc2.ft.point
|
class |
MadisStationObsDataset
Deprecated.
use ucar.nc2.ft.point
|
class |
NdbcDataset
Deprecated.
use ucar.nc2.ft.point
|
class |
OldUnidataPointObsDataset
Deprecated.
use ucar.nc2.ft.point
|
class |
OldUnidataStationObsDataset
Deprecated.
use ucar.nc2.ft.point
|
class |
PointObsDatasetImpl
Deprecated.
use ucar.nc2.ft.point
|
class |
StationObsDatasetImpl
Deprecated.
use ucar.nc2.ft.point
|
class |
UnidataPointObsDataset
Deprecated.
use ucar.nc2.ft.point
|
class |
UnidataStationObsDataset
Deprecated.
use ucar.nc2.ft.point
|
class |
UnidataStationObsDataset2
Deprecated.
use UnidataStationObsDataset instead of this.
|
class |
UnidataStationObsMultidimDataset
Deprecated.
use ucar.nc2.ft.point
|
Modifier and Type | Method and Description |
---|---|
static PointObsDataset |
PointObsDatasetFactory.open(InvAccess access,
CancelTask task,
StringBuffer logMessages)
Deprecated.
|
static PointObsDataset |
PointObsDatasetFactory.open(InvAccess access,
StringBuffer logMessages)
Deprecated.
|
static PointObsDataset |
PointObsDatasetFactory.open(String location)
Deprecated.
|
static PointObsDataset |
PointObsDatasetFactory.open(String location,
CancelTask task,
StringBuffer log)
Deprecated.
|
static PointObsDataset |
PointObsDatasetFactory.open(String location,
StringBuffer log)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
CFPointObWriter.writePointObsDataset(PointObsDataset pobsDataset,
String fileOut)
Deprecated.
write data from a ucar.nc2.dt.PointObsDataset into CF point format.
|
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.