public abstract class Grib2Gds extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Grib2Gds.CurvilinearOrthogonal |
static class |
Grib2Gds.GaussLatLon |
static class |
Grib2Gds.LambertConformal |
static class |
Grib2Gds.LatLon |
static class |
Grib2Gds.Mercator |
static class |
Grib2Gds.PolarStereographic |
static class |
Grib2Gds.RotatedLatLon |
static class |
Grib2Gds.SpaceViewPerspective |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
float |
earthRadius |
int |
earthShape |
protected int |
hashCode |
float |
majorAxis |
float |
minorAxis |
int |
nx |
int |
ny |
int |
scanMode |
int |
template |
| Constructor and Description |
|---|
Grib2Gds(byte[] data,
int template) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Grib2Gds |
factory(int template,
byte[] data) |
protected Earth |
getEarth() |
String |
getNameShort() |
protected int |
getOctet(int index) |
protected int |
getOctet4(int start) |
protected int |
getOctetSigned(int index) |
byte[] |
getRawBytes() |
protected float |
getScaledValue(int start) |
int |
hashCode() |
boolean |
isLatLon() |
static void |
main(String[] args) |
abstract GdsHorizCoordSys |
makeHorizCoordSys() |
abstract void |
testHorizCoordSys(Formatter f) |
protected final byte[] data
public int template
public float earthRadius
public float majorAxis
public float minorAxis
public int earthShape
public int nx
public int ny
public int scanMode
protected int hashCode
public static Grib2Gds factory(int template, byte[] data)
public byte[] getRawBytes()
protected int getOctet(int index)
protected int getOctetSigned(int index)
protected int getOctet4(int start)
protected float getScaledValue(int start)
public boolean isLatLon()
public abstract GdsHorizCoordSys makeHorizCoordSys()
public abstract void testHorizCoordSys(Formatter f)
public String getNameShort()
protected Earth getEarth()
public static void main(String[] args)
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.