|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.agmodel.metsoap.ElementData
A collection of time series related to a particular meteorological element (eg temperature).
May contain several data stores (eg maximum and minimum daily temperature, or soil temperatures at several depths)
Designed to be part of a StationData result.
Conforms to the JavaBean pattern to ensure easy serialization
Copyright (c)2002 National Agricultural Research Center
StationData| Constructor Summary | |
ElementData()
|
|
| Method Summary | |
DataStore[] |
getData()
Gets a reference to the array of data stores in the container. |
String |
getElementID()
Retrieves a national language-independent identifier for the meteorological element. |
String |
getElementName()
Retrieves the national language name for the meteorological element. |
TimeInterval |
getInterval()
Gets the period (starting date and ending date) that the data in the store covers. |
void |
setData(DataStore[] newData)
Puts an array of data stores into the container. |
void |
setElementID(String newElementID)
Specifies a national language-independent identifier for the meteorological element. |
void |
setElementName(String newElementName)
Specifies the national language name for the meteorological element. |
void |
setInterval(TimeInterval newInterval)
Specifies the period (starting date and ending date) that the data in the store covers. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ElementData()
| Method Detail |
public void setInterval(TimeInterval newInterval)
newInterval - the period of time, with a start and an end specifiedpublic TimeInterval getInterval()
public void setData(DataStore[] newData)
newData - the numeric contentspublic DataStore[] getData()
public void setElementName(String newElementName)
newElementName - the name (in Unicode)public String getElementName()
public void setElementID(String newElementID)
newElementID - "air temperature","rain","wind","radiation","humidity","soil temperature","water temperature","leaf wetness" or "bright sunlight"public String getElementID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||