org.deegree.protocol.wfs.getfeaturewithlock
Class GetFeatureWithLockKVPAdapter
java.lang.Object
org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
org.deegree.protocol.wfs.getfeaturewithlock.GetFeatureWithLockKVPAdapter
public class GetFeatureWithLockKVPAdapter
- extends AbstractWFSRequestKVPAdapter
Adapter between KVP GetFeatureWithLock
requests and GetFeatureWithLock
objects.
Supported versions:
- Version:
- $Revision: 31787 $, $Date: 2011-09-06 21:19:52 +0200 (Tue, 06 Sep 2011) $
- Author:
- Markus Schneider, Andrei Ionita, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetFeatureWithLockKVPAdapter
public GetFeatureWithLockKVPAdapter()
parse
public static GetFeatureWithLock parse(Map<String,String> kvpParams)
throws Exception
- Parses a normalized KVP-map as a WFS
GetFeatureWithLock
request.
- Parameters:
kvpParams
- normalized KVP-map; keys must be uppercase, each key only has one associated value
- Returns:
- parsed
GetFeatureWithLock
request
- Throws:
Exception
Copyright © 2011. All Rights Reserved.