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 | Class and Description |
---|---|
class |
DataIteratorAdapter
Deprecated.
use ucar.nc2.ft.*
|
class |
DatatypeIterator
Deprecated.
use ucar.nc2.ft.*
|
Modifier and Type | Method and Description |
---|---|
DataIterator |
TrajectoryObsDatatype.getDataIterator(int bufferSize)
Deprecated.
Get an efficient iterator over all the data in the Trajectory in time order.
|
DataIterator |
PointCollection.getDataIterator(int bufferSize)
Deprecated.
Get an efficient iterator over all the data in the Collection.
|
DataIterator |
StationCollection.getDataIterator(Station s)
Deprecated.
Get all data for this Station.
|
DataIterator |
StationCollection.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
Modifier and Type | Method and Description |
---|---|
DataIterator |
UnidataStationObsDataset2.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
NdbcDataset.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
MadisPointObsDataset.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
UnidataStationObsDataset.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
MadisStationObsDataset.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
CFstationObsDataset.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
OldUnidataStationObsDataset.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
UnidataStationObsMultidimDataset.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
OldUnidataPointObsDataset.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
UnidataPointObsDataset.getDataIterator(int bufferSize)
Deprecated.
|
DataIterator |
UnidataStationObsDataset.getDataIterator(Station s)
Deprecated.
|
DataIterator |
CFstationObsDataset.getDataIterator(Station s)
Deprecated.
|
DataIterator |
UnidataStationObsMultidimDataset.getDataIterator(Station s)
Deprecated.
|
DataIterator |
StationDatasetCollection.getDataIterator(Station s)
Deprecated.
Get all data for this Station.
|
DataIterator |
StationObsDatasetImpl.getDataIterator(Station s)
Deprecated.
|
DataIterator |
UnidataStationObsDataset.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
|
DataIterator |
CFstationObsDataset.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
|
DataIterator |
UnidataStationObsMultidimDataset.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
|
DataIterator |
StationDatasetCollection.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
DataIterator |
StationObsDatasetImpl.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.