| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DateTime |
DateTime.createDateTime(java.lang.String dateString)
Create a DateTime object from a string specification
|
static DateTime |
DateTime.createDateTime(java.lang.String dateString,
java.lang.String format)
Create a DateTime object from a string specification using the
supplied pattern and default timezone.
|
static DateTime |
DateTime.createDateTime(java.lang.String dateString,
java.lang.String format,
java.util.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Gridded1DDoubleSet |
DateTime.makeTimeSet(DateTime[] times)
Create a Gridded1DDoubleSet from an array of DateTimes
|
| Modifier and Type | Field and Description |
|---|---|
DateTime |
RadarFile.dtTime |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
RadarFile.getRadarTime()
Retrieves the time of the radar image as a VisAD DateTime.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
TextAdapter.DateParser.createDateTime(java.lang.String value,
java.lang.String format,
java.util.TimeZone timezone)
If this particular DateParser does not know how to handle the give format then this method should return null
|
| Modifier and Type | Method and Description |
|---|---|
DateTime[] |
ImageSequence.getImageTimes()
Return the list of times associated with this sequence.
|
DateTime[] |
ImageSequenceImpl.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.
|
| Modifier and Type | Method and Description |
|---|---|
SingleBandedImage |
ImageSequence.getImage(DateTime dt)
Get the image at the specified time
|
SingleBandedImage |
ImageSequenceImpl.getImage(DateTime dt)
Get the image at the specified time
|
ImageSequence |
ImageSequenceManager.removeImageAtTime(DateTime time)
Remove an image from the sequence.
|
| Constructor and Description |
|---|
NavigatedImage(FlatField image,
DateTime startTime,
java.lang.String desc)
Construct a NavigatedImage from a FlatField.
|
NavigatedImage(FlatField image,
DateTime startTime,
java.lang.String desc,
boolean copyData)
Construct a NavigatedImage from a FlatField.
|
NavigatedImage(FunctionType function,
Set domain,
DateTime startTime,
java.lang.String desc)
Construct a NavigatedImage without any data.
|
SatelliteImage(FlatField image,
DateTime startTime,
java.lang.String desc,
java.lang.String sensor)
Construct a Satellite Image from a FlatField.
|
SatelliteImage(FunctionType function,
Set domain,
DateTime startTime,
java.lang.String desc,
java.lang.String sensor)
Construct a SatelliteImage without any data.
|
SingleBandedImageImpl(FlatField image,
DateTime startTime,
java.lang.String desc)
Construct a SingleBandedImageImpl from a FlatField.
|
SingleBandedImageImpl(FlatField image,
DateTime startTime,
java.lang.String desc,
boolean copyData)
Construct a SingleBandedImage from the FlatField specified.
|
SingleBandedImageImpl(FunctionType function,
Set domain,
DateTime startTime,
java.lang.String desc)
Construct a SingleBandedImageImpl without any data.
|