Package ucar.nc2.grib.grib1
Class Grib1Gds.LatLon
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1Gds
-
- ucar.nc2.grib.grib1.Grib1Gds.LatLon
-
- Direct Known Subclasses:
Grib1Gds.GaussianLatLon
,Grib1Gds.RotatedLatLon
- Enclosing class:
- Grib1Gds
public static class Grib1Gds.LatLon extends Grib1Gds
-
-
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
deltaLat
protected float
deltaLon
protected float
la1
protected float
la2
protected float
lo1
protected float
lo2
-
Fields inherited from class ucar.nc2.grib.grib1.Grib1Gds
data, hashCode, lastOctet, nptsInLine, nx, ny, resolution, scanMode, template
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LatLon(int template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
float
getDx()
float
getDxRaw()
float
getDy()
float
getDyRaw()
float
getLa1()
float
getLo1()
int
hashCode()
boolean
isLatLon()
GdsHorizCoordSys
makeHorizCoordSys()
void
setNptsInLine(int[] nptsInLine)
void
testHorizCoordSys(Formatter f)
String
toString()
-
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
-
setNptsInLine
public void setNptsInLine(int[] nptsInLine)
-
makeHorizCoordSys
public GdsHorizCoordSys makeHorizCoordSys()
- Specified by:
makeHorizCoordSys
in classGrib1Gds
-
getLa1
public float getLa1()
-
getLo1
public float getLo1()
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Specified by:
testHorizCoordSys
in classGrib1Gds
-
-