public static class Grib2Gds.LatLon extends Grib2Gds
Grib2Gds.AbstractRotatedLatLon, Grib2Gds.AlbersEqualArea, Grib2Gds.CurvilinearOrthogonal, Grib2Gds.GaussLatLon, Grib2Gds.GdsUnstructured, Grib2Gds.LambertConformal, Grib2Gds.LatLon, Grib2Gds.Mercator, Grib2Gds.PolarStereographic, Grib2Gds.RotatedLatLon, Grib2Gds.RotatedLatLon32769, Grib2Gds.SpaceViewPerspective| Modifier and Type | Field and Description |
|---|---|
int |
basicAngle |
int |
basicAngleSubdivisions |
float |
deltaLat |
float |
deltaLon |
int |
flags |
float |
la1 |
float |
la2 |
float |
lo1 |
float |
lo2 |
center, data, earthRadius, earthShape, hashCode, lastOctet, majorAxis, minorAxis, nptsInLine, numberOfDataPoints, scanMode, template| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
protected void |
finish() |
int[] |
getOptionalPoints() |
protected float |
getScale() |
int |
hashCode() |
boolean |
isLatLon() |
GdsHorizCoordSys |
makeHorizCoordSys() |
void |
testHorizCoordSys(java.util.Formatter f) |
void |
testScanMode(java.util.Formatter f) |
factory, getEarth, getNameShort, getNptsInLine, getNx, getNxRaw, getNy, getNyRaw, getOctet, getRawBytes, getScanMode, isThin, setCenterpublic float la1
public float lo1
public float la2
public float lo2
public float deltaLon
public float deltaLat
public final int basicAngle
public final int basicAngleSubdivisions
public final int flags
public void testScanMode(java.util.Formatter f)
testScanMode in class Grib2Gdsprotected float getScale()
public int[] getOptionalPoints()
public GdsHorizCoordSys makeHorizCoordSys()
makeHorizCoordSys in class Grib2Gdspublic void testHorizCoordSys(java.util.Formatter f)
testHorizCoordSys in class Grib2Gds