Package ucar.nc2.dataset.transform
Class MSGnavigation
- java.lang.Object
-
- ucar.nc2.dataset.transform.AbstractTransformBuilder
-
- ucar.nc2.dataset.transform.MSGnavigation
-
- All Implemented Interfaces:
HorizTransformBuilderIF
public class MSGnavigation extends AbstractTransformBuilder implements HorizTransformBuilderIF
MSGnavigation projection- Since:
- Jan 9, 2010
-
-
Field Summary
-
Fields inherited from class ucar.nc2.dataset.transform.AbstractTransformBuilder
earth, earth_radius, false_easting, false_northing, lat0, lon0
-
-
Constructor Summary
Constructors Constructor Description MSGnavigation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTransformName()
Get the Transform name.ProjectionCT
makeCoordinateTransform(AttributeContainer ctv, String geoCoordinateUnits)
Make a ProjectionCT from a Coordinate Transform Variable.-
Methods inherited from class ucar.nc2.dataset.transform.AbstractTransformBuilder
addParameter, getFalseEastingScaleFactor, getFalseEastingScaleFactor, getGeoCoordinateUnits, getGeoCoordinateUnits, readAttributeDouble, setErrorBuffer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ucar.nc2.dataset.transform.HorizTransformBuilderIF
setErrorBuffer
-
-
-
-
Method Detail
-
getTransformName
public String getTransformName()
Description copied from interface:HorizTransformBuilderIF
Get the Transform name. Typically this is matched on by an attribute in the dataset.- Specified by:
getTransformName
in interfaceHorizTransformBuilderIF
- Specified by:
getTransformName
in classAbstractTransformBuilder
- Returns:
- name of the transform.
-
makeCoordinateTransform
public ProjectionCT makeCoordinateTransform(AttributeContainer ctv, String geoCoordinateUnits)
Description copied from interface:HorizTransformBuilderIF
Make a ProjectionCT from a Coordinate Transform Variable. A ProjectionCT is just a container for the metadata, the real work is in the ProjectionImpl- Specified by:
makeCoordinateTransform
in interfaceHorizTransformBuilderIF
- Parameters:
ctv
- the coordinate transform variable.geoCoordinateUnits
- the geo X/Y coordinate units, or null.- Returns:
- ProjectionCT
-
-