|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableDS | |
|---|---|
| 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. |
| Uses of VariableDS in ucar.nc2.dataset |
|---|
| Subclasses of VariableDS in ucar.nc2.dataset | |
|---|---|
class |
CoordinateAxis
A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem. |
class |
CoordinateAxis1D
A 1-dimensional Coordinate Axis. |
class |
CoordinateAxis1DTime
A 1-dimensional Coordinate Axis representing Calendar time. |
class |
CoordinateAxis2D
A 2-dimensional numeric Coordinate Axis. |
| Methods in ucar.nc2.dataset that return VariableDS | |
|---|---|
static VariableDS |
CoordTransBuilder.makeDummyTransformVariable(NetcdfDataset ds,
CoordinateTransform ct)
Create a "dummy" Coordinate Transform Variable based on the given CoordinateTransform. |
static VariableDS |
CoordSysBuilder.makeDummyTransformVariable(NetcdfDataset ds,
CoordinateTransform ct)
Deprecated. use CoordTransBuilder.makeDummyTransformVariable |
| Methods in ucar.nc2.dataset with parameters of type VariableDS | |
|---|---|
CoordinateAxis |
NetcdfDataset.addCoordinateAxis(VariableDS v)
Add a CoordinateAxis to the dataset, by turning the VariableDS into a CoordinateAxis (if needed). |
static CoordinateAxis |
CoordinateAxis.factory(NetcdfDataset ncd,
VariableDS vds)
Create a coordinate axis from an existing Variable. |
static CoordinateAxis1DTime |
CoordinateAxis1DTime.factory(NetcdfDataset ncd,
VariableDS org,
java.util.Formatter errMessages)
|
| Constructors in ucar.nc2.dataset with parameters of type VariableDS | |
|---|---|
CoordinateAxis1D(NetcdfDataset ncd,
VariableDS vds)
Create a 1D coordinate axis from an existing Variable |
|
CoordinateAxis2D(NetcdfDataset ncd,
VariableDS vds)
Create a 2D coordinate axis from an existing VariableDS |
|
| Uses of VariableDS in ucar.nc2.dt |
|---|
| Methods in ucar.nc2.dt that return VariableDS | |
|---|---|
VariableDS |
GridDatatype.getVariable()
Get the underlying Variable, if it exists. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||