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

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

public class GetView
extends Object

The GetView class TODO add class documentation here.

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
GetView(String id, String version, ICRS coordinateSystem, Envelope requestedBBox, ViewParams viewParameters, GetViewResponseParameters responseParameters, GetViewSceneParameters sceneParameters)
           
 
Method Summary
 Color getBackgroundColor()
           
 Envelope getBoundingBox()
           
 ICRS getCoordinateSystem()
           
 List<String> getDatasets()
           
 String getElevationModel()
           
 String getExceptionFormat()
           
 String getId()
           
 String getOutputFormat()
           
 double getQuality()
           
 GetViewResponseParameters getResponseParameters()
           
 GetViewSceneParameters getSceneParameters()
           
 String getVersion()
           
 ViewParams getViewParameters()
           
 boolean isTransparent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetView

public GetView(String id,
               String version,
               ICRS coordinateSystem,
               Envelope requestedBBox,
               ViewParams viewParameters,
               GetViewResponseParameters responseParameters,
               GetViewSceneParameters sceneParameters)
Parameters:
id -
version -
coordinateSystem -
requestedBBox -
viewParameters -
responseParameters -
sceneParameters -
Method Detail

getDatasets

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

getQuality

public final double getQuality()
Returns:
the quality

isTransparent

public final boolean isTransparent()
Returns:
the transparent

getOutputFormat

public final String getOutputFormat()
Returns:
the outputFormat

getBackgroundColor

public final Color getBackgroundColor()
Returns:
the backgroundColor

getExceptionFormat

public final String getExceptionFormat()
Returns:
the exceptionFormat

getElevationModel

public final String getElevationModel()
Returns:
the elevationModel

getBoundingBox

public final Envelope getBoundingBox()
Returns:
the boundingBox

getId

public final String getId()
Returns:
the id

getVersion

public final String getVersion()
Returns:
the version

getCoordinateSystem

public final ICRS getCoordinateSystem()
Returns:
the coordinateSystem

getResponseParameters

public final GetViewResponseParameters getResponseParameters()
Returns:
the responseParameters

getSceneParameters

public final GetViewSceneParameters getSceneParameters()
Returns:
the sceneParameters

getViewParameters

public final ViewParams getViewParameters()
Returns:
the calculated viewparameters of this GetView request.


Copyright © 2011. All Rights Reserved.