org.deegree.services.wpvs.config
Class ColormapDataset
java.lang.Object
org.deegree.services.wpvs.config.Dataset<Colormap>
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 $
Fields inherited from class org.deegree.services.wpvs.config.Dataset |
geomFac |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColormapDataset
public ColormapDataset()
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 configuredconfigAdapter
- to resolve urlsdsd
- containing the datasets.
- Returns:
- the merged scene envelope
Copyright © 2011. All Rights Reserved.