public class KvpHandler
extends java.lang.Object
Constructor and Description |
---|
KvpHandler() |
Modifier and Type | Method and Description |
---|---|
static org.jdom.Document |
describeCoverage(java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs) |
static org.jdom.Document |
describeEOCoverageSet(java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs) |
static org.jdom.Document |
getCapabilities(java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs,
java.lang.String serviceUrl) |
static void |
getCoverage(javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs,
javax.servlet.http.HttpServletResponse response) |
static java.util.Map<java.lang.String,java.lang.String[]> |
getKVP(javax.servlet.http.HttpServletRequest request) |
static WCS.REQUEST |
getRequestType(java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs) |
static void |
processKvpWcsRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static void processKvpWcsRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.InterruptedException, java.io.IOException, PPTException, BadConfigurationException, BESError
java.lang.InterruptedException
java.io.IOException
PPTException
BadConfigurationException
BESError
public static org.jdom.Document getCapabilities(java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs, java.lang.String serviceUrl) throws java.lang.InterruptedException, WcsException
keyValuePairs
- Key Value Pairs from WCS URLWcsException
- When bad things happen.java.lang.InterruptedException
public static org.jdom.Document describeCoverage(java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs) throws java.lang.InterruptedException, WcsException
keyValuePairs
- Key Value Pairs from WCS URLWcsException
- When bad things happen.java.lang.InterruptedException
public static org.jdom.Document describeEOCoverageSet(java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs) throws java.lang.InterruptedException, WcsException
keyValuePairs
- Key Value Pairs from WCS URLWcsException
- When bad things happen.java.lang.InterruptedException
public static void getCoverage(javax.servlet.http.HttpServletRequest request, java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs, javax.servlet.http.HttpServletResponse response) throws java.lang.InterruptedException, WcsException, java.io.IOException, PPTException, BadConfigurationException, BESError
keyValuePairs
- Key Value Pairs from WCS URLWcsException
- When bad things happen.java.lang.InterruptedException
java.io.IOException
PPTException
BadConfigurationException
BESError
public static WCS.REQUEST getRequestType(java.util.Map<java.lang.String,java.lang.String[]> keyValuePairs) throws WcsException
WcsException
public static java.util.Map<java.lang.String,java.lang.String[]> getKVP(javax.servlet.http.HttpServletRequest request)