Package ucar.nc2.grib.grib2
Class Grib2Gds.CurvilinearOrthogonal
- java.lang.Object
-
- ucar.nc2.grib.grib2.Grib2Gds
-
- ucar.nc2.grib.grib2.Grib2Gds.CurvilinearOrthogonal
-
-
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 Modifier and Type Field Description int
flags
-
Fields inherited from class ucar.nc2.grib.grib2.Grib2Gds
center, data, earthRadius, earthShape, hashCode, lastOctet, majorAxis, minorAxis, nptsInLine, scanMode, template
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
GdsHorizCoordSys
makeHorizCoordSys()
void
testHorizCoordSys(Formatter f)
-
Methods inherited from class ucar.nc2.grib.grib2.Grib2Gds
factory, finish, getEarth, getNameShort, getNptsInLine, getNx, getNxRaw, getNy, getNyRaw, getOctet, getRawBytes, getScanMode, 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
-
-