Uses of Class
ucar.unidata.util.Parameter

Packages that use Parameter
ucar.unidata.geoloc Support library for georeferencing coordinate systems and transformations. 
ucar.unidata.util Miscellaneous utilities. 
 

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.util
 

Constructors in ucar.unidata.util with parameters of type Parameter
Parameter(java.lang.String name, Parameter from)
          Copy constructir, with new name.
 



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