public class Grib2Table extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Grib2Table.Id |
static class |
Grib2Table.Type |
Modifier and Type | Field and Description |
---|---|
Grib2Table.Id |
id |
String |
name |
static String |
tableMapPath |
static List<Grib2Table> |
tables |
Grib2Table.Type |
type |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Grib2Table.Id |
getId() |
String |
getName() |
String |
getPath() |
static Grib2Table |
getTable(Grib2Table.Id id) |
static List<Grib2Table> |
getTables() |
Grib2Table.Type |
getType() |
int |
hashCode() |
void |
setPath(String path) |
public static final String tableMapPath
public static List<Grib2Table> tables
public final String name
public final Grib2Table.Type type
public final Grib2Table.Id id
public static Grib2Table getTable(Grib2Table.Id id)
public static List<Grib2Table> getTables()
public String getPath()
public void setPath(String path)
public String getName()
public Grib2Table.Type getType()
public Grib2Table.Id getId()
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.