Package ucar.nc2.grib.grib2
Class GdsSpherical
- java.lang.Object
-
- ucar.nc2.grib.grib2.Grib2Gds
-
- ucar.nc2.grib.grib2.GdsSpherical
-
public class GdsSpherical extends Grib2Gds
Fake implementation of Grib2Gds template 50, to prevent exception.- Since:
- 9/15/2014
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.grib.grib2.Grib2Gds
Grib2Gds.AbstractRotatedLatLon, Grib2Gds.AlbersEqualArea, Grib2Gds.CurvilinearOrthogonal, Grib2Gds.GaussLatLon, Grib2Gds.LambertConformal, Grib2Gds.LatLon, Grib2Gds.Mercator, Grib2Gds.PolarStereographic, Grib2Gds.RotatedLatLon, Grib2Gds.RotatedLatLon32769, Grib2Gds.SpaceViewPerspective
-
-
Field Summary
-
Fields inherited from class ucar.nc2.grib.grib2.Grib2Gds
center, data, earthRadius, earthShape, hashCode, lastOctet, majorAxis, minorAxis, nptsInLine, scanMode, template
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GdsSpherical(byte[] data, int template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GdsHorizCoordSys
makeHorizCoordSys()
void
testHorizCoordSys(Formatter f)
-
Methods inherited from class ucar.nc2.grib.grib2.Grib2Gds
equals, factory, finish, getEarth, getNameShort, getNptsInLine, getNx, getNxRaw, getNy, getNyRaw, getOctet, getRawBytes, getScanMode, hashCode, isLatLon, isThin, setCenter, testScanMode
-
-
-
-
Method Detail
-
makeHorizCoordSys
public GdsHorizCoordSys makeHorizCoordSys()
- Specified by:
makeHorizCoordSys
in classGrib2Gds
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Specified by:
testHorizCoordSys
in classGrib2Gds
-
-