Uses of Class
ucar.nc2.dataset.transform.AbstractCoordTransBuilder

Packages that use AbstractCoordTransBuilder
ucar.nc2.dataset.transform Pluggable framework for handling Coordinate Transforms, both Projections and Vertical. 
 

Uses of AbstractCoordTransBuilder in ucar.nc2.dataset.transform
 

Subclasses of AbstractCoordTransBuilder in ucar.nc2.dataset.transform
 class AlbersEqualArea
          Create a AlbersEqualArea Projection from the information in the Coordinate Transform Variable.
 class FlatEarth
          Create a "FlatEarth" Projection from the information in the Coordinate Transform Variable.
 class LambertAzimuthal
          Create a LambertAzimuthal Projection from the information in the Coordinate Transform Variable.
 class LambertConformalConic
          Create a LambertConformalConic Projection from the information in the Coordinate Transform Variable.
 class Mercator
          Create a Mercator Projection from the information in the Coordinate Transform Variable.
 class Orthographic
          Create a Orthographic Projection from the information in the Coordinate Transform Variable.
 class PolarStereographic
          Create a Polar Stereographic Projection from the information in the Coordinate Transform Variable.
 class RotatedLatLon
          Create a Rotated LatLon Projection from the information in the Coordinate Transform Variable.
 class RotatedPole
          Create a RotatedPole Projection from the information in the Coordinate Transform Variable.
 class Stereographic
          Create a Stereographic Projection from the information in the Coordinate Transform Variable.
 class TransverseMercator
          Create a Transverse Mercator Projection from the information in the Coordinate Transform Variable.
 class UTM
          Create a UTM Projection from the information in the Coordinate Transform Variable.
 class VAtmHybridHeight
          Create a atmosphere_hybrid_height_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
 class VAtmHybridSigmaPressure
          Create a atmosphere_hybrid_sigma_pressure_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
 class VAtmLnPressure
          implementation for CF vertical coordinate "atmosphere_ln_pressure_coordinate".
 class VAtmSigma
          Create a atmosphere_sigma_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
 class VerticalPerspective
          VerticalPerspectiveView projection.
 class VExplicitField
          Create a Vertical Transform from an "explicit_field", where the vertical coordinate is explciitly specified as a variable.
 class VOceanS
          Create a ocean_s_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
 class VOceanSG1
          Create a ocean_s_coordinate_g1 Vertical Transform from the information in the Coordinate Transform Variable.
 class VOceanSG2
          Create a ocean_s_coordinate_g2 Vertical Transform from the information in the Coordinate Transform Variable.
 class VOceanSigma
          Create a ocean_sigma_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
 class WRFEtaTransformBuilder