com.axiomalaska.sos.data
Interface SosPhenomenon

All Known Implementing Classes:
SosPhenomenonImp

public interface SosPhenomenon

Contains information for a phenomenon. Examples of phenomena are: Air temperature Wind speed Wind direction

Author:
Lance Finfrock

Method Summary
 java.lang.String getId()
          The defining tag for the phenomenon.
 java.lang.String getName()
          The name of the phenomenon.
 java.lang.String getUnits()
          The units that observations are measured in.
 

Method Detail

getName

java.lang.String getName()
The name of the phenomenon. For example 'Wind Speed'

Returns:

getId

java.lang.String getId()
The defining tag for the phenomenon. For example urn:x-ogc:def:phenomenon:IOOS:0.0.1:wind_speed Maximum characters 100 If characters are over 100 they will be truncated to 100


getUnits

java.lang.String getUnits()
The units that observations are measured in. For example 'm/s' Maximum characters 30 If characters are over 30 they will be truncated to 30



Copyright © 2012. All Rights Reserved.