public class SosStation extends AbstractSosAsset implements AssetWithLocation
| Constructor and Description |
|---|
SosStation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDocumentMember(DocumentMember documentMember) |
void |
addHistoryEvent(HistoryEvent historyEvent) |
void |
addNetwork(SosNetwork addingNetwork) |
void |
addSensor(SosSensor sensor) |
org.n52.sos.ioos.asset.StationAsset |
getAsset() |
List<DocumentMember> |
getDocumentation() |
String |
getFeatureOfInterestName()
The default name of the location with which the station takes its
reading from.
|
List<HistoryEvent> |
getHistory() |
com.vividsolutions.jts.geom.Point |
getLocation()
The location of the station
|
List<SosNetwork> |
getNetworks()
A list of networks this station is associated to
|
String |
getPlatformType() |
List<SosSensor> |
getSensors()
A list of phenomena that this station has readings for
|
SosSource |
getSource() |
String |
getSponsor()
The name of sponsoring parties (zero-many)
|
String |
getWmoId() |
void |
setAsset(org.n52.sos.ioos.asset.StationAsset asset) |
void |
setDocumentation(List<DocumentMember> documents) |
void |
setFeatureOfInterestName(String featureOfInterestName) |
void |
setHistoryEvents(List<HistoryEvent> historyEvents) |
void |
setLocation(com.vividsolutions.jts.geom.Point location) |
void |
setNetworks(List<SosNetwork> networks) |
void |
setPlatformType(String platformType) |
void |
setSensors(List<SosSensor> sensors) |
void |
setSource(SosSource source) |
void |
setSponsor(String sponsor) |
void |
setWmoId(String wmoId) |
equals, getId, getLongName, getShortName, hashCode, setLongName, setShortName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic org.n52.sos.ioos.asset.StationAsset getAsset()
getAsset in interface SosAssetgetAsset in class AbstractSosAssetpublic void setAsset(org.n52.sos.ioos.asset.StationAsset asset)
public List<SosSensor> getSensors()
public String getWmoId()
public void setWmoId(String wmoId)
public String getSponsor()
public List<DocumentMember> getDocumentation()
public List<HistoryEvent> getHistory()
public String getFeatureOfInterestName()
public com.vividsolutions.jts.geom.Point getLocation()
getLocation in interface AssetWithLocationpublic void setLocation(com.vividsolutions.jts.geom.Point location)
public void setFeatureOfInterestName(String featureOfInterestName)
public void addSensor(SosSensor sensor)
public List<SosNetwork> getNetworks()
public void setNetworks(List<SosNetwork> networks)
public SosSource getSource()
public void setSponsor(String sponsor)
public void setSource(SosSource source)
public void setDocumentation(List<DocumentMember> documents)
public void setHistoryEvents(List<HistoryEvent> historyEvents)
public String getPlatformType()
public void setPlatformType(String platformType)
public void addNetwork(SosNetwork addingNetwork)
public void addHistoryEvent(HistoryEvent historyEvent)
public void addDocumentMember(DocumentMember documentMember)
Copyright © 2014. All Rights Reserved.