org.deegree.client.sos.utils
Class ChartProcessing
java.lang.Object
org.deegree.client.sos.utils.ChartProcessing
public class ChartProcessing
- extends Object
RequestHandler class for generating the chart out of the given StorageGetObservation object and the procedure String.
First, a ChartInput object has to be created from the StorageGetObservation object by the DataPrep class. This is
needed to create the XYDataset for the chart. In the end, a BufferedImage will be created from the chart.
- Version:
- $Revision: 23990 $, $Date: 2010-04-29 14:15:30 +0200 (Thu, 29 Apr 2010) $
- Author:
- Ulrich Neumeister, last edited by: $Author: aionita $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartProcessing
public ChartProcessing(StorageGetObservation observationStorage,
String procedure)
- Public constructor. Sets the ChartInput given to it on its own ChartInput. Then generates a XYDataset by calling
createXYDataset(). At least createChart() is called.
getImage
public BufferedImage getImage()
Copyright © 2011. All Rights Reserved.