org.deegree.services.wpvs.controller.getview
Class GetViewKVPAdapter
java.lang.Object
org.deegree.services.wpvs.controller.getview.GetViewKVPAdapter
public class GetViewKVPAdapter
- extends Object
The GetViewKVPAdapter
class provides a GetView request chopper.
- Version:
- $Revision: 31688 $, $Date: 2011-08-30 15:05:12 +0200 (Tue, 30 Aug 2011) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Method Summary |
static GetView |
create(Map<String,String> requestParams,
String encoding,
double[] translationVector,
double configuredNearClippingPlane,
double configuredFarClippingPlane)
Factory method to create an instance of GetView from teh parameters in model |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetViewKVPAdapter
public GetViewKVPAdapter()
create
public static GetView create(Map<String,String> requestParams,
String encoding,
double[] translationVector,
double configuredNearClippingPlane,
double configuredFarClippingPlane)
throws OWSException
- Factory method to create an instance of GetView from teh parameters in
model
- Parameters:
requestParams
- a map containing request parameters and valuesencoding
- of the requesttranslationVector
- configuredNearClippingPlane
- configuredFarClippingPlane
-
- Returns:
- a new instance of GetView
- Throws:
OWSException
- if a mandatory parameter is missing or if a parameter has an illegal value
Copyright © 2011. All Rights Reserved.