|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wcs.protocol.WCSProtocolFactory
-----------------------------------------------------------------------
Constructor Summary | |
WCSProtocolFactory()
|
Method Summary | |
static WCSGetCoverageResponse |
createGetCoverageResponse(OGCWebServiceRequest request,
java.lang.Object coverage)
|
static WCSGetCoverageResponse |
createGetCoverageResponse(OGCWebServiceRequest request,
OGCWebServiceException exception)
|
static WCSGetCoverageRequest |
createWCSGetCoverageRequest(org.w3c.dom.Element element)
creates a GetCoverage request from its XML representation |
static WCSGetCoverageRequest |
createWCSGetCoverageRequest(java.util.HashMap model)
creates a GetCoverage from a model (HashMap) containing its parameters |
static WCSGetCoverageRequest |
createWCSGetCoverageRequest(java.lang.String version,
java.lang.String id,
java.util.HashMap vendorspecificParameters,
java.lang.String layer,
java.lang.String crs,
java.lang.String responseCrs,
GM_Envelope boundingBox,
RangeParamList rpl,
double resX,
double resY,
double resZ,
java.lang.String format,
java.lang.String interpolationMethod,
java.lang.String exceptions)
creates a GetCoverage from its parameters with defining the coverages resolution in x-, y- und z-direction |
static WCSGetCoverageRequest |
createWCSGetCoverageRequest(java.lang.String version,
java.lang.String id,
java.util.HashMap vendorspecificParameters,
java.lang.String layer,
java.lang.String crs,
java.lang.String responseCrs,
GM_Envelope boundingBox,
RangeParamList rpl,
int width,
int height,
int depth,
java.lang.String format,
java.lang.String interpolationMethod,
java.lang.String exceptions)
creates a GetCoverage from its parameters with defining the coverages width, height and depth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WCSProtocolFactory()
Method Detail |
public static WCSGetCoverageRequest createWCSGetCoverageRequest(org.w3c.dom.Element element)
public static WCSGetCoverageRequest createWCSGetCoverageRequest(java.util.HashMap model) throws InconsistentRequestException
InconsistentRequestException
public static WCSGetCoverageRequest createWCSGetCoverageRequest(java.lang.String version, java.lang.String id, java.util.HashMap vendorspecificParameters, java.lang.String layer, java.lang.String crs, java.lang.String responseCrs, GM_Envelope boundingBox, RangeParamList rpl, int width, int height, int depth, java.lang.String format, java.lang.String interpolationMethod, java.lang.String exceptions) throws InconsistentRequestException
InconsistentRequestException
public static WCSGetCoverageRequest createWCSGetCoverageRequest(java.lang.String version, java.lang.String id, java.util.HashMap vendorspecificParameters, java.lang.String layer, java.lang.String crs, java.lang.String responseCrs, GM_Envelope boundingBox, RangeParamList rpl, double resX, double resY, double resZ, java.lang.String format, java.lang.String interpolationMethod, java.lang.String exceptions)
public static WCSGetCoverageResponse createGetCoverageResponse(OGCWebServiceRequest request, java.lang.Object coverage)
request
- coverage
-
public static WCSGetCoverageResponse createGetCoverageResponse(OGCWebServiceRequest request, OGCWebServiceException exception)
request
- exception
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |