org.deegree.protocol.wfs.getfeature
Class GetFeatureKVPAdapter
java.lang.Object
org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
org.deegree.protocol.wfs.query.QueryKVPAdapter
org.deegree.protocol.wfs.getfeature.GetFeatureKVPAdapter
public class GetFeatureKVPAdapter
- extends QueryKVPAdapter
Adapter between KVP GetFeature
requests and GetFeature
objects.
Supported WFS versions:
- Version:
- $Revision: $, $Date: $
- Author:
- Markus Schneider, Andrei Ionita, last edited by: $Author: schneider $
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 |
GetFeatureKVPAdapter
public GetFeatureKVPAdapter()
parse
public static GetFeature parse(Map<String,String> kvpParams,
Map<String,String> nsMap)
throws Exception
- Parses a normalized KVP-map as a WFS
GetFeature
request.
- Parameters:
kvpParams
- normalized KVP-map; keys must be uppercase, each key only has one associated valuensMap
- only for 1.0.0 version; the prefix-namespace map given in the NamespaceHints in the configuration
- Returns:
- parsed
GetFeature
request
- Throws:
Exception
Copyright © 2011. All Rights Reserved.