ucar.nc2.ft.fmrc
Class FmrcInv.RunSeq

java.lang.Object
  extended by ucar.nc2.ft.fmrc.FmrcInv.RunSeq
Enclosing class:
FmrcInv

public class FmrcInv.RunSeq
extends Object

Represents a sequence of Runs, each run has a particular TimeCoord. this is where the time coordinates may be regularized keep track of all the Variables with the same RunSeq


Method Summary
 String getName()
           
 int getNTimeOffsets()
           
 List<TimeCoord> getTimes()
           
 List<FmrcInv.UberGrid> getUberGrids()
           
 TimeCoord getUnionTimeCoord()
           
 boolean isInterval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isInterval

public boolean isInterval()

getTimes

public List<TimeCoord> getTimes()

getName

public String getName()

getNTimeOffsets

public int getNTimeOffsets()

getUnionTimeCoord

public TimeCoord getUnionTimeCoord()

getUberGrids

public List<FmrcInv.UberGrid> getUberGrids()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.