{
"service": "wcs",
"version": "1.1.2",
"request": "GetCapabilities"
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/wcs' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"service": "wcs",
"version": "1.1.2",
"request": "GetCapabilities"
}'
<?xml version='1.0' encoding='UTF-8'?>
<Capabilities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wcs/1.1.2" updateSequence="160" xmlns:wcs="http://www.opengis.net/wcs/1.1.2" xmlns:gml="http://www.opengis.net/gml" version="1.1.2" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ogc="http://www.opengis.net/ogc">
<ServiceIdentification>
<ows:Title>Web Coverage Service</ows:Title>
<ows:Abstract>This server implements the WCS specification 1.1.2, it's reference implementation of WCS 1.1.2. All layers published by this service are available on WMS also.</ows:Abstract>
<ows:Keywords>
<ows:Keyword>WCS</ows:Keyword>
<ows:Keyword>WMS</ows:Keyword>
<ows:Keyword>KQGEO Server</ows:Keyword>
</ows:Keywords>
<ows:ServiceType>WCS</ows:ServiceType>
<ows:ServiceTypeVersion>1.1.2</ows:ServiceTypeVersion>
<ows:Fees>NONE</ows:Fees>
<ows:AccessConstraints>NONE</ows:AccessConstraints>
</ServiceIdentification>
<ows:ServiceProvider>
<ows:ProviderName>kqgeo</ows:ProviderName>
<ows:ProviderSite xlink:href="www.kqgeo.com"/>
<ows:ServiceContact>
<ows:IndividualName></ows:IndividualName>
<ows:PositionName></ows:PositionName>
<ows:ContactInfo>
<ows:Phone/>
<ows:Address>
<ows:City>Beijing</ows:City>
<ows:Country>China</ows:Country>
<ows:ElectronicMailAddress>xingyan@kqgeo.com</ows:ElectronicMailAddress>
</ows:Address>
<ows:OnlineResource xlink:href="http://www.kqgeo.com"/>
</ows:ContactInfo>
</ows:ServiceContact>
</ows:ServiceProvider>
<ows:OperationsMetadata>
<ows:Operation name="GetCapabilities">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wcs?"/>
</ows:HTTP>
</ows:DCP>
<ows:DCP>
<ows:HTTP>
<ows:Post xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wcs?"/>
</ows:HTTP>
</ows:DCP>
</ows:Operation>
<ows:Operation name="DescribeCoverage">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wcs?"/>
</ows:HTTP>
</ows:DCP>
<ows:DCP>
<ows:HTTP>
<ows:Post xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wcs?"/>
</ows:HTTP>
</ows:DCP>
</ows:Operation>
<ows:Operation name="GetCoverage">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wcs?"/>
</ows:HTTP>
</ows:DCP>
<ows:DCP>
<ows:HTTP>
<ows:Post xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wcs?"/>
</ows:HTTP>
</ows:DCP>
<ows:Parameter name="store">
<ows:AllowedValues>
<ows:Value>True</ows:Value>
<ows:Value>False</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
</ows:Operation>
<ows:Constraint name="PostEncoding">
<ows:AllowedValues>
<ows:Value>XML</ows:Value>
</ows:AllowedValues>
</ows:Constraint>
</ows:OperationsMetadata>
<wcs:Contents>
<wcs:CoverageSummary>
<ows:Title>world</ows:Title>
<ows:Abstract/>
<ows:Keywords>
<ows:Keyword>WCS</ows:Keyword>
<ows:Keyword>world</ows:Keyword>
<ows:Keyword>world_Coverage</ows:Keyword>
</ows:Keywords>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-180 -90</ows:LowerCorner>
<ows:UpperCorner>180 90</ows:UpperCorner>
</ows:WGS84BoundingBox>
<wcs:Identifier>world</wcs:Identifier>
</wcs:CoverageSummary>
</wcs:Contents>
</Capabilities>