org.deegree.services.wcs.getcoverage
Class GetCoverage
java.lang.Object
org.deegree.services.wcs.getcoverage.GetCoverage
public class GetCoverage
- extends Object
- Version:
- $Revision: 29173 $, $Date: 2011-01-11 14:02:53 +0100 (Tue, 11 Jan 2011) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: aschmitz $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetCoverage
public GetCoverage(Version version,
String coverage,
Envelope requestEnvelope,
String outputCRS,
String outputFormat,
Grid outputGrid,
String interpolation,
String exceptionFormat,
boolean storeOutput,
RangeSet rangeSet)
- Parameters:
version
- coverage
- requestEnvelope
- outputCRS
- outputFormat
- outputGrid
- interpolation
- exceptionFormat
- storeOutput
- rangeSet
-
getCoverage
public String getCoverage()
- Returns:
- the coverage
getRequestEnvelope
public Envelope getRequestEnvelope()
- Returns:
- the requestEnvelope
getOutputGrid
public Grid getOutputGrid()
- Returns:
- the outputGrid
getInterpolation
public String getInterpolation()
- Returns:
- the interpolation
getOutputFormat
public String getOutputFormat()
- Returns:
- the outputFormat
getOutputCRS
public String getOutputCRS()
- Returns:
- the outputCRS
isStoreOutput
public boolean isStoreOutput()
- Returns:
- the storeOutput
getExceptionFormat
public final String getExceptionFormat()
- Returns:
- the exceptionFormat
getRangeSet
public final RangeSet getRangeSet()
- Returns:
- the rangeSet
getVersion
public final Version getVersion()
- Returns:
- the version
Copyright © 2011. All Rights Reserved.