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 float
dX
protected float
dY
protected float
la1
protected float
lad
protected float
latin1
protected float
latin2
protected float
latSouthPole
protected float
lo1
protected float
lonSouthPole
protected float
lov
protected int
projCenterFlag
-
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)
float
getDxRaw()
float
getDyRaw()
float
getLa1()
float
getLatin1()
float
getLatin2()
float
getLo1()
float
getLov()
int
hashCode()
GdsHorizCoordSys
makeHorizCoordSys()
void
testHorizCoordSys(Formatter f)
String
toString()
-
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
-
getLa1
public float getLa1()
-
getLo1
public float getLo1()
-
getLov
public float getLov()
-
getLatin1
public float getLatin1()
-
getLatin2
public float getLatin2()
-
makeHorizCoordSys
public GdsHorizCoordSys makeHorizCoordSys()
- Specified by:
makeHorizCoordSys
in classGrib1Gds
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Specified by:
testHorizCoordSys
in classGrib1Gds
-
-