public class PointDataAdapter
extends java.lang.Object
| Constructor and Description |
|---|
PointDataAdapter(java.lang.String addePointRequest)
Construct a PointDataAdapter using the adde request passed as a string.
|
PointDataAdapter(java.lang.String addePointRequest,
boolean useAliases)
Construct a PointDataAdapter using the adde request passed as a string.
|
PointDataAdapter(java.lang.String addePointRequest,
boolean useAliases,
boolean makeUniqueNames)
Construct a PointDataAdapter using the adde request passed as a string.
|
public PointDataAdapter(java.lang.String addePointRequest)
throws VisADException
addePointRequest - - string representing the ADDE requestVisADException - bad request, no data available, VisAD errorgetData()public PointDataAdapter(java.lang.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(java.lang.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 TypesVisADException - bad request, no data available, VisAD errorgetData()public DataImpl getData()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - ADDE point data requestjava.lang.Exception