@Path(value="/")
public interface Wcs
Modifier and Type | Method and Description |
---|---|
net.opengis.wcs.v_1_0_0.CoverageDescription |
describeCoverage(net.opengis.wcs.v_1_0_0.DescribeCoverage request)
DescribeCoverage - HTTP POST
|
net.opengis.wcs.v_1_0_0.CoverageDescription |
describeCoverage(DescribeCoverageRequest request)
DescribeCoverage - HTTP GET
|
net.opengis.wcs.v_1_0_0.WCSCapabilitiesType |
getCapabilities(net.opengis.wcs.v_1_0_0.GetCapabilities request)
GetCapabilities - HTTP POST
|
net.opengis.wcs.v_1_0_0.WCSCapabilitiesType |
getCapabilities(GetCapabilitiesRequest request)
GetCapabilities - HTTP GET
|
GetCoverageResponse |
getCoverage(net.opengis.wcs.v_1_0_0.GetCoverage request)
GetCoverage - HTTP POST
|
GetCoverageResponse |
getCoverage(GetCoverageRequest request)
GetCoverage - HTTP GET
|
GetCoverageResponse |
getCoverage(String request)
GetCoverage - HTTP POST
|
org.apache.cxf.jaxrs.ext.multipart.MultipartBody |
getCoverageMultiPart(net.opengis.wcs.v_1_0_0.GetCoverage request)
GetCoverageMultiPart - HTTP POST
|
org.apache.cxf.jaxrs.ext.multipart.MultipartBody |
getCoverageMultiPart(String coverageRequest)
GetCoverageMultiPart - HTTP POST.
|
@GET @Consumes(value={"text/xml","application/xml"}) @Produces(value={"text/xml","application/xml"}) net.opengis.wcs.v_1_0_0.WCSCapabilitiesType getCapabilities(@QueryParam(value="") GetCapabilitiesRequest request) throws WcsException
request
- - GetCapabilitiesRequest beanWcsException
@POST @Consumes(value={"text/xml","application/xml"}) @Produces(value={"text/xml","application/xml"}) net.opengis.wcs.v_1_0_0.WCSCapabilitiesType getCapabilities(net.opengis.wcs.v_1_0_0.GetCapabilities request) throws WcsException
request
- - GetCapabilities JAXB objectWcsException
@GET @Consumes(value={"text/xml","application/xml"}) @Produces(value={"text/xml","application/xml"}) net.opengis.wcs.v_1_0_0.CoverageDescription describeCoverage(@QueryParam(value="") DescribeCoverageRequest request) throws WcsException
request
- - DescribeCoverageRequest beanWcsException
@POST @Consumes(value={"text/xml","application/xml"}) @Produces(value={"text/xml","application/xml"}) net.opengis.wcs.v_1_0_0.CoverageDescription describeCoverage(net.opengis.wcs.v_1_0_0.DescribeCoverage request) throws WcsException
request
- - DescribeCoverage JAXB objectWcsException
@GET @Consumes(value={"text/xml","application/xml"}) GetCoverageResponse getCoverage(@QueryParam(value="") GetCoverageRequest request) throws WcsException
request
- - GetCoverageRequest beanWcsException
@POST @Consumes(value={"text/xml","application/xml"}) GetCoverageResponse getCoverage(net.opengis.wcs.v_1_0_0.GetCoverage request) throws WcsException
request
- - GetCoverage JAXB objectWcsException
@POST @Consumes(value={"text/xml","application/xml"}) GetCoverageResponse getCoverage(String request) throws WcsException
request
- - String representing the GetCoverage XMLWcsException
@POST @Produces(value="multipart/mixed") @Consumes(value="text/xml") org.apache.cxf.jaxrs.ext.multipart.MultipartBody getCoverageMultiPart(net.opengis.wcs.v_1_0_0.GetCoverage request) throws WcsException
request
- - GetCoverage JAXB objectWcsException
@POST @Produces(value="multipart/mixed") @Consumes(value="text/xml") org.apache.cxf.jaxrs.ext.multipart.MultipartBody getCoverageMultiPart(String coverageRequest) throws WcsException
coverageRequest
- - String representing the GetCoverage XMLWcsException
This work is licensed under a Creative Commons Attribution 4.0 International License.