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.
|
Modifier and Type | Method and Description |
---|---|
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'
|
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()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.