public class FlatEarth extends AbstractCoordTransBuilder
earth, earth_radius, errBuffer, false_easting, false_northing, lat0, lon0
Constructor and Description |
---|
FlatEarth() |
Modifier and Type | Method and Description |
---|---|
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.
|
addParameter, getEarthRadiusInKm, getFalseEastingScaleFactor, getFormula, makeMathTransform, parseFormula, readAttribute, readAttributeDouble, readAttributeDouble2, readStandardParams, setErrorBuffer
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.