org.deegree.services.wpvs.controller.getview
Class GetViewResponseParameters
java.lang.Object
org.deegree.services.wpvs.controller.getview.GetViewResponseParameters
public class GetViewResponseParameters
- extends java.lang.Object
The GetViewResponseParameters
class wraps the response parameters.
- Version:
- $Revision: 25745 $, $Date: 2010-08-09 13:28:57 +0200 (Mo, 09. Aug 2010) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Constructor Summary |
GetViewResponseParameters(boolean transparency,
java.lang.String format,
double quality,
java.lang.String exceptionFormat)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetViewResponseParameters
public GetViewResponseParameters(boolean transparency,
java.lang.String format,
double quality,
java.lang.String exceptionFormat)
- Parameters:
transparency
- format
- quality
- exceptionFormat
-
isTransparency
public final boolean isTransparency()
- Returns:
- the transparency
getFormat
public final java.lang.String getFormat()
- Returns:
- the format
getQuality
public final double getQuality()
- Returns:
- the quality
getExceptionFormat
public final java.lang.String getExceptionFormat()
- Returns:
- the exceptionFormat
Copyright © 2011. All Rights Reserved.