org.deegree.services.wpvs.config
Class ColormapDataset

java.lang.Object
  extended by org.deegree.services.wpvs.config.Dataset<Colormap>
      extended by org.deegree.services.wpvs.config.ColormapDataset

public class ColormapDataset
extends Dataset<Colormap>

Retrieve the data for a Colormap from the configuration.

Version:
$Revision: 24672 $, $Date: 2010-06-01 19:15:22 +0200 (Tue, 01 Jun 2010) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

Field Summary
 
Fields inherited from class org.deegree.services.wpvs.config.Dataset
geomFac
 
Constructor Summary
ColormapDataset()
           
 
Method Summary
 Envelope fillFromDatasetDefinitions(Envelope sceneEnvelope, double[] toLocalCRS, XMLAdapter configAdapter, DatasetDefinitions dsd)
          Fill the wrapper with the values from the given dataset definition.
 
Methods inherited from class org.deegree.services.wpvs.config.Dataset
addConstraint, clarifyMaxPixelError, datasetTitles, getAllDatasourceObjects, getMatchingDatasourceObjects, isUnAmbiguous, resolve, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColormapDataset

public ColormapDataset()
Method Detail

fillFromDatasetDefinitions

public Envelope fillFromDatasetDefinitions(Envelope sceneEnvelope,
                                           double[] toLocalCRS,
                                           XMLAdapter configAdapter,
                                           DatasetDefinitions dsd)
Description copied from class: Dataset
Fill the wrapper with the values from the given dataset definition.

Specified by:
fillFromDatasetDefinitions in class Dataset<Colormap>
Parameters:
sceneEnvelope - whic should be enlarged for all configured datasets, it is 3D!! in real world coordinates.
toLocalCRS - which was configured
configAdapter - to resolve urls
dsd - containing the datasets.
Returns:
the merged scene envelope


Copyright © 2011. All Rights Reserved.