org.deegree.services.wpvs.config
Class RenderableDataset

java.lang.Object
  extended by org.deegree.services.wpvs.config.Dataset<RenderableManager<?>>
      extended by 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
 
Constructor Summary
RenderableDataset()
           
 
Method Summary
 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.
 
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
 

Field Detail

DEFAULT_SPAN

public static final double DEFAULT_SPAN
span of the default envelope

See Also:
Constant Field Values
Constructor Detail

RenderableDataset

public RenderableDataset()
Method Detail

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.