org.deegree.services.wcs.getcoverage
Class GetCoverage100KVPAdapter

java.lang.Object
  extended by org.deegree.services.wcs.getcoverage.GetCoverage100KVPAdapter

public class GetCoverage100KVPAdapter
extends Object

This is a kvp adapter for WCS 1.0.0 GetCoverage requests.

Version:
$Revision: 31688 $, $Date: 2011-08-30 15:05:12 +0200 (Tue, 30 Aug 2011) $
Author:
Oliver Tonnhofer, last edited by: $Author: mschneider $

Constructor Summary
GetCoverage100KVPAdapter()
           
 
Method Summary
static GetCoverage parse(Map<String,String> kvp)
          Parse a 1.0.0 WCS KVP request
static List<Interval<?,?>> parseIntervals(String intervals, ValueType type)
          Parses the String and creates intervals, following values are allowed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCoverage100KVPAdapter

public GetCoverage100KVPAdapter()
Method Detail

parse

public static GetCoverage parse(Map<String,String> kvp)
                         throws OWSException
Parse a 1.0.0 WCS KVP request

Parameters:
kvp -
Returns:
the parsed GetCoverage request
Throws:
OWSException

parseIntervals

public static List<Interval<?,?>> parseIntervals(String intervals,
                                                 ValueType type)
Parses the String and creates intervals, following values are allowed.

Parameters:
intervals - to create the interval(s) from.
type - to use
Returns:
a list of intervals or the empty list if the given string does not contain any wcs interval definitions.


Copyright © 2011. All Rights Reserved.