org.deegree.services.wpvs.controller.getview
Class GetViewSceneParameters

java.lang.Object
  extended by org.deegree.services.wpvs.controller.getview.GetViewSceneParameters

public class GetViewSceneParameters
extends Object

The GetViewSceneParameters class wraps scene parameters of a GetView request.

Version:
$Revision: 30127 $, $Date: 2011-03-22 11:11:12 +0100 (Tue, 22 Mar 2011) $
Author:
Rutger Bezema, last edited by: $Author: aschmitz $

Constructor Summary
GetViewSceneParameters(float scale, String elevationModel, List<String> datasets, Color bgColor, String skyImage, String date, SunInfo position)
           
 
Method Summary
 Color getBgColor()
           
 List<String> getDatasets()
           
 String getDate()
           
 String getElevationModel()
           
 float getScale()
           
 String getSkyImage()
           
 SunInfo getSunPosition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetViewSceneParameters

public GetViewSceneParameters(float scale,
                              String elevationModel,
                              List<String> datasets,
                              Color bgColor,
                              String skyImage,
                              String date,
                              SunInfo position)
Parameters:
scale -
elevationModel -
datasets -
bgColor -
skyImage -
date -
position -
Method Detail

getElevationModel

public final String getElevationModel()
Returns:
the elevationModel

getDatasets

public final List<String> getDatasets()
Returns:
the datasets

getBgColor

public final Color getBgColor()
Returns:
the bgColor

getSkyImage

public final String getSkyImage()
Returns:
the skyImage

getDate

public final String getDate()
Returns:
the date

getScale

public final float getScale()
Returns:
the scale

getSunPosition

public final SunInfo getSunPosition()
Returns:
the sunPosition created from the date object.


Copyright © 2011. All Rights Reserved.