@Immutable public class Grib1Parameter extends Object implements GribTables.Parameter
Constructor and Description |
---|
Grib1Parameter(Grib1ParamTableReader table,
int number,
String name,
String description,
String unit) |
Grib1Parameter(Grib1ParamTableReader table,
int number,
String name,
String description,
String unit,
String cf_name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAbbrev() |
int |
getCategory() |
String |
getCFname() |
String |
getDescription()
description of parameter.
|
int |
getDiscipline() |
Float |
getFill() |
String |
getId() |
Float |
getMissing() |
String |
getName() |
int |
getNumber() |
Grib1ParamTableReader |
getTable() |
String |
getUnit()
unit of parameter.
|
int |
getValue() |
int |
hashCode() |
String |
toString() |
boolean |
useName() |
public Grib1Parameter(Grib1ParamTableReader table, int number, String name, String description, String unit)
public Grib1Parameter(Grib1ParamTableReader table, int number, String name, String description, String unit, String cf_name)
public Grib1ParamTableReader getTable()
public int getDiscipline()
getDiscipline
in interface GribTables.Parameter
public int getCategory()
getCategory
in interface GribTables.Parameter
public int getNumber()
getNumber
in interface GribTables.Parameter
public int getValue()
getValue
in interface GribTables.Parameter
public String getName()
getName
in interface GribTables.Parameter
public boolean useName()
public final String getDescription()
getDescription
in interface GribTables.Parameter
public String getId()
getId
in interface GribTables.Parameter
public final String getUnit()
getUnit
in interface GribTables.Parameter
public String getAbbrev()
getAbbrev
in interface GribTables.Parameter
public Float getFill()
getFill
in interface GribTables.Parameter
public Float getMissing()
getMissing
in interface GribTables.Parameter
public String getCFname()
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.