com.axiomalaska.sos.data
Interface SosStation

All Known Implementing Classes:
SosStationImp

public interface SosStation

A station represents a actual physical station. A station contains a location where one or more phenomena are measured.

Author:
Lance Finfrock

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getFeatureOfInterestName()
          The default name of the location with which the station takes its reading from.
 java.lang.String getId()
          This ID should be unique for each station.
 Location getLocation()
          The location of the station
 java.lang.String getName()
           
 java.util.List<SosNetwork> getNetworks()
          A list of networks this station is associated to
 java.lang.String getPlatformType()
          BUOY WAVE BUOY HF RADAR DRIFTER VESSEL PIER TOWER AUV ROV GLIDER ADCP (SELF-CONTAINED) CABLED ARRAY FIXED BOTTOM STATION SUB-SURFACE MOORING AIRCRAFT SATELLITE IMAGERY DOWNLINK WATER LEVEL STATION FIXED SHORE STATION FIXED MET STATION FIXED WQ STATION FIXED TIDE GAGE OTHER
 java.util.List<SosSensor> getSensors()
          A list of phenomena that this station has readings for
 SosSource getSource()
          Name of the source for the station.
 boolean isMoving()
          Is the station moving
 

Method Detail

getSensors

java.util.List<SosSensor> getSensors()
A list of phenomena that this station has readings for


isMoving

boolean isMoving()
Is the station moving


getId

java.lang.String getId()
This ID should be unique for each station. For example '11111'


getFeatureOfInterestName

java.lang.String getFeatureOfInterestName()
The default name of the location with which the station takes its reading from. Maximum characters 80 If characters are over 100 they will be truncated to 80


getLocation

Location getLocation()
The location of the station


getSource

SosSource getSource()
Name of the source for the station.

Returns:

getNetworks

java.util.List<SosNetwork> getNetworks()
A list of networks this station is associated to

Returns:

getDescription

java.lang.String getDescription()

getName

java.lang.String getName()

getPlatformType

java.lang.String getPlatformType()
BUOY WAVE BUOY HF RADAR DRIFTER VESSEL PIER TOWER AUV ROV GLIDER ADCP (SELF-CONTAINED) CABLED ARRAY FIXED BOTTOM STATION SUB-SURFACE MOORING AIRCRAFT SATELLITE IMAGERY DOWNLINK WATER LEVEL STATION FIXED SHORE STATION FIXED MET STATION FIXED WQ STATION FIXED TIDE GAGE OTHER



Copyright © 2012. All Rights Reserved.