|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.mcidas.PointDataAdapter
A class for adapting the results of an ADDE point data request into a VisAD Data object.
| Field Summary | |
(package private) FieldImpl |
field
|
(package private) edu.wisc.ssec.mcidas.adde.AddePointDataReader |
reader
|
| Constructor Summary | |
PointDataAdapter(String addePointRequest)
Construct a PointDataAdapter using the adde request passed as a string. |
|
PointDataAdapter(String addePointRequest,
boolean useAliases)
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(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 |
| Field Detail |
edu.wisc.ssec.mcidas.adde.AddePointDataReader reader
FieldImpl field
| Constructor Detail |
public PointDataAdapter(String addePointRequest)
throws VisADException
addePointRequest - - string representing the ADDE request
VisADException - bad request, no data available, VisAD errorgetData()
public PointDataAdapter(String addePointRequest,
boolean useAliases)
throws VisADException
addePointRequest - - string representing the ADDE requestuseAliases - - for quantities like Latitude, Longitude,etc
alias the RealTypes to the original McIDAS
variable name.
VisADException - bad request, no data available, VisAD errorgetData()| Method Detail |
public DataImpl getData()
public static void main(String[] args)
throws Exception
args - ADDE point data request
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||