org.deegree.services.wpvs.config
Class RenderableDataset
java.lang.Object
org.deegree.services.wpvs.config.Dataset<RenderableManager<?>>
org.deegree.services.wpvs.config.RenderableDataset
public class RenderableDataset
- extends Dataset<RenderableManager<?>>
The ModelDatasetWrapper
loads the entities and the billboards from the configured backends.
- Version:
- $Revision: 29642 $, $Date: 2011-02-11 13:59:33 +0100 (Fri, 11 Feb 2011) $
- Author:
- Rutger Bezema, last edited by: $Author: lbuesching $
Field Summary |
static double |
DEFAULT_SPAN
span of the default envelope |
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 |
DEFAULT_SPAN
public static final double DEFAULT_SPAN
- span of the default envelope
- See Also:
- Constant Field Values
RenderableDataset
public RenderableDataset()
fillFromDatasetDefinitions
public Envelope fillFromDatasetDefinitions(Envelope sceneEnvelope,
double[] toLocalCRS,
XMLAdapter configAdapter,
DatasetDefinitions dsd)
- Analyzes the ModelDataset from the
DatasetDefinitions
, fills the renderers with data from the defined
RenderableStore
and builds up a the constraint vectors for retrieval of the appropriate renderers.
- Specified by:
fillFromDatasetDefinitions
in class Dataset<RenderableManager<?>>
- Parameters:
sceneEnvelope
- toLocalCRS
- configAdapter
- dsd
-
- Returns:
- the merged scene envelope
Copyright © 2011. All Rights Reserved.