org.deegree.protocol.wfs.getpropertyvalue
Class GetPropertyValueKVPAdapter

java.lang.Object
  extended by org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
      extended by org.deegree.protocol.wfs.query.QueryKVPAdapter
          extended by 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 $

Constructor Summary
GetPropertyValueKVPAdapter()
           
 
Method Summary
static GetPropertyValue parse(Map<String,String> kvpParams)
          Parses a normalized KVP-map as a WFS GetPropertyValue request.
 
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 org.deegree.protocol.wfs.AbstractWFSRequestKVPAdapter
appendFirstKVP, appendKVP, extractNamespaceBindings110, extractNamespaceBindings200, extractTypeNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPropertyValueKVPAdapter

public GetPropertyValueKVPAdapter()
Method Detail

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.