Package ucar.nc2.grib.grib1
Class Grib1Gds.PolarStereographic
- java.lang.Object
-
- ucar.nc2.grib.grib1.Grib1Gds
-
- ucar.nc2.grib.grib1.Grib1Gds.PolarStereographic
-
-
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
lo1
protected float
lov
protected int
projCenterFlag
-
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
PolarStereographic(int 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
getLo1()
float
getLov()
int
getProjCenterFlag()
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
-
-
-
-
Method Detail
-
getLa1
public float getLa1()
-
getLo1
public float getLo1()
-
getLov
public float getLov()
-
getProjCenterFlag
public int getProjCenterFlag()
-
makeHorizCoordSys
public GdsHorizCoordSys makeHorizCoordSys()
- Specified by:
makeHorizCoordSys
in classGrib1Gds
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Specified by:
testHorizCoordSys
in classGrib1Gds
-
-