|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
ucar.netcdf | Provides an abstraction for sampled functions between multidimensional spaces. |
visad.data.netcdf.in | Provides for importing a netCDF dataset into VisAD. |
visad.data.netcdf.out | Provides for exporting a VisAD data object to a netCDF dataset. |
Uses of Dimension in ucar.netcdf |
---|
Subclasses of Dimension in ucar.netcdf | |
---|---|
class |
UnlimitedDimension
A Dimension object is used to contain an array length which is named for use in multiple netcdf variables. |
Methods in ucar.netcdf that return Dimension | |
---|---|
Dimension |
DimensionSet.get(String name)
Retrieve the dimension associated with the specified name. |
Dimension |
DimensionSet.get(String name)
Retrieve the dimension associated with the specified name. |
Dimension |
DimensionIterator.next()
Returns the next element. |
Dimension |
DimensionIterator.next()
Returns the next element. |
Dimension[] |
DimensionSet.toArray()
Returns a new Array containing the elements of this set. |
Dimension[] |
DimensionSet.toArray()
Returns a new Array containing the elements of this set. |
Methods in ucar.netcdf with parameters of type Dimension | |
---|---|
protected void |
AbstractNetcdf.putDimension(Dimension dim)
Used for incremental initialization. |
protected void |
AbstractNetcdf.putDimension(Dimension dim)
Used for incremental initialization. |
Constructors in ucar.netcdf with parameters of type Dimension | |
---|---|
ProtoVariable(String name,
Class componentType,
Dimension dimension)
Convenience constructor for 1-dimensional Variables, often used for coordinate variables. |
|
ProtoVariable(String name,
Class componentType,
Dimension dimension)
Convenience constructor for 1-dimensional Variables, often used for coordinate variables. |
|
ProtoVariable(String name,
Class componentType,
Dimension[] dimArray)
The usual constructor, used when you are going to add the attributes after construction. |
|
ProtoVariable(String name,
Class componentType,
Dimension[] dimArray)
The usual constructor, used when you are going to add the attributes after construction. |
|
ProtoVariable(String name,
Class componentType,
Dimension[] dimArray,
Attribute[] attrArray)
More general constructor. |
|
ProtoVariable(String name,
Class componentType,
Dimension[] dimArray,
Attribute[] attrArray)
More general constructor. |
Uses of Dimension in visad.data.netcdf.in |
---|
Methods in visad.data.netcdf.in that return Dimension | |
---|---|
protected Dimension[] |
View.getDimensions(Variable var)
Returns the netCDF dimensions of a netCDF variable. |
protected Dimension[] |
View.getDimensions(Variable var)
Returns the netCDF dimensions of a netCDF variable. |
Methods in visad.data.netcdf.in with parameters of type Dimension | |
---|---|
protected Variable |
View.getCoordinateVariable(Dimension dim)
Returns the netCDF coordinate variable associated with a netCDF dimension. |
protected Variable |
View.getCoordinateVariable(Dimension dim)
Returns the netCDF coordinate variable associated with a netCDF dimension. |
protected Gridded1DSet |
View.getDomainSet(Dimension dim)
Returns the VisAD Gridded1DSet corresponding to a netCDF
dimension. |
protected Gridded1DSet |
View.getDomainSet(Dimension dim)
Returns the VisAD Gridded1DSet corresponding to a netCDF
dimension. |
protected SampledSet |
DefaultView.getDomainSet(Dimension[] dims)
Returns the VisAD domain set corresponding to an array of netCDF dimension in netCDF order (outermost dimension first). |
protected SampledSet |
DefaultView.getDomainSet(Dimension[] dims)
Returns the VisAD domain set corresponding to an array of netCDF dimension in netCDF order (outermost dimension first). |
protected MathType |
DefaultView.getDomainType(Dimension[] dims)
Returns the VisAD MathType corresponding to an array of netCDF
dimensions. |
protected MathType |
DefaultView.getDomainType(Dimension[] dims)
Returns the VisAD MathType corresponding to an array of netCDF
dimensions. |
protected RealType |
View.getRealType(Dimension dim)
Returns the VisAD MathType of the domain corresponding to a
netCDF dimension. |
protected RealType |
View.getRealType(Dimension dim)
Returns the VisAD MathType of the domain corresponding to a
netCDF dimension. |
protected boolean |
View.isTime(Dimension dim)
Indicates if a netCDF dimension represents time. |
protected boolean |
View.isTime(Dimension dim)
Indicates if a netCDF dimension represents time. |
Uses of Dimension in visad.data.netcdf.out |
---|
Methods in visad.data.netcdf.out that return Dimension | |
---|---|
protected Dimension |
VisADAdapter.define1DDim(SampledSet set)
Define the netCDF dimension of a 1-D SampledSet. |
protected Dimension |
VisADAdapter.define1DDim(SampledSet set)
Define the netCDF dimension of a 1-D SampledSet. |
protected Dimension[] |
VisADAdapter.defineLinearSetDims(GriddedSet set)
Define the netCDF dimensions of a VisAD LinearSet, including any necessary coordinate variables.. |
protected Dimension[] |
VisADAdapter.defineLinearSetDims(GriddedSet set)
Define the netCDF dimensions of a VisAD LinearSet, including any necessary coordinate variables.. |
protected Dimension |
VisADAdapter.defineNDDim(SampledSet set)
Define the netCDF dimension of a multi-dimensional SampledSet. |
protected Dimension |
VisADAdapter.defineNDDim(SampledSet set)
Define the netCDF dimension of a multi-dimensional SampledSet. |
protected Dimension |
VisADAdapter.defineSampledSetDim(SampledSet set)
Define the netCDF dimensions and variables of a VisAD SampledSet. |
protected Dimension |
VisADAdapter.defineSampledSetDim(SampledSet set)
Define the netCDF dimensions and variables of a VisAD SampledSet. |
protected Dimension[] |
VisADAdapter.reverse(Dimension[] inDims)
Reverse the dimensions in a 1-D array. |
protected Dimension[] |
VisADAdapter.reverse(Dimension[] inDims)
Reverse the dimensions in a 1-D array. |
Methods in visad.data.netcdf.out with parameters of type Dimension | |
---|---|
protected Dimension[] |
VisADAdapter.reverse(Dimension[] inDims)
Reverse the dimensions in a 1-D array. |
protected Dimension[] |
VisADAdapter.reverse(Dimension[] inDims)
Reverse the dimensions in a 1-D array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |