public class RESTDescribeCoverageParser extends RESTParser<DescribeCoverageRequest>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPERATION_IDENTIFIER |
ENUMERATOR_SEPARATOR, RANGE_SEPARATOR
Constructor and Description |
---|
RESTDescribeCoverageParser() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOperationName() |
DescribeCoverageRequest |
parse(HTTPRequest request)
Parses an HTTPRequest into a DescribeCoverage request
|
canParse
public static final java.lang.String OPERATION_IDENTIFIER
public DescribeCoverageRequest parse(HTTPRequest request) throws WCSException
request
- the http requestWCSException
public java.lang.String getOperationName()