|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.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(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. |
|
PointDataAdapter(String addePointRequest,
boolean useAliases,
boolean makeUniqueNames)
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 |
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()
public PointDataAdapter(String addePointRequest, boolean useAliases, boolean makeUniqueNames) throws VisADException
addePointRequest
- - string representing the ADDE requestuseAliases
- - for quantities like Latitude, Longitude,etc
alias the RealTypes to the original McIDAS
variable name.makeUniqueNames
- - if true, make unique names to avoid null Types
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 |