org.deegree.services.wcs.getcoverage
Class GetCoverage100KVPAdapter
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetCoverage100KVPAdapter
public GetCoverage100KVPAdapter()
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.
- min/max[/res]
- min1/max1[/res1],min2/max2[/res2],...
- 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.