- 有状态
- gateway-manager
- login
- version
- nodes
- permissions
- folders
- folder
- folder
- folder
- listByUserFolder
- transfer createservice
- createservice
- start
- stop
- delete
- user-resource-permission
- user-resource-permission
- updateServiceInfo
- queryserviceinfo
- shutdown
- geoprocessing/getStatus
- geoprocessing/modelList
- disk/getDirectory
- geoprocessing/publishModel
- data/dataSetList
- downloadGeoJson
- upload shp zip
- mapservice
- dataservice
- spatialanalysisservice
- imageservice
- networkservice
- tileservice
- plottingservice
- webprintservice
- realspaceservice
- 无状态
- geometry
- dynamicmap-deleted
- datastore
- monitor
- commondata(数据服务)
- geoprocessing (地理处理服务)
- log-manager
- log-loki
- aggregation
- manager(内部用-前端不使用)
- kqproxy
- gisservice-lite
- gateway-datastore
- gateway-wmts
- gateway(对外接口)
- 服务
- 数据服务
- 地图服务
- som
- info(节点信息查询)
- folder(创建服务目录)
- folder(删除服务目录)
- folder(查询服务目录)
- folders(查询服务目录列表)
- createthumb(创建缩略图)
- createservice(创建服务)
- start(启动服务)
- start(call som)
- stop(停止服务)
- stop(call som)
- delete(删除服务)
- enable(启用服务)
- disable(禁用服务)
- queryserviceinfo(服务详情)
- listByUserFolder(服务列表)
- user-resource-permission(获取用户资源权限)
- user-resource-permission(设置资源权限)
- panic(测试panic)
- 修改服务信息
- 查询切图状态
- 启动切图
- db/x/kq_resource(查询服务列表)
- backuplist(备份列表)
- backup(备份数据)
- restore(还原数据备份)
- backupdel(删除数据备份)
- 数据
- upload(上传数据文件)
- upload(创建托管数据库)
- db(删除托管数据库)
- startUpload(上传数据到数据库)
- query-status(查询数据库状态)
- register(创建数据库)
- register(设置托管数据库)
- delete(删除设置的托管数据库)
- data(修改数据库)
- data(删除数据库)
- featurequery(属性查询)
- datas (数据源查询)
- dataSetList(数据集列表)
- feature(数据集数据)
- fieldinfo(字段属性)
- feature(导入数据到数据集)
- index(索引查询)
- index(添加索引)
- index(删除索引)
- addDataSet(添加要素集)
- addDataSet(添加数据表)
- delDataSet(删除数据集)
- delDataSet(删除数据表)
- updateDataSet(更新数据集)
- updateDataSet(更新数据表)
- {id}(分类数据 源查询)
- 建模
- 备份还原
- bigdata
- 节点
- version(版本设置)
- login(登录)
- logout(登出)
- ssoByUaToken 检查token
- health 集群组件健康检查
- 服务
- test
- 海图测试
GetCapabilities
已测完
44
http://172.16.1.44:9800
44
http://172.16.1.44:9800
POST
http://172.16.1.44:9800
请求参数
Path 参数
servicename
string
必需
Header 参数
ua_token
string
可选
默认值:
{{TOKEN}}
Body 参数application/json
service
string
必需
version
string
必需
request
string
必需
layerName
string
可选
示例
{
"service": "wms",
"version": "1.3.0",
"request": "GetCapabilities"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/wms' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"service": "wms",
"version": "1.3.0",
"request": "GetCapabilities"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
<?xml version='1.0' encoding='UTF-8'?>
<WMS_Capabilities xsi:schemaLocation="http://www.opengis.net/wms" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3.0" xmlns="http://www.opengis.net/wms">
<Service>
<Name>WMS</Name>
<Title>Kanq iServer 发布的 WMS 服务</Title>
<Abstract>苍穹数码股份有限公司提供的 WMS 服务. 联系方式: </Abstract>
<KeywordList>
<Keyword>iServer</Keyword>
</KeywordList>
<OnlineResource xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wms?" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"/>
<ContactInformation>
<ContactPersonPrimary>
<ContactPerson>联系人姓名</ContactPerson>
<ContactOrganization>苍穹数码技术股份有限公司</ContactOrganization>
</ContactPersonPrimary>
<ContactPosition/>
<ContactAddress>
<AddressType>postal</AddressType>
<Address>北京市北京经济开发区经海四路29号1幢8层</Address>
<City>北京</City>
<StateOrProvince>北京</StateOrProvince>
<PostCode>10015</PostCode>
<Country>北京</Country>
</ContactAddress>
<ContactVoiceTelephone/>
<ContactFacsimileTelephone/>
<ContactElectronicMailAddress/>
</ContactInformation>
<Fees>none</Fees>
<AccessConstraints>
<none/>
</AccessConstraints>
</Service>
<Capability>
<Request>
<GetCapabilities>
<Format>application/vnd.ogc.wms_xml</Format>
<Format>text/xml</Format>
<Format/>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wms?" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"/>
</Get>
<Post>
<OnlineResource xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wms?" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"/>
</Post>
</HTTP>
</DCPType>
</GetCapabilities>
<GetMap>
<Format>image/png</Format>
<Format>image/bmp</Format>
<Format>image/jpeg</Format>
<Format>image/gif</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:href="http://172.16.3.17:8699/kqgis/rest/services/imageservice_testCurrent/image/wms?" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"/>
</Get>
</HTTP>
</DCPType>
</GetMap>
</Request>
<Exception>
<Format>application/vnd.ogc.se_xml</Format>
<Format>XML</Format>
</Exception>
<Layer>
<Title>world</Title>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3857</CRS>
<CRS>EPSG:4490</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-180.000000</westBoundLongitude>
<eastBoundLongitude>180.000000</eastBoundLongitude>
<southBoundLatitude>-90.000000</southBoundLatitude>
<northBoundLatitude>90.000000</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox minx="-180.000000" maxy="90.000000" CRS="EPSG:4326" miny="-90.000000" maxx="180.000000"/>
<BoundingBox minx="-20037508.342789" maxy="20048966.104015" CRS="EPSG:3857" miny="-20048966.104015" maxx="20037508.342789"/>
<BoundingBox minx="-180.000000" maxy="90.000000" CRS="EPSG:4490" miny="-90.000000" maxx="180.000000"/>
<Layer>
<Name>Image</Name>
<Title>Image</Title>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3857</CRS>
<CRS>EPSG:4490</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-180.000000</westBoundLongitude>
<eastBoundLongitude>180.000000</eastBoundLongitude>
<southBoundLatitude>-90.000000</southBoundLatitude>
<northBoundLatitude>90.000000</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox minx="-180.000000" maxy="90.000000" CRS="EPSG:4326" miny="-90.000000" maxx="180.000000"/>
<BoundingBox minx="-20037508.342789" maxy="20048966.104015" CRS="EPSG:3857" miny="-20048966.104015" maxx="20037508.342789"/>
<BoundingBox minx="-180.000000" maxy="90.000000" CRS="EPSG:4490" miny="-90.000000" maxx="180.000000"/>
</Layer>
<Layer>
<Name>Footprint</Name>
<Title>Footprint</Title>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3857</CRS>
<CRS>EPSG:4490</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-180.000000</westBoundLongitude>
<eastBoundLongitude>180.000000</eastBoundLongitude>
<southBoundLatitude>-90.000000</southBoundLatitude>
<northBoundLatitude>90.000000</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox minx="-180.000000" maxy="90.000000" CRS="EPSG:4326" miny="-90.000000" maxx="180.000000"/>
<BoundingBox minx="-20037508.342789" maxy="20048966.104015" CRS="EPSG:3857" miny="-20048966.104015" maxx="20037508.342789"/>
<BoundingBox minx="-180.000000" maxy="90.000000" CRS="EPSG:4490" miny="-90.000000" maxx="180.000000"/>
</Layer>
<Layer>
<Name>Boundary</Name>
<Title>Boundary</Title>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3857</CRS>
<CRS>EPSG:4490</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-180.000000</westBoundLongitude>
<eastBoundLongitude>180.000000</eastBoundLongitude>
<southBoundLatitude>-90.000000</southBoundLatitude>
<northBoundLatitude>90.000000</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox minx="-180.000000" maxy="90.000000" CRS="EPSG:4326" miny="-90.000000" maxx="180.000000"/>
<BoundingBox minx="-20037508.342789" maxy="20048966.104015" CRS="EPSG:3857" miny="-20048966.104015" maxx="20037508.342789"/>
<BoundingBox minx="-180.000000" maxy="90.000000" CRS="EPSG:4490" miny="-90.000000" maxx="180.000000"/>
</Layer>
</Layer>
</Capability>
</WMS_Capabilities>
修改于 2023-02-01 08:13:05