|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.agmodel.metsoap.WeatherStation
Contains details about a weather station.
Conforms to the JavaBean pattern to ensure easy SOAP serialization
Copyright (c)2002 National Agricultural Research Center
| Constructor Summary | |
WeatherStation()
|
|
| Method Summary | |
boolean[][] |
getCatalog()
Return a set of flags indicating which elements, and at what resolution are available from the station. |
Location |
getLocation()
Get this station's location on the globe, including its altitude. |
String |
getMetSourceID()
Retrieves the identifier of the database in which this station's data is stored. |
TimeInterval |
getOperational()
Retrieves the period of operation of the station, from establishment to shut down. |
String |
getRegionID()
Get the identifier of the region to which the station belongs, if any. |
String |
getStationID()
Get the ID used to identify this station within its host database. |
String |
getStationName()
Get the name of station in a form (character set) suitable for presentation to the user. |
void |
setCatalog(boolean[][] catalog)
|
void |
setLocation(Location aLocation)
|
void |
setMetSourceID(String metSourceID)
|
void |
setOperational(TimeInterval ofOperation)
|
void |
setRegionID(String aRegionID)
|
void |
setStationID(String aStationID)
|
void |
setStationName(String aStationName)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WeatherStation()
| Method Detail |
public TimeInterval getOperational()
public void setOperational(TimeInterval ofOperation)
public void setMetSourceID(String metSourceID)
public String getMetSourceID()
MetSoapRemoteInterface.listMetSources(String)public void setRegionID(String aRegionID)
public String getRegionID()
MetSoapRemoteInterface.listRegionsForSource(String,String)public void setStationID(String aStationID)
public String getStationID()
public void setStationName(String aStationName)
public String getStationName()
public boolean[][] getCatalog()
MetRequest.setResolution(int),
MetRequest.setRequestedElements(int[])public void setCatalog(boolean[][] catalog)
public Location getLocation()
public void setLocation(Location aLocation)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||