org.deegree.client.sos.utils
Class DataPrep

java.lang.Object
  extended by org.deegree.client.sos.utils.DataPrep

public class DataPrep
extends Object

The DataPrep converts the data from the StorageGetObservation into a ChartInput.

Version:
$Revision: 23990 $, $Date: 2010-04-29 14:15:30 +0200 (Thu, 29 Apr 2010) $
Author:
Ulrich Neumeister, last edited by: $Author: aionita $

Constructor Summary
DataPrep(StorageGetObservation storage, String procedure)
          Public constructor for the DataPrep.
 
Method Summary
 ChartInput getChartInput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataPrep

public DataPrep(StorageGetObservation storage,
                String procedure)
Public constructor for the DataPrep.

Parameters:
storage - the unformatted values from the xml response
ID - the ID of the data that shall be shown in the chart
Method Detail

getChartInput

public ChartInput getChartInput()
Returns:
The input for the chart. It's needed for ChartProcessing.


Copyright © 2011. All Rights Reserved.