Package ucar.nc2.grib.grib1
Class Grib1Gds.SphericalHarmonicCoefficients
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1Gds
-
- ucar.nc2.grib.grib1.Grib1Gds.SphericalHarmonicCoefficients
-
-
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 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 float
getDxRaw()
float
getDyRaw()
GdsHorizCoordSys
makeHorizCoordSys()
void
testHorizCoordSys(Formatter f)
String
toString()
-
Methods inherited from class ucar.nc2.grib.grib1.Grib1Gds
equals, factory, getDx, getDy, getEarth, getEarthShape, getNameShort, getNpts, getNptsInLine, getNx, getNxRaw, getNy, getNyRaw, getOctet, getOctet2, getOctet3, getOctet4, getRawBytes, getResolution, getScanMode, getUVisReletiveToEastNorth, hashCode, isLatLon
-
-
-
-
Method Detail
-
makeHorizCoordSys
public GdsHorizCoordSys makeHorizCoordSys()
- Specified by:
makeHorizCoordSys
in classGrib1Gds
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Specified by:
testHorizCoordSys
in classGrib1Gds
-
-