ucar.unidata.idv.chooser
Class IdvRadarDatasetCollection.InvDatasetInfo

java.lang.Object
  extended by ucar.unidata.idv.chooser.IdvRadarDatasetCollection.InvDatasetInfo
All Implemented Interfaces:
ucar.unidata.util.DatedThing
Enclosing class:
IdvRadarDatasetCollection

public class IdvRadarDatasetCollection.InvDatasetInfo
extends Object
implements ucar.unidata.util.DatedThing

Class to hold an InvDataset and a Date


Constructor Summary
IdvRadarDatasetCollection.InvDatasetInfo(thredds.catalog.InvDataset u, Date date)
          Create an InvDatasetInfo
 
Method Summary
 Date getDate()
          Get the date
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdvRadarDatasetCollection.InvDatasetInfo

public IdvRadarDatasetCollection.InvDatasetInfo(thredds.catalog.InvDataset u,
                                                Date date)
Create an InvDatasetInfo

Parameters:
u - the InvDataset
date - the Date
Method Detail

getDate

public Date getDate()
Get the date

Specified by:
getDate in interface ucar.unidata.util.DatedThing
Returns:
the Date