|
||||||||||
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. |
ucar.nc2.dt.grid | Scientific data type "Grid", uses cartesian coordinate system. |
ucar.nc2.ft.grid | |
ucar.nc2.ft.point.standard | package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types |
ucar.nc2.iosp.adde | IOSP for ADDE servers |
ucar.nc2.ncml | Netcdf Markup Language (NcML) Implementation classes see NcML home page |
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 | |
---|---|
protected VariableDS |
CoordSysBuilder.makeCoordinateTransformVariable(NetcdfDataset ds,
CoordinateTransform ct)
|
static VariableDS |
CoordSysBuilder.makeDummyTransformVariable(NetcdfDataset ds,
CoordinateTransform ct)
Deprecated. use CoordTransBuilder.makeDummyTransformVariable |
static VariableDS |
CoordTransBuilder.makeDummyTransformVariable(NetcdfDataset ds,
CoordinateTransform ct)
Create a "dummy" Coordinate Transform Variable based on the given CoordinateTransform. |
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,
Formatter errMessages)
|
Constructors in ucar.nc2.dataset with parameters of type VariableDS | |
---|---|
CoordinateAxis(NetcdfDataset ncd,
VariableDS vds)
Create a coordinate axis from an existing Variable. |
|
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 |
|
VariableDS(VariableDS vds,
boolean isCopy)
Copy constructor, for subclasses. |
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. |
Uses of VariableDS in ucar.nc2.dt.grid |
---|
Methods in ucar.nc2.dt.grid that return VariableDS | |
---|---|
VariableDS |
GeoGrid.getVariable()
|
Constructors in ucar.nc2.dt.grid with parameters of type VariableDS | |
---|---|
GeoGrid(GridDataset dataset,
VariableDS dsvar,
GridCoordSys gcs)
Constructor. |
Uses of VariableDS in ucar.nc2.ft.grid |
---|
Methods in ucar.nc2.ft.grid that return VariableDS | |
---|---|
VariableDS |
Grid.getVariable()
Get the underlying Variable, if it exists. |
Uses of VariableDS in ucar.nc2.ft.point.standard |
---|
Methods in ucar.nc2.ft.point.standard that return VariableDS | |
---|---|
VariableDS |
JoinParentIndex.findVariable(String axisName)
|
VariableDS |
Join.findVariable(String varName)
Find the Variable of the given name in the joined table. |
VariableDS |
JoinMuiltdimStructure.findVariable(String axisName)
|
VariableDS |
JoinArray.findVariable(String varName)
|
VariableDS |
Table.findVariable(String axisName)
|
VariableDS |
Table.TableStructure.findVariable(String axisName)
|
VariableDS |
Table.TableMultidimInner.findVariable(String axisName)
|
VariableDS |
Table.TableMultidimInner3D.findVariable(String axisName)
|
VariableDS |
Table.TableNestedStructure.findVariable(String axisName)
|
Constructors in ucar.nc2.ft.point.standard with parameters of type VariableDS | |
---|---|
JoinArray(VariableDS v,
JoinArray.Type type,
int param)
Constructor. |
Uses of VariableDS in ucar.nc2.iosp.adde |
---|
Subclasses of VariableDS in ucar.nc2.iosp.adde | |
---|---|
class |
AddeVariable
A Variable implemented through an ADDE server. |
Uses of VariableDS in ucar.nc2.ncml |
---|
Fields in ucar.nc2.ncml with type parameters of type VariableDS | |
---|---|
protected List<VariableDS> |
AggregationOuterDimension.aggVars
|
Methods in ucar.nc2.ncml with parameters of type VariableDS | |
---|---|
protected void |
AggregationExisting.readTimeCoordinates(VariableDS timeAxis,
CancelTask cancelTask)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |