visad.data.mcidas
Class PointDataAdapter

java.lang.Object
  extended by visad.data.mcidas.PointDataAdapter

public class PointDataAdapter
extends java.lang.Object

A class for adapting the results of an ADDE point data request into a VisAD Data object.


Constructor Summary
PointDataAdapter(java.lang.String addePointRequest)
          Construct a PointDataAdapter using the adde request passed as a string.
 
Method Summary
 DataImpl getData()
          Get the VisAD Data object that represents the output from the request.
static void main(java.lang.String[] args)
          test with 'java visad.data.mcidas.PointDataAdapter args'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointDataAdapter

public PointDataAdapter(java.lang.String addePointRequest)
                 throws VisADException
Construct a PointDataAdapter using the adde request passed as a string.

Parameters:
addePointRequest - - string representing the ADDE request
Throws:
VisADException - bad request, no data available, VisAD error
Method Detail

getData

public DataImpl getData()
Get the VisAD Data object that represents the output from the request.

Returns:
requested data

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
test with 'java visad.data.mcidas.PointDataAdapter args'

Parameters:
args - ADDE point data request
Throws:
java.lang.Exception