com.axiomalaska.sos.xmlbuilder
Class GetNewestObservationBuilder

java.lang.Object
  extended by com.axiomalaska.sos.xmlbuilder.SosXmlBuilder
      extended by com.axiomalaska.sos.xmlbuilder.GetNewestObservationBuilder

public class GetNewestObservationBuilder
extends SosXmlBuilder

Builds a SOS GetObservation XML String for the newest observation from a station and phenomenon

Author:
Lance Finfrock

Constructor Summary
GetNewestObservationBuilder(SosStation station, SosSensor sensor, SosPhenomenon phenomenon, IdCreator idCreator)
           
 
Method Summary
 java.lang.String build()
          Build the GetObservation XML String to pull the newest observation network-all om:samplingTime latest urn:ogc:object:feature:Sensor:13774 urn:x-ogc:def:phenomenon:IOOS:0.0.1:air_temperature foi_13774 text/xml;subtype="om/1.0.0"
 
Methods inherited from class com.axiomalaska.sos.xmlbuilder.SosXmlBuilder
formatCalendarIntoGMTTime, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetNewestObservationBuilder

public GetNewestObservationBuilder(SosStation station,
                                   SosSensor sensor,
                                   SosPhenomenon phenomenon,
                                   IdCreator idCreator)
Method Detail

build

public java.lang.String build()
Build the GetObservation XML String to pull the newest observation network-all om:samplingTime latest urn:ogc:object:feature:Sensor:13774 urn:x-ogc:def:phenomenon:IOOS:0.0.1:air_temperature foi_13774 text/xml;subtype="om/1.0.0"

Specified by:
build in class SosXmlBuilder


Copyright © 2012. All Rights Reserved.