On Wednesday, July 8, 2009, <[email protected]> wrote: > Hi Eric, > > SOS is a bit different from WFS. > > To get the location of a sensor, DescribeSensor is used. It returns among > other information the geographical position of the sensor. > > To get the actual data (wind speed etc.), GetObservation is used. > > So DescribeSensor needs to be used from within the protocol in this case.
Ok. One question: does the format that parses the DescribeSensor response return a feature? > > Currently I have writing out the request XML in a Format.SOS class, and > Format.SOSDescribeSensor currently only parses the DescribeSensor reponse. > Maybe I should just move writing out the DescribeSensor request XML into > the Format.SOSDescribeSensor and then I would just have to deal with 1 > format class from within the protocol. That would make sense to me. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
