org.deegree.services.wpvs.controller.getview
Class GetViewKVPAdapter
java.lang.Object
org.deegree.services.wpvs.controller.getview.GetViewKVPAdapter
public class GetViewKVPAdapter
- extends java.lang.Object
The GetViewKVPAdapter
class provides a GetView request chopper.
- Version:
- $Revision: 25745 $, $Date: 2010-08-09 13:28:57 +0200 (Mo, 09. Aug 2010) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Method Summary |
static GetView |
create(java.util.Map<java.lang.String,java.lang.String> requestParams,
java.lang.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(java.util.Map<java.lang.String,java.lang.String> requestParams,
java.lang.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.