ucar.nc2.iosp.mcidas
Class McIDASAreaTransformBuilder
java.lang.Object
ucar.nc2.dataset.transform.AbstractCoordTransBuilder
ucar.nc2.iosp.mcidas.McIDASAreaTransformBuilder
- All Implemented Interfaces:
- CoordTransBuilderIF
public class McIDASAreaTransformBuilder
- extends AbstractCoordTransBuilder
Projection based on Mcidas Area files.
- Author:
- caron
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
McIDASAreaTransformBuilder
public McIDASAreaTransformBuilder()
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 datasetctv
- the coordinate transform variable
- Returns:
- the coordinate transform
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.