public class PointDataAdapter extends Object
| Constructor and Description |
|---|
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.
|
public PointDataAdapter(String addePointRequest) throws VisADException
addePointRequest - - string representing the ADDE requestVisADException - 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 TypesVisADException - bad request, no data available, VisAD errorgetData()public DataImpl getData()