コード例 #1
0
ファイル: Grib1Pds.java プロジェクト: blazetopher/THREDDS
 /**
  * Get the numeric value for this level, see Table 3
  *
  * @return int level value
  */
 public final double getLevelValue1() {
   return level.getValue1();
 }