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 floatdXprotected floatdYprotected floatla1protected floatlo1protected floatlovprotected intprojCenterFlag-
Fields inherited from class ucar.nc2.grib.grib1.Grib1Gds
data, hashCode, lastOctet, nptsInLine, nx, ny, resolution, scanMode, template
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPolarStereographic(int template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)floatgetDxRaw()floatgetDyRaw()floatgetLa1()floatgetLo1()floatgetLov()intgetProjCenterFlag()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
-
-
-
-
Method Detail
-
getLa1
public float getLa1()
-
getLo1
public float getLo1()
-
getLov
public float getLov()
-
getProjCenterFlag
public int getProjCenterFlag()
-
makeHorizCoordSys
public GdsHorizCoordSys makeHorizCoordSys()
- Specified by:
makeHorizCoordSysin classGrib1Gds
-
testHorizCoordSys
public void testHorizCoordSys(Formatter f)
- Specified by:
testHorizCoordSysin classGrib1Gds
-
-