Package | Description |
---|---|
ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.ft.cover | |
ucar.nc2.ft.cover.impl |
Modifier and Type | Method and Description |
---|---|
static CoordinateAxis1DTime |
CoordinateAxis1DTime.factory(NetcdfDataset ncd,
VariableDS org,
Formatter errMessages) |
CoordinateAxis1DTime |
CoordinateAxis1DTime.section(Range r) |
Modifier and Type | Method and Description |
---|---|
CoordinateAxis1DTime |
GridCoordSystem.getRunTimeAxis()
Get the RunTime axis.
|
CoordinateAxis1DTime |
GridCoordSystem.getTimeAxis1D()
Get the Time axis, if it exists, and if its 1-dimensional.
|
CoordinateAxis1DTime |
GridCoordSystem.getTimeAxisForRun(int run_index)
This is the case of a 2D time axis, which depends on the run index.
|
Modifier and Type | Method and Description |
---|---|
CoordinateAxis1DTime |
GridCoordSys.getRunTimeAxis()
get the RunTime axis, else null
|
CoordinateAxis1DTime |
GridCoordSys.getTimeAxis1D()
get the Time axis, if its 1-dimensional
|
CoordinateAxis1DTime |
GridCoordSys.getTimeAxisForRun(int run_index) |
Modifier and Type | Method and Description |
---|---|
CoordinateAxis1DTime |
FmrcCS.getRunTimeAxis()
Get the RunTime axis.
|
CoordinateAxis1DTime |
FmrcCS.getTimeAxisForRun(CalendarDate runTime)
This is the case of a 2D time axis, which depends on the run index.
|
Modifier and Type | Method and Description |
---|---|
CoordinateAxis1DTime |
FmrcCSImpl.getRunTimeAxis() |
CoordinateAxis1DTime |
FmrcCSImpl.getTimeAxisForRun(CalendarDate runTime) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.