Package ucar.nc2.grib.grib1
Class Grib1Gds.Mercator
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1Gds
-
- ucar.nc2.grib.grib1.Grib1Gds.Mercator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.grib.grib1.Grib1Gds
Grib1Gds.GaussianLatLon, Grib1Gds.LambertConformal, Grib1Gds.LatLon, Grib1Gds.Mercator, Grib1Gds.PolarStereographic, Grib1Gds.RotatedLatLon, Grib1Gds.SphericalHarmonicCoefficients, Grib1Gds.UnknownGds
-
-
Field Summary
Fields Modifier and Type Field Description protected float
dX
protected float
dY
protected float
la1
protected float
la2
protected float
latin
protected float
lo1
protected float
lo2
-
Fields inherited from class ucar.nc2.grib.grib1.Grib1Gds
data, hashCode, lastOctet, nptsInLine, nx, ny, resolution, scanMode, template
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
float
getDxRaw()
float
getDyRaw()
float
getLa1()
float
getLa2()
float
getLatin()
float
getLo1()
float
getLo2()
int
hashCode()
GdsHorizCoordSys
makeHorizCoordSys()
void
testHorizCoordSys(Formatter f)
String
toString()
-
Methods inherited from class ucar.nc2.grib.grib1.Grib1Gds
factory, getDx, getDy, getEarth, getEarthShape, getNameShort, getNpts, getNptsInLine, getNx, getNxRaw, getNy, getNyRaw, getOctet, getOctet2, getOctet3, getOctet4, getRawBytes, getResolution, getScanMode, getUVisReletiveToEastNorth, isLatLon
-
-
-
-
Method Detail
-
getLa1
public float getLa1()
-
getLo1
public float getLo1()
-
getLa2
public float getLa2()
-
getLo2
public float getLo2()
-
getLatin
public float getLatin()
-
makeHorizCoordSys
public GdsHorizCoordSys makeHorizCoordSys()
- Specified by:
makeHorizCoordSys
in classGrib1Gds
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Specified by:
testHorizCoordSys
in classGrib1Gds
-
-