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

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

public class GetViewResponseParameters
extends Object

The GetViewResponseParameters class wraps the response parameters.

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
GetViewResponseParameters(boolean transparency, String format, double quality, String exceptionFormat)
           
 
Method Summary
 String getExceptionFormat()
           
 String getFormat()
           
 double getQuality()
           
 boolean isTransparency()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetViewResponseParameters

public GetViewResponseParameters(boolean transparency,
                                 String format,
                                 double quality,
                                 String exceptionFormat)
Parameters:
transparency -
format -
quality -
exceptionFormat -
Method Detail

isTransparency

public final boolean isTransparency()
Returns:
the transparency

getFormat

public final String getFormat()
Returns:
the format

getQuality

public final double getQuality()
Returns:
the quality

getExceptionFormat

public final String getExceptionFormat()
Returns:
the exceptionFormat


Copyright © 2011. All Rights Reserved.