Package ucar.nc2.grib.grib1
Class Grib1Gds.LambertConformal
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1Gds
-
- ucar.nc2.grib.grib1.Grib1Gds.LambertConformal
-
-
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 floatdXprotected floatdYprotected floatla1protected floatladprotected floatlatin1protected floatlatin2protected floatlatSouthPoleprotected floatlo1protected floatlonSouthPoleprotected floatlovprotected intprojCenterFlag-
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 booleanequals(Object o)floatgetDxRaw()floatgetDyRaw()inthashCode()GdsHorizCoordSysmakeHorizCoordSys()voidtestHorizCoordSys(Formatter f)StringtoString()-
Methods inherited from class ucar.nc2.grib.grib1.Grib1Gds
factory, getDx, getDy, getEarth, getEarthShape, getNameShort, getNpts, getNptsInLine, getNx, getNxRaw, getNy, getNyRaw, getOctet, getOctet2, getOctet3, getOctet4, getRawBytes, getResolution, getScanMode, getUVisReletiveToEastNorth, isLatLon
-
-
-
-
Field Detail
-
la1
protected final float la1
-
lo1
protected final float lo1
-
lov
protected final float lov
-
lad
protected float lad
-
dX
protected final float dX
-
dY
protected final float dY
-
latin1
protected final float latin1
-
latin2
protected final float latin2
-
latSouthPole
protected final float latSouthPole
-
lonSouthPole
protected final float lonSouthPole
-
projCenterFlag
protected final int projCenterFlag
-
-
Method Detail
-
makeHorizCoordSys
public GdsHorizCoordSys makeHorizCoordSys()
- Specified by:
makeHorizCoordSysin classGrib1Gds
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Specified by:
testHorizCoordSysin classGrib1Gds
-
-