|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvisad.data.mcidas.PointDataAdapter
public class PointDataAdapter
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 |
|---|
public PointDataAdapter(java.lang.String addePointRequest)
throws VisADException
addePointRequest - - string representing the ADDE request
VisADException - bad request, no data available, VisAD error| Method Detail |
|---|
public DataImpl getData()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - ADDE point data request
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||