org.deegree.protocol.wfs.getpropertyvalue
Class GetPropertyValueKVPAdapter
java.lang.Object
org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
org.deegree.protocol.wfs.query.QueryKVPAdapter
org.deegree.protocol.wfs.getpropertyvalue.GetPropertyValueKVPAdapter
public class GetPropertyValueKVPAdapter
- extends QueryKVPAdapter
Adapter between KVP GetPropertyValue
requests and GetPropertyValue
objects.
Supported WFS versions:
- Version:
- $Revision: 31764 $, $Date: 2011-09-06 01:09:12 +0200 (Tue, 06 Sep 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class org.deegree.protocol.wfs.query.QueryKVPAdapter |
createEnvelope, getFilters, getPropertyNames, getSortBy, getTypeNames, getTypeNames100, getXLinkPropNames, parseBBox200, parseFilter200, parseParamList, parseParamListAsInts, parseQueries200, parseStandardPresentationParameters100, parseStandardPresentationParameters110, parseStandardPresentationParameters200, parseStandardResolveParameters110, parseStandardResolveParameters200 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetPropertyValueKVPAdapter
public GetPropertyValueKVPAdapter()
parse
public static GetPropertyValue parse(Map<String,String> kvpParams)
throws Exception
- Parses a normalized KVP-map as a WFS
GetPropertyValue
request.
- Parameters:
kvpParams
- normalized KVP-map; keys must be uppercase, each key only has one associated value
- Returns:
- parsed
GetPropertyValue
request
- Throws:
Exception
Copyright © 2011. All Rights Reserved.