org.deegree.services.wpvs.controller.getview
Class GetViewResponseParameters
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetViewResponseParameters
public GetViewResponseParameters(boolean transparency,
String format,
double quality,
String exceptionFormat)
- Parameters:
transparency
- format
- quality
- exceptionFormat
-
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.