ucar.nc2.dataset.transform
Class LambertAzimuthal
java.lang.Object
ucar.nc2.dataset.transform.AbstractCoordTransBuilder
ucar.nc2.dataset.transform.LambertAzimuthal
- All Implemented Interfaces:
- CoordTransBuilderIF
public class LambertAzimuthal
- extends AbstractCoordTransBuilder
Create a LambertAzimuthal Projection from the information in the Coordinate Transform Variable.
- Author:
- caron
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LambertAzimuthal
public LambertAzimuthal()
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 datasetctv
- the coordinate transform variable.
- Returns:
- CoordinateTransform
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.