org.deegree.client.sos.storage
Class ChartInput

java.lang.Object
  extended by org.deegree.client.sos.storage.ChartInput

public class ChartInput
extends Object

Keeps the data needed for creating the chart by ChartProcessing.

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
ChartInput()
          Public constructor
 
Method Summary
 String getChartTitle()
           
 Map<String,double[]> getData()
           
 Date[] getDates()
           
 List<String> getNames()
           
 Class getTimeResolution()
           
 void setChartTitle(String title)
           
 void setData(Map<String,double[]> values)
          replaces the data with the given values
 void setDates(Date[] time)
          replaces the stored dates with the given dates
 void setNames(List<String> that)
           
 void setTimeResolution(Class tr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartInput

public ChartInput()
Public constructor

Method Detail

getData

public Map<String,double[]> getData()
Returns:
the data from the getObservation-request stored in a Map

getDates

public Date[] getDates()
Returns:
the dates from the getObservation-request stored in a Date[]

getTimeResolution

public Class getTimeResolution()

getChartTitle

public String getChartTitle()

getNames

public List<String> getNames()

setData

public void setData(Map<String,double[]> values)
replaces the data with the given values

Parameters:
values - : the given values stored in a Map

setDates

public void setDates(Date[] time)
replaces the stored dates with the given dates

Parameters:
time - : the given Date-values stored in a Date[]

setTimeResolution

public void setTimeResolution(Class tr)

setChartTitle

public void setChartTitle(String title)

setNames

public void setNames(List<String> that)


Copyright © 2011. All Rights Reserved.