Uses of Class
ucar.nc2.dataset.TransformType

Packages that use TransformType
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dataset.transform Pluggable framework for handling Coordinate Transforms, both Projections and Vertical. 
ucar.nc2.iosp.mcidas   
 

Uses of TransformType in ucar.nc2.dataset
 

Fields in ucar.nc2.dataset declared as TransformType
protected  TransformType CoordinateTransform.transformType
           
 

Methods in ucar.nc2.dataset that return TransformType
 TransformType CoordinateTransform.getTransformType()
          get the transform type
 TransformType CoordTransBuilderIF.getTransformType()
          Get the Transform Type : Vertical or Projection
static TransformType TransformType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransformType[] TransformType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ucar.nc2.dataset with parameters of type TransformType
CoordinateTransform(String name, String authority, TransformType transformType)
          Create a Coordinate Transform.
 

Uses of TransformType in ucar.nc2.dataset.transform
 

Methods in ucar.nc2.dataset.transform that return TransformType
 TransformType VAtmHybridSigmaPressure.getTransformType()
           
 TransformType RotatedLatLon.getTransformType()
           
 TransformType VOceanSG2.getTransformType()
           
 TransformType LambertConformalConic.getTransformType()
           
 TransformType Mercator.getTransformType()
           
 TransformType MSGnavigation.getTransformType()
           
 TransformType Orthographic.getTransformType()
           
 TransformType VerticalPerspective.getTransformType()
           
 TransformType VAtmLnPressure.getTransformType()
           
 TransformType VOceanS.getTransformType()
           
 TransformType VOceanSigma.getTransformType()
           
 TransformType FlatEarth.getTransformType()
           
 TransformType AlbersEqualArea.getTransformType()
           
 TransformType WRFEtaTransformBuilder.getTransformType()
           
 TransformType UTM.getTransformType()
           
 TransformType VAtmHybridHeight.getTransformType()
          Get the type of the transform
 TransformType TransverseMercator.getTransformType()
           
 TransformType LambertAzimuthal.getTransformType()
           
 TransformType RotatedPole.getTransformType()
           
 TransformType VExplicitField.getTransformType()
           
 TransformType Stereographic.getTransformType()
           
 TransformType PolarStereographic.getTransformType()
           
 TransformType VAtmSigma.getTransformType()
           
 TransformType VOceanSG1.getTransformType()
           
 

Uses of TransformType in ucar.nc2.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas that return TransformType
 TransformType McIDASAreaTransformBuilder.getTransformType()
          Get the Transform Type
 



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