org.deegree.services.wcs.getcoverage
Class GetCoverage

java.lang.Object
  extended by 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 $

Constructor Summary
GetCoverage(Version version, String coverage, Envelope requestEnvelope, String outputCRS, String outputFormat, Grid outputGrid, String interpolation, String exceptionFormat, boolean storeOutput, RangeSet rangeSet)
           
 
Method Summary
 String getCoverage()
           
 String getExceptionFormat()
           
 String getInterpolation()
           
 String getOutputCRS()
           
 String getOutputFormat()
           
 Grid getOutputGrid()
           
 RangeSet getRangeSet()
           
 Envelope getRequestEnvelope()
           
 Version getVersion()
           
 boolean isStoreOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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.