| Package | Description |
|---|---|
| thredds.server.radarServer |
| Modifier and Type | Method and Description |
|---|---|
static RadarServer.RadarType |
RadarServer.RadarType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RadarServer.RadarType[] |
RadarServer.RadarType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Station |
RadarMethods.getStation(String station,
RadarServer.RadarType radarType)
returns station or null
|
String[] |
RadarMethods.getStations(RadarServer.RadarType radarType)
returns stations or null
|
boolean |
RadarMethods.isStation(String station,
RadarServer.RadarType radarType)
returns true if a station
|
boolean |
RadarMethods.isStationListEmpty(List<String> stations,
RadarServer.RadarType radarType)
Determine if any of the given station names are actually in the dataset.
|
boolean |
RadarMethods.isVar(String var,
RadarServer.RadarType radarType)
returns true if a variable
|
org.jdom2.Document |
RadarMethods.makeStationDocument(org.jdom2.Document doc,
org.jdom2.Element rootElem,
String[] stations,
RadarServer.RadarType radarType)
Create an XML station document
|
void |
RadarMethods.printStations(String[] stations,
PrintWriter pw,
RadarServer.RadarType radarType)
print station in a XML format from this info
|
void |
RadarMethods.radarQuery(RadarServer.RadarType radarType,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
PrintWriter pw) |
String[] |
RadarMethods.stationsDS(RadarServer.RadarType radarType,
String path) |
org.jdom2.Document |
RadarMethods.stationsXML(RadarServer.RadarType radarType,
org.jdom2.Document doc,
org.jdom2.Element rootElem,
String path) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.