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 floatdeltaLatprotected floatdeltaLonprotected floatla1protected floatla2protected floatlo1protected floatlo2-
Fields inherited from class ucar.nc2.grib.grib1.Grib1Gds
data, hashCode, lastOctet, nptsInLine, nx, ny, resolution, scanMode, template
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLatLon(int template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)floatgetDx()floatgetDxRaw()floatgetDy()floatgetDyRaw()floatgetLa1()floatgetLo1()inthashCode()booleanisLatLon()GdsHorizCoordSysmakeHorizCoordSys()voidsetNptsInLine(int[] nptsInLine)voidtestHorizCoordSys(Formatter f)StringtoString()-
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:
makeHorizCoordSysin classGrib1Gds
-
getLa1
public float getLa1()
-
getLo1
public float getLo1()
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Specified by:
testHorizCoordSysin classGrib1Gds
-
-