Uses of Interface
ucar.nc2.dataset.CoordTransBuilderIF

Packages that use CoordTransBuilderIF
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 CoordTransBuilderIF in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return CoordTransBuilderIF
 CoordTransBuilderIF VerticalCT.getBuilder()
          get the CoordTransBuilderIF
 

Constructors in ucar.nc2.dataset with parameters of type CoordTransBuilderIF
VerticalCT(String name, String authority, VerticalCT.Type type, CoordTransBuilderIF builder)
          Create a Vertical Coordinate Transform.
 

Uses of CoordTransBuilderIF in ucar.nc2.dataset.transform
 

Classes in ucar.nc2.dataset.transform that implement CoordTransBuilderIF
 class AbstractCoordTransBuilder
          Abstract superclass for implementations of CoordTransBuilderIF.
 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 MSGnavigation
          MSGnavigation projection
 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
           
 

Uses of CoordTransBuilderIF in ucar.nc2.iosp.mcidas
 

Classes in ucar.nc2.iosp.mcidas that implement CoordTransBuilderIF
 class McIDASAreaTransformBuilder
          Projection based on Mcidas Area files.
 



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