Package ucar.nc2.grib.grib1
Class Grib1Gds.RotatedLatLon
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1Gds
-
- ucar.nc2.grib.grib1.Grib1Gds.LatLon
-
- ucar.nc2.grib.grib1.Grib1Gds.RotatedLatLon
-
- Enclosing class:
- Grib1Gds
public static class Grib1Gds.RotatedLatLon extends Grib1Gds.LatLon
-
-
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
angleRotation
protected float
latSouthPole
protected float
lonSouthPole
-
Fields inherited from class ucar.nc2.grib.grib1.Grib1Gds.LatLon
deltaLat, deltaLon, la1, la2, lo1, 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)
String
getName()
int
hashCode()
GdsHorizCoordSys
makeHorizCoordSys()
void
testHorizCoordSys(Formatter f)
String
toString()
-
Methods inherited from class ucar.nc2.grib.grib1.Grib1Gds.LatLon
getDx, getDxRaw, getDy, getDyRaw, getLa1, getLo1, isLatLon, setNptsInLine
-
Methods inherited from class ucar.nc2.grib.grib1.Grib1Gds
factory, getEarth, getEarthShape, getNameShort, getNpts, getNptsInLine, getNx, getNxRaw, getNy, getNyRaw, getOctet, getOctet2, getOctet3, getOctet4, getRawBytes, getResolution, getScanMode, getUVisReletiveToEastNorth
-
-
-
-
Method Detail
-
getName
public String getName()
-
toString
public String toString()
- Overrides:
toString
in classGrib1Gds.LatLon
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classGrib1Gds.LatLon
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGrib1Gds.LatLon
-
makeHorizCoordSys
public GdsHorizCoordSys makeHorizCoordSys()
- Overrides:
makeHorizCoordSys
in classGrib1Gds.LatLon
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Overrides:
testHorizCoordSys
in classGrib1Gds.LatLon
-
-