Uses of Class
visad.DateTime

Packages that use DateTime
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.bom   
visad.data.mcidas Provides for importing McIDAS AREA files and McIDAS base map (OUTL) files into VisAD. 
visad.data.text   
visad.meteorology Provides classes that are useful in the field of meteorology. 
 

Uses of DateTime in visad
 

Methods in visad that return DateTime
static DateTime DateTime.createDateTime(String dateString)
          Create a DateTime object from a string specification
static DateTime DateTime.createDateTime(String dateString, String format)
          Create a DateTime object from a string specification using the supplied pattern and default timezone.
static DateTime DateTime.createDateTime(String dateString, String format, TimeZone timezone)
          Create a DateTime object from a string specification using the supplied pattern and timezone.
static DateTime[] DateTime.timeSetToArray(Gridded1DSet timeSet)
          Create an array of DateTimes from a Gridded1DSet of times.
 

Methods in visad with parameters of type DateTime
static Gridded1DDoubleSet DateTime.makeTimeSet(DateTime[] times)
          Create a Gridded1DDoubleSet from an array of DateTimes
 

Uses of DateTime in visad.bom
 

Fields in visad.bom declared as DateTime
 DateTime RadarFile.dtTime
           
 

Methods in visad.bom that return DateTime
 DateTime RadarFile.getRadarTime()
          Retrieves the time of the radar image as a VisAD DateTime.
 

Uses of DateTime in visad.data.mcidas
 

Methods in visad.data.mcidas that return DateTime
 DateTime AreaAdapter.getImageStartTime()
          Retrieves the time of the start of the image scan as a VisAD DateTime.
 DateTime AreaAdapter.getNominalTime()
          Retrieves the "nominal" time of the image as a VisAD DateTime.
 

Uses of DateTime in visad.data.text
 

Methods in visad.data.text that return DateTime
 DateTime TextAdapter.DateParser.createDateTime(String value, String format, TimeZone timezone)
          If this particular DateParser does not know how to handle the give format then this method should return null
 

Uses of DateTime in visad.meteorology
 

Methods in visad.meteorology that return DateTime
 DateTime[] ImageSequenceImpl.getImageTimes()
          Return the list of times associated with this sequence.
 DateTime[] ImageSequence.getImageTimes()
          Return the list of times associated with this sequence.
 DateTime SingleBandedImageImpl.getStartTime()
          Get the start time of the image.
 DateTime SingleBandedImage.getStartTime()
          Get the start time of the image.
 

Methods in visad.meteorology with parameters of type DateTime
 SingleBandedImage ImageSequenceImpl.getImage(DateTime dt)
          Get the image at the specified time
 SingleBandedImage ImageSequence.getImage(DateTime dt)
          Get the image at the specified time
 ImageSequence ImageSequenceManager.removeImageAtTime(DateTime time)
          Remove an image from the sequence.
 

Constructors in visad.meteorology with parameters of type DateTime
NavigatedImage(FlatField image, DateTime startTime, String desc)
          Construct a NavigatedImage from a FlatField.
NavigatedImage(FlatField image, DateTime startTime, String desc, boolean copyData)
          Construct a NavigatedImage from a FlatField.
NavigatedImage(FunctionType function, Set domain, DateTime startTime, String desc)
          Construct a NavigatedImage without any data.
SatelliteImage(FlatField image, DateTime startTime, String desc, String sensor)
          Construct a Satellite Image from a FlatField.
SatelliteImage(FunctionType function, Set domain, DateTime startTime, String desc, String sensor)
          Construct a SatelliteImage without any data.
SingleBandedImageImpl(FlatField image, DateTime startTime, String desc)
          Construct a SingleBandedImageImpl from a FlatField.
SingleBandedImageImpl(FlatField image, DateTime startTime, String desc, boolean copyData)
          Construct a SingleBandedImage from the FlatField specified.
SingleBandedImageImpl(FunctionType function, Set domain, DateTime startTime, String desc)
          Construct a SingleBandedImageImpl without any data.