ucar.nc2.dataset.transform
Class McIDASArea

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

public class McIDASArea
extends AbstractCoordTransBuilder

Projection based on Mcidas Area files.

Author:
caron

Field Summary
 
Fields inherited from class ucar.nc2.dataset.transform.AbstractCoordTransBuilder
errBuffer
 
Constructor Summary
McIDASArea()
           
 
Method Summary
 java.lang.String getTransformName()
          Get the transform name
 TransformType getTransformType()
          Get the Transform Type
 CoordinateTransform makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
          Make the coordinate transform
 
Methods inherited from class ucar.nc2.dataset.transform.AbstractCoordTransBuilder
addParameter, getFalseEastingScaleFactor, getFormula, getUnits, makeMathTransform, readAttributeDouble, readAttributeDouble2, setErrorBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

McIDASArea

public McIDASArea()
Method Detail

getTransformName

public java.lang.String getTransformName()
Get the transform name

Returns:
the transform name

getTransformType

public TransformType getTransformType()
Get the Transform Type

Returns:
TransformType.Projection

makeCoordinateTransform

public CoordinateTransform makeCoordinateTransform(NetcdfDataset ds,
                                                   Variable ctv)
Make the coordinate transform

Parameters:
ds - the dataset
ctv - the coordinate transform variable
Returns:
the coordinate transform