|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.ogcwebservices.AbstractOGCWebServiceRequest
org.deegree.ogcwebservices.wcs.WCSRequestBase
org.deegree.ogcwebservices.wcs.getcoverage.GetCoverage
public class GetCoverage
encapsulates a WCS GetCoverage request
Constructor Summary | |
---|---|
GetCoverage(String id,
String version,
String sourceCoverage,
DomainSubset domainSubset,
InterpolationMethod interpolationMethod,
Output output)
|
|
GetCoverage(String id,
String version,
String sourceCoverage,
DomainSubset domainSubset,
Output output)
|
|
GetCoverage(String id,
String version,
String sourceCoverage,
DomainSubset domainSubset,
RangeSubset rangeSubset,
InterpolationMethod interpolationMethod,
Output output)
|
|
GetCoverage(String id,
String version,
String sourceCoverage,
DomainSubset domainSubset,
RangeSubset rangeSubset,
Output output)
|
Method Summary | |
---|---|
static GetCoverage |
create(Map<String,String> map)
creates a GetCoverage request from its KVP representation |
static GetCoverage |
create(String id,
Document doc)
creates a GetCoverage request from its XML representation |
static GetCoverage |
create(String id,
String kvp)
creates a GetCoverage request from its KVP representation |
static Output |
createOutput(String response_crs,
String crsNS,
String format,
String formatNS)
creates an Output object for a GetCoverage request |
static SpatialSubset |
createSpatialSubset(Map map,
String crs)
|
DomainSubset |
getDomainSubset()
|
InterpolationMethod |
getInterpolationMethod()
|
Output |
getOutput()
|
RangeSubset |
getRangeSubset()
|
String |
getSourceCoverage()
|
String |
toString()
|
protected void |
validate()
|
Methods inherited from class org.deegree.ogcwebservices.wcs.WCSRequestBase |
---|
getServiceName |
Methods inherited from class org.deegree.ogcwebservices.AbstractOGCWebServiceRequest |
---|
getId, getParam, getParamAsInt, getParamValues, getRequestParameter, getRequiredParam, getVendorSpecificParameter, getVendorSpecificParameters, getVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetCoverage(String id, String version, String sourceCoverage, DomainSubset domainSubset, Output output) throws WCSException, OGCWebServiceException
id
- version
- sourceCoverage
- domainSubset
- output
-
WCSException
OGCWebServiceException
public GetCoverage(String id, String version, String sourceCoverage, DomainSubset domainSubset, InterpolationMethod interpolationMethod, Output output) throws WCSException, OGCWebServiceException
id
- version
- sourceCoverage
- domainSubset
- interpolationMethod
- output
-
WCSException
OGCWebServiceException
public GetCoverage(String id, String version, String sourceCoverage, DomainSubset domainSubset, RangeSubset rangeSubset, Output output) throws WCSException, OGCWebServiceException
id
- version
- sourceCoverage
- domainSubset
- rangeSubset
- output
-
WCSException
OGCWebServiceException
public GetCoverage(String id, String version, String sourceCoverage, DomainSubset domainSubset, RangeSubset rangeSubset, InterpolationMethod interpolationMethod, Output output) throws WCSException, OGCWebServiceException
id
- version
- sourceCoverage
- domainSubset
- rangeSubset
- interpolationMethod
- output
-
WCSException
OGCWebServiceException
Method Detail |
---|
public static GetCoverage create(String id, String kvp) throws OGCWebServiceException, WCSException
id
- unique ID of the requestkvp
- request
OGCWebServiceException
- will be thrown if something general is wrong
WCSException
- will be thrown if a WCS/GetCoverage specific part of the request is erroreouspublic static GetCoverage create(Map<String,String> map) throws OGCWebServiceException, MissingParameterValueException, InvalidParameterValueException
map
- request
OGCWebServiceException
- will be thrown if something general is wrong
MissingParameterValueException
InvalidParameterValueException
WCSException
- will be thrown if a WCS/GetCoverage specific part of the request is erroreouspublic static GetCoverage create(String id, Document doc) throws OGCWebServiceException, WCSException
id
- unique ID of the requestdoc
- XML representation of the request
OGCWebServiceException
- will be thrown if something general is wrong
WCSException
- will be thrown if a WCS/GetCoverage specific part of the request is erroreouspublic static final SpatialSubset createSpatialSubset(Map map, String crs) throws WCSException
map
- crs
-
WCSException
public static final Output createOutput(String response_crs, String crsNS, String format, String formatNS) throws WCSException
response_crs
- crsNS
- format
- formatNS
-
WCSException
- will be thrown if the response_crs prefix isn't a valid URIpublic DomainSubset getDomainSubset()
public InterpolationMethod getInterpolationMethod()
public Output getOutput()
public RangeSubset getRangeSubset()
public String getSourceCoverage()
protected void validate() throws WCSException
WCSException
public String toString()
toString
in class AbstractOGCWebServiceRequest
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net