public class FmrInv extends Object implements Comparable<FmrInv>
Modifier and Type | Class and Description |
---|---|
class |
FmrInv.GridVariable
A grid variable for an fmr (one run)
A collection of GridDatasetInv.Grid, one for each seperate dataset.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FmrInv fmr) |
List<EnsCoord> |
getEnsCoords() |
Set<GridDatasetInv> |
getFiles() |
List<FmrInv.GridVariable> |
getGrids() |
List<GridDatasetInv> |
getInventoryList() |
String |
getName() |
CalendarDate |
getRunDate() |
List<TimeCoord> |
getTimeCoords() |
List<VertCoord> |
getVertCoords() |
public List<FmrInv.GridVariable> getGrids()
public List<GridDatasetInv> getInventoryList()
public CalendarDate getRunDate()
public String getName()
public int compareTo(FmrInv fmr)
compareTo
in interface Comparable<FmrInv>
public Set<GridDatasetInv> getFiles()
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.