|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter | |
|---|---|
| ucar.nc2 | The public API to the Java-NetCDF library. |
| ucar.nc2.dataset | An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. |
| ucar.unidata.geoloc | Support library for georeferencing coordinate systems and transformations. |
| ucar.unidata.geoloc.vertical | Implementations of vertical coordinate transformations. |
| ucar.unidata.util | Miscellaneous utilities. |
| Uses of Parameter in ucar.nc2 |
|---|
| Constructors in ucar.nc2 with parameters of type Parameter | |
|---|---|
Attribute(Parameter param)
A copy constructor using a ucar.unidata.util.Parameter. |
|
| Uses of Parameter in ucar.nc2.dataset |
|---|
| Fields in ucar.nc2.dataset with type parameters of type Parameter | |
|---|---|
protected java.util.List<Parameter> |
CoordinateTransform.params
|
| Methods in ucar.nc2.dataset that return Parameter | |
|---|---|
Parameter |
CoordinateTransform.findParameterIgnoreCase(java.lang.String name)
Convenience function; look up Parameter by name, ignoring case. |
| Methods in ucar.nc2.dataset that return types with arguments of type Parameter | |
|---|---|
java.util.List<Parameter> |
CoordinateTransform.getParameters()
get list of ProjectionParameter objects. |
| Methods in ucar.nc2.dataset with parameters of type Parameter | |
|---|---|
void |
CoordinateTransform.addParameter(Parameter param)
add a parameter |
| Uses of Parameter in ucar.unidata.geoloc |
|---|
| Fields in ucar.unidata.geoloc with type parameters of type Parameter | |
|---|---|
protected java.util.List<Parameter> |
ProjectionImpl.atts
list of attributes |
| Methods in ucar.unidata.geoloc that return types with arguments of type Parameter | |
|---|---|
java.util.List<Parameter> |
ProjectionImpl.getProjectionParameters()
Get parameters as list of ucar.unidata.util.Parameter |
java.util.List<Parameter> |
Projection.getProjectionParameters()
Get parameters as list of ucar.unidata.util.Parameter |
| Methods in ucar.unidata.geoloc with parameters of type Parameter | |
|---|---|
protected void |
ProjectionImpl.addParameter(Parameter p)
Add an attribute to this projection |
| Uses of Parameter in ucar.unidata.geoloc.vertical |
|---|
| Method parameters in ucar.unidata.geoloc.vertical with type arguments of type Parameter | |
|---|---|
protected boolean |
VerticalTransformImpl.getParameterBooleanValue(java.util.List<Parameter> params,
java.lang.String name)
|
protected java.lang.String |
VerticalTransformImpl.getParameterStringValue(java.util.List<Parameter> params,
java.lang.String name)
|
| Constructor parameters in ucar.unidata.geoloc.vertical with type arguments of type Parameter | |
|---|---|
AtmosLnPressure(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean S coordinates |
|
AtmosSigma(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean S coordinates |
|
HybridHeight(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Construct a coordinate transform for hybrid height |
|
HybridSigmaPressure(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Construct a coordinate transform for sigma pressure |
|
OceanS(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean S coordinates |
|
OceanSG1(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean_S_coordinate_g1 |
|
OceanSG2(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean_S_coordinate_g2 |
|
OceanSigma(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean S coordinates |
|
VTfromExistingData(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Constructor. |
|
WRFEta(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Construct a vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate |
|
| Uses of Parameter in ucar.unidata.util |
|---|
| Constructors in ucar.unidata.util with parameters of type Parameter | |
|---|---|
Parameter(java.lang.String name,
Parameter from)
Copy constructir, with new name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||