|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.dataset.transform.AbstractCoordTransBuilder
ucar.nc2.dataset.transform.Mercator
public class Mercator
Create a Mercator Projection from the information in the Coordinate Transform Variable.
| Constructor Summary | |
|---|---|
Mercator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTransformName()
Get the Transform name. |
TransformType |
getTransformType()
Get the Transform Type : Vertical or Projection |
CoordinateTransform |
makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make a CoordinateTransform from a Coordinate Transform Variable. |
| Methods inherited from class ucar.nc2.dataset.transform.AbstractCoordTransBuilder |
|---|
getFalseEastingScaleFactor, makeMathTransform, parseFormula, setErrorBuffer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mercator()
| Method Detail |
|---|
public java.lang.String getTransformName()
CoordTransBuilderIF
public TransformType getTransformType()
CoordTransBuilderIF
public CoordinateTransform makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
CoordTransBuilderIF
ds - the containing datasetctv - the coordinate transform variable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||