Class StormAODTInfo.DataGrid

java.lang.Object
edu.wisc.ssec.mcidasv.data.cyclone.StormAODTInfo.DataGrid
Enclosing class:
StormAODTInfo

public static class StormAODTInfo.DataGrid extends Object
Class DataGrid _more_
Version:
$Revision$
Author:
IDV Development Team
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) float[][]
    _more_
    (package private) float[][]
    _more_
    (package private) int
    _more_
    (package private) int
    _more_
    (package private) float[][]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataGrid(float[][] temp, float[][] lon, float[][] lat, int numx, int numy)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float[][]
     
    float[][]
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • temp

      float[][] temp
    • lat

      float[][] lat
      _more_
    • lon

      float[][] lon
      _more_
    • numx

      int numx
      _more_
    • numy

      int numy
      _more_
  • Constructor Details

    • DataGrid

      public DataGrid(float[][] temp, float[][] lon, float[][] lat, int numx, int numy)
  • Method Details

    • getlons

      public float[][] getlons()
    • getlats

      public float[][] getlats()