ucar.nc2.dataset.transform
Class RotatedPole

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

public class RotatedPole
extends AbstractCoordTransBuilder

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

Author:
caron

Field Summary
 
Fields inherited from class ucar.nc2.dataset.transform.AbstractCoordTransBuilder
errBuffer
 
Constructor Summary
RotatedPole()
           
 
Method Summary
 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
addParameter, getFalseEastingScaleFactor, getFormula, makeMathTransform, parseFormula, readAttributeDouble, readAttributeDouble2, setErrorBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotatedPole

public RotatedPole()
Method Detail

getTransformName

public 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


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