public static class Grib1Gds.LatLon extends Grib1Gds
Grib1Gds.GaussianLatLon, Grib1Gds.LambertConformal, Grib1Gds.LatLon, Grib1Gds.Mercator, Grib1Gds.PolarStereographic, Grib1Gds.RotatedLatLon, Grib1Gds.SphericalHarmonicCoefficients, Grib1Gds.UnknownGds
Modifier and Type | Field and Description |
---|---|
protected float |
deltaLat |
protected float |
deltaLon |
protected float |
la1 |
protected float |
la2 |
protected float |
lo1 |
protected float |
lo2 |
data, hashCode, lastOctet, nptsInLine, nx, ny, resolution, scanMode, template
Modifier | Constructor and Description |
---|---|
protected |
LatLon(int template) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
float |
getDx() |
float |
getDxRaw() |
float |
getDy() |
float |
getDyRaw() |
float |
getLa1() |
float |
getLo1() |
int |
hashCode() |
boolean |
isLatLon() |
GdsHorizCoordSys |
makeHorizCoordSys() |
void |
setNptsInLine(int[] nptsInLine) |
void |
testHorizCoordSys(java.util.Formatter f) |
java.lang.String |
toString() |
factory, getEarth, getEarthShape, getNameShort, getNpts, getNptsInLine, getNx, getNxRaw, getNy, getNyRaw, getOctet, getOctet2, getOctet3, getOctet4, getRawBytes, getResolution, getScanMode, getUVisReletiveToEastNorth
protected float la1
protected float lo1
protected float la2
protected float lo2
protected float deltaLon
protected float deltaLat
public void setNptsInLine(int[] nptsInLine)
public GdsHorizCoordSys makeHorizCoordSys()
makeHorizCoordSys
in class Grib1Gds
public float getLa1()
public float getLo1()
public void testHorizCoordSys(java.util.Formatter f)
testHorizCoordSys
in class Grib1Gds