Uses of Class
ucar.unidata.util.Parameter

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  List<Parameter> CoordinateTransform.params
           
 

Methods in ucar.nc2.dataset that return Parameter
 Parameter CoordinateTransform.findParameterIgnoreCase(String name)
          Convenience function; look up Parameter by name, ignoring case.
 

Methods in ucar.nc2.dataset that return types with arguments of type Parameter
 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  List<Parameter> ProjectionImpl.atts
          list of attributes
 

Methods in ucar.unidata.geoloc that return types with arguments of type Parameter
 List<Parameter> Projection.getProjectionParameters()
          Get parameters as list of ucar.unidata.util.Parameter
 List<Parameter> ProjectionImpl.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(List<Parameter> params, String name)
           
protected  String VerticalTransformImpl.getParameterStringValue(List<Parameter> params, String name)
           
 

Constructor parameters in ucar.unidata.geoloc.vertical with type arguments of type Parameter
AtmosLnPressure(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
          Create a new vertical transform for Ocean S coordinates
AtmosSigma(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
          Create a new vertical transform for Ocean S coordinates
HybridHeight(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
          Construct a coordinate transform for hybrid height
HybridSigmaPressure(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
          Construct a coordinate transform for sigma pressure
OceanS(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
          Create a new vertical transform for Ocean S coordinates
OceanSG1(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
          Create a new vertical transform for Ocean_S_coordinate_g1
OceanSG2(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
          Create a new vertical transform for Ocean_S_coordinate_g2
OceanSigma(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
          Create a new vertical transform for Ocean S coordinates
VTfromExistingData(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
          Constructor.
WRFEta(NetcdfFile ds, Dimension timeDim, 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(String name, Parameter from)
          Copy constructir, with new name.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.