org.deegree.protocol.ows
Class OWSCommonKVPAdapter
java.lang.Object
org.deegree.protocol.ows.OWSCommonKVPAdapter
public class OWSCommonKVPAdapter
- extends Object
Parser for KVP-encoded OWS Common constructs.
- Version:
- $Revision: 31824 $, $Date: 2011-09-09 13:25:58 +0200 (Fri, 09 Sep 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWSCommonKVPAdapter
public OWSCommonKVPAdapter()
parseBBox
public static Envelope parseBBox(String bboxStr,
ICRS defaultCrs)
- Parses the given KVP parameter as an
Envelope
(according to OWS 1.1.0, 10.2.3).
- Parameters:
bboxStr
- encoded bounding box, must not be null
defaultCrs
- crs to use when not explicitly encoded, may be null
- Returns:
- decoded
Envelope
, never null
Copyright © 2011. All Rights Reserved.