ucar.nc2.dataset.transform
Class Stereographic

java.lang.Object
  extended by ucar.nc2.dataset.transform.AbstractCoordTransBuilder
      extended by ucar.nc2.dataset.transform.Stereographic
All Implemented Interfaces:
CoordTransBuilderIF

public class Stereographic
extends AbstractCoordTransBuilder

Create a Stereographic Projection from the information in the Coordinate Transform Variable.

Author:
caron

Constructor Summary
Stereographic()
           
 
Method Summary
 java.lang.String getTransformName()
          Get the Transform name.
 TransformType getTransformType()
          Get the Transform Type : Vertical or Projection
 CoordinateTransform makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
          Make a CoordinateTransform from a Coordinate Transform Variable.
 
Methods inherited from class ucar.nc2.dataset.transform.AbstractCoordTransBuilder
getFalseEastingScaleFactor, makeMathTransform, parseFormula, setErrorBuffer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stereographic

public Stereographic()
Method Detail

getTransformName

public java.lang.String getTransformName()
Description copied from interface: CoordTransBuilderIF
Get the Transform name. Typically this is matched on by an attribute in the dataset.

Returns:
name of the transform.

getTransformType

public TransformType getTransformType()
Description copied from interface: CoordTransBuilderIF
Get the Transform Type : Vertical or Projection

Returns:
type of trrasnform

makeCoordinateTransform

public CoordinateTransform makeCoordinateTransform(NetcdfDataset ds,
                                                   Variable ctv)
Description copied from interface: CoordTransBuilderIF
Make a CoordinateTransform from a Coordinate Transform Variable.

Parameters:
ds - the containing dataset
ctv - the coordinate transform variable.
Returns:
CoordinateTransform