ucar.nc2.thredds
Class TDSRadarDatasetCollection.InvDatasetInfo

java.lang.Object
  extended by ucar.nc2.thredds.TDSRadarDatasetCollection.InvDatasetInfo
All Implemented Interfaces:
DatedThing
Enclosing class:
TDSRadarDatasetCollection

public class TDSRadarDatasetCollection.InvDatasetInfo
extends Object
implements DatedThing

Class to hold an InvDataset and a Date


Constructor Summary
TDSRadarDatasetCollection.InvDatasetInfo(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

TDSRadarDatasetCollection.InvDatasetInfo

public TDSRadarDatasetCollection.InvDatasetInfo(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 DatedThing
Returns:
the Date


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