Package | Description |
---|---|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar coordinate system.
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.collection | |
ucar.nc2.ft.point.remote | |
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
ucar.nc2.ft.point.standard.plug |
package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets
|
ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
ucar.nc2.units |
Utility classes for scientific units and ucar.units package.
|
Modifier and Type | Method and Description |
---|---|
DateUnit |
PointCollection.getTimeUnits()
Deprecated.
Get the units of Calendar time.
|
DateUnit |
TimeSeriesCollection.getTimeUnits()
Deprecated.
Get the units of Calendar time.
|
DateUnit |
RadialDatasetSweep.getTimeUnits()
Get the units of Calendar time.
|
Modifier and Type | Field and Description |
---|---|
protected DateUnit |
PointObsDatasetImpl.timeUnit
Deprecated.
|
protected DateUnit |
RecordDatasetHelper.timeUnit
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DateUnit |
RecordDatasetHelper.getTimeUnit()
Deprecated.
|
DateUnit |
PointObsDatasetImpl.getTimeUnits()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordDatasetHelper.setTimeUnit(DateUnit timeUnit)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected DateUnit |
RadialDatasetSweepAdapter.dateUnits |
Modifier and Type | Method and Description |
---|---|
DateUnit |
Dorade2Dataset.getTimeUnits() |
DateUnit |
RadialDatasetSweepAdapter.getTimeUnits() |
DateUnit |
RadialCoordSys.getTimeUnits()
Get the units of Calendar time.
|
Modifier and Type | Method and Description |
---|---|
void |
Dorade2Dataset.getTimeUnits(DateUnit dateUnits) |
Modifier and Type | Method and Description |
---|---|
DateUnit |
PointFeatureCollection.getTimeUnit()
The udunit time unit string.
|
DateUnit |
NestedPointFeatureCollection.getTimeUnit()
The udunit time unit string.
|
Modifier and Type | Field and Description |
---|---|
protected DateUnit |
PointCollectionImpl.timeUnit |
protected DateUnit |
MultipleNestedPointCollectionImpl.timeUnit |
protected DateUnit |
PointFeatureImpl.timeUnit |
protected DateUnit |
RecordDatasetHelper.timeUnit |
protected DateUnit |
OneNestedPointCollectionImpl.timeUnit |
Modifier and Type | Method and Description |
---|---|
DateUnit |
PointCollectionImpl.getTimeUnit() |
DateUnit |
MultipleNestedPointCollectionImpl.getTimeUnit() |
DateUnit |
StationTimeSeriesFeatureImpl.getTimeUnit() |
DateUnit |
RecordDatasetHelper.getTimeUnit() |
DateUnit |
OneNestedPointCollectionImpl.getTimeUnit() |
Modifier and Type | Method and Description |
---|---|
void |
RecordDatasetHelper.setTimeUnit(DateUnit timeUnit) |
Constructor and Description |
---|
CompositePointCollection(String name,
DateUnit timeUnit,
String altUnits,
TimedCollection pointCollections) |
CompositeStationCollection(String name,
DateUnit timeUnit,
String altUnits,
TimedCollection dataCollection) |
CompositeStationCollectionFlattened(String name,
DateUnit timeUnit,
String altUnits,
LatLonRect bbSubset,
CalendarDateRange dateRange,
TimedCollection stnCollections) |
CompositeStationCollectionFlattened(String name,
DateUnit timeUnit,
String altUnits,
List<String> stations,
CalendarDateRange dateRange,
List<VariableSimpleIF> varList,
TimedCollection stnCollections) |
Constructor and Description |
---|
PointDatasetRemote(FeatureType wantFeatureType,
String uri,
DateUnit timeUnit,
String altUnits,
List<VariableSimpleIF> vars,
LatLonRect bb,
CalendarDateRange dr) |
RemoteStationCollection(String uri,
DateUnit timeUnit,
String altUnits)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected DateUnit |
StandardPointFeatureIterator.timeUnit |
Modifier and Type | Method and Description |
---|---|
DateUnit |
NestedTable.getTimeUnit() |
Constructor and Description |
---|
StandardProfileCollectionImpl(String name,
DateUnit timeUnit,
String altUnits) |
StandardTrajectoryCollectionImpl(String name,
DateUnit timeUnit,
String altUnits) |
Modifier and Type | Method and Description |
---|---|
static Date |
UnidataPointDatasetHelper.getEndDate(NetcdfDataset ds,
DateUnit timeUnit) |
static Date |
UnidataPointDatasetHelper.getStartDate(NetcdfDataset ds,
DateUnit timeUnit) |
Modifier and Type | Field and Description |
---|---|
protected DateUnit |
CFPointWriter.timeUnit |
Modifier and Type | Method and Description |
---|---|
static DateUnit |
FeatureDatasetPointXML.getTimeUnit(org.jdom2.Document doc) |
Modifier and Type | Method and Description |
---|---|
static DateUnit |
DateUnit.factory(String text) |
static DateUnit |
DateUnit.getUnixDateUnit() |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.