ucar.nc2.iosp.mcidas
Class McIDASAreaTransformBuilder

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

public class McIDASAreaTransformBuilder
extends AbstractCoordTransBuilder

Projection based on Mcidas Area files.

Author:
caron

Field Summary
 
Fields inherited from class ucar.nc2.dataset.transform.AbstractCoordTransBuilder
errBuffer
 
Constructor Summary
McIDASAreaTransformBuilder()
           
 
Method Summary
 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, 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

McIDASAreaTransformBuilder

public McIDASAreaTransformBuilder()
Method Detail

getTransformName

public 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


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