<?xml version='1.0' encoding="UTF-8"?>

<WMS_Capabilities version="1.3.0" xmlns="http://www.opengis.net/wms"

xmlns:xlink="http://www.w3.org/1999/xlink"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">

<!-- Service Metadata -->

<Service>

<!-- The WMT-defined name for this type of service -->

<Name>WMS</Name>

<!-- Human-readable title for pick lists -->

<Title>Acme Corp. Map Server</Title>

<!-- Narrative description providing additional information -->

<Abstract>Map Server maintained by Acme Corporation.  Contact: webmaster@wmt.acme.com.  High-quality maps showing roadrunner nests and possible ambush locations.</Abstract>

<KeywordList>

<Keyword>bird</Keyword>

<Keyword>roadrunner</Keyword>

<Keyword>ambush</Keyword>

</KeywordList>

<!-- Top-level web address of service or service provider.  See also OnlineResource

elements under <DCPType>. -->

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"

xlink:href="http://hostname/" />

<!-- Contact information -->

<ContactInformation>

<ContactPersonPrimary>

<ContactPerson>Jeff Smith</ContactPerson>

<ContactOrganization>NASA</ContactOrganization>

</ContactPersonPrimary>

<ContactPosition>Computer Scientist</ContactPosition>

<ContactAddress>

<AddressType>postal</AddressType>

<Address>NASA Goddard Space Flight Center</Address>

<City>Greenbelt</City>

<StateOrProvince>MD</StateOrProvince>

<PostCode>20771</PostCode>

<Country>USA</Country>

</ContactAddress>

<ContactVoiceTelephone>+1 301 555-1212</ContactVoiceTelephone>

<ContactElectronicMailAddress>user@host.com</ContactElectronicMailAddress>

</ContactInformation>

<!-- Fees or access constraints imposed. -->

<Fees>none</Fees>

<AccessConstraints>none</AccessConstraints>

<LayerLimit>16</LayerLimit>

<MaxWidth>2048</MaxWidth>

<MaxHeight>2048</MaxHeight>

</Service>

<Capability>

<Request>

<GetCapabilities>

<Format>text/xml</Format>

<DCPType>

<HTTP>

<Get>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://hostname/path?" />

</Get>

<Post>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://hostname/path?" />

</Post>

</HTTP>

</DCPType>

</GetCapabilities>

<GetMap>

<Format>image/gif</Format>

<Format>image/png</Format>

<Format>image/jpeg</Format>

<DCPType>

<HTTP>

<Get>

<!-- The URL here for invoking GetCapabilities using HTTP GET

is only a prefix to which a query string is appended. -->

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://hostname/path?" />

</Get>

</HTTP>

</DCPType>

</GetMap>

<GetFeatureInfo>

<Format>text/xml</Format>

<Format>text/plain</Format>

<Format>text/html</Format>

<DCPType>

<HTTP>

<Get>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://hostname/path?" />

</Get>

</HTTP>

</DCPType>

</GetFeatureInfo>

</Request>

<Exception>

<Format>XML</Format>

<Format>INIMAGE</Format>

<Format>BLANK</Format>

</Exception>

<Layer>

<Title>Acme Corp. Map Server</Title>

<CRS>CRS:84</CRS> <!-- all layers are available in at least this CRS -->

<AuthorityURL name="DIF_ID">

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"

xlink:href="http://gcmd.gsfc.nasa.gov/difguide/whatisadif.html" />

</AuthorityURL>

<Layer>

<!-- This parent layer has a Name and can therefore be requested from a Map Server, yielding a map of all subsidiary layers. -->

<Name>ROADS_RIVERS</Name>

<Title>Roads and Rivers</Title>

<!-- See the spec to learn how some characteristics are inherited by

subsidiary layers. -->

<CRS>EPSG:26986</CRS> <!-- An additional CRS for this layer -->

<EX_GeographicBoundingBox>

<westBoundLongitude>-71.63</westBoundLongitude>

<eastBoundLongitude>-70.78</eastBoundLongitude>

<southBoundLatitude>41.75</southBoundLatitude>

<northBoundLatitude>42.90</northBoundLatitude>

</EX_GeographicBoundingBox>

<!-- The optional resx and resy attributes indicate the X and Y spatial

resolution in the units of that CRS. -->

<BoundingBox CRS="CRS:84"

minx="-71.63" miny="41.75" maxx="-70.78" maxy="42.90" resx="0.01" resy="0.01"/>

<BoundingBox CRS="EPSG:26986"

minx="189000" miny="834000" maxx="285000" maxy="962000" resx="1" resy="1" />

<!-- Optional Title, URL and logo image of data provider. -->

<Attribution>

<Title>State College University</Title>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"

xlink:href="http://www.university.edu/" />

<LogoURL width="100" height="100">

<Format>image/gif</Format>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://www.university.edu/icons/logo.gif" />

</LogoURL>

</Attribution>

<!-- Identifier whose meaning is defined in an AuthorityURL element -->

<Identifier authority="DIF_ID">123456</Identifier>

<FeatureListURL>

<Format>XML"</Format>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"

xlink:href="http://www.university.edu/data/roads_rivers.gml" />

</FeatureListURL>

<Style>

<Name>USGS</Name>

<Title>USGS Topo Map Style</Title>

<Abstract>Features are shown in a style like that used in USGS topographic maps.</Abstract>

<!-- A picture of a legend for a Layer in this Style -->

<LegendURL width="72" height="72">

<Format>image/gif</Format>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://www.university.edu/legends/usgs.gif" />

</LegendURL>

<!-- An XSL stylesheet describing how feature data will rendered to create

a map of this layer. -->

<StyleSheetURL>

<Format>text/xsl</Format>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://www.university.edu/stylesheets/usgs.xsl" />

</StyleSheetURL>

</Style>

<Layer queryable="1">

<Name>ROADS_1M</Name>

<Title>Roads at 1:1M scale</Title>

<Abstract>Roads at a scale of 1 to 1 million.</Abstract>

<KeywordList>

<Keyword>road</Keyword>

<Keyword>transportation</Keyword>

<Keyword>atlas</Keyword>

</KeywordList>

<Identifier authority="DIF_ID">123456</Identifier>

<MetadataURL type="FGDC:1998">

<Format>text/plain</Format>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://www.university.edu/metadata/roads.txt" />

</MetadataURL>

<MetadataURL type="ISO19115:2003">

<Format>text/xml</Format>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://www.university.edu/metadata/roads.xml" />

</MetadataURL>

<!-- In addition to the Style specified in the parent Layer, this Layer is

available in this style. -->

<Style>

<Name>ATLAS</Name>

<Title>Road atlas style</Title>

<Abstract>Roads are shown in a style like that used in a commercial road atlas.</Abstract>

<LegendURL width="72" height="72">

<Format>image/gif</Format>

<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"

xlink:type="simple"

xlink:href="http://www.university.edu/legends/atlas.gif" />

</LegendURL>

</Style>

</Layer>

<Layer queryable="1">

<Name>RIVERS_1M</Name>

<Title>Rivers at 1:1M scale</Title>

<Abstract>Rivers at a scale of 1 to 1 million.</Abstract>

<KeywordList>

<Keyword>river</Keyword>

<Keyword>canal</Keyword>

<Keyword>waterway</Keyword>

</KeywordList>

</Layer>

</Layer>

<Layer queryable="1">

<Title>Weather Forecast Data</Title>

<CRS>CRS:84</CRS> <!-- harmless repetition of common CRS -->

<EX_GeographicBoundingBox>

<westBoundLongitude>-180</westBoundLongitude>

<eastBoundLongitude>180</eastBoundLongitude>

<southBoundLatitude>-90</southBoundLatitude>

<northBoundLatitude>90</northBoundLatitude>

</EX_GeographicBoundingBox>

<!-- These weather data are available daily from 1999-01-01 through

2000-08-22. -->

<Dimension name="time" units="ISO8601" default="2000-08-22">

1999-01-01/2000-08-22/P1D

</Dimension>

<Layer>

<Name>Clouds</Name>

<Title>Forecast cloud cover</Title>

</Layer>

<Layer>

<Name>Temperature</Name>

<Title>Forecast temperature</Title>

</Layer>

<Layer>

<Name>Pressure</Name>

<Title>Forecast barometric pressure</Title>

<!-- This Pressure layer is available at several elevations and times. -->

<Dimension name="elevation" units="EPSG:5030" />

<Dimension name="time" units="ISO8601" default="2000-08-22">

1999-01-01/2000-08-22/P1D</Dimension>

<Dimension name="elevation" units="CRS:88" default="0" nearestValue="1">

0,1000,3000,5000,10000</Dimension>

</Layer>

</Layer>

<!-- Example of a layer which is a static map of fixed

size which the server cannot subset or make transparent -->

<Layer opaque="1" noSubsets="1" fixedWidth="512" fixedHeight="256">

<Name>ozone_image</Name>

<Title>Global ozone distribution (1992)</Title>

<EX_GeographicBoundingBox>

<westBoundLongitude>-180</westBoundLongitude>

<eastBoundLongitude>180</eastBoundLongitude>

<southBoundLatitude>-90</southBoundLatitude>

<northBoundLatitude>90</northBoundLatitude>

</EX_GeographicBoundingBox>

<Dimension name="time" units="ISO8601" default="1992">1992</Dimension>

</Layer>

<!-- Example of a layer which originated from another WMS and has been

"cascaded" by this WMS. -->

<Layer cascaded="1">

<Name>population</Name>

<Title>World population, annual</Title>

<EX_GeographicBoundingBox>

<westBoundLongitude>-180</westBoundLongitude>

<eastBoundLongitude>180</eastBoundLongitude>

<southBoundLatitude>-90</southBoundLatitude>

<northBoundLatitude>90</northBoundLatitude>

</EX_GeographicBoundingBox>

<Dimension name="time" units="ISO8601" default="2000">1990/2000/P1Y</Dimension>

</Layer>

</Layer>

</Capability>

</WMS_Capabilities>

转载于:https://www.cnblogs.com/lzlynn/archive/2008/08/17/1269610.html

WMS Schema相关推荐

  1. AutoCAD Map 3D 2011 Update 1 – released!

    In our continuing effort to improve quality, performance and respond to our customer's needs, we hav ...

  2. 三种地理参考信息模型:WMS,WFS,WCS(转)

    OGC1999年开始WMT1(Web Map Tested)和WMT2互操作项目.其中著名的GML来自WMT1的成果. 在WMT2中OGC定义了三种地理参考信息模型:Web Map Server(WM ...

  3. 地图服务 WMS WFS WCS TMS

    常见地图服务(WMS.WFS.WCS.TMS.WMTS 1.网络地图服务(WMS) 网络地图服务(WMS)利用具有地理空间位置信息的数据制作地图.其中将地图定义为地理数据可视的表现.能够根据用户的请求 ...

  4. wms、wmts、wfs等地图服务区别

    微信搜索:"二十同学" 公众号,欢迎关注一条不一样的成长之路 OGC OGC 全称是开放地理空间信息联盟(Open Geospatial Consortium),是一个非盈利的国际 ...

  5. OGC:WMS,WFS,WMTS,WCS的区别

    参考:OCG官网 标准文档:https://www.ogc.org/standards/ 使用示例:https://wiki.state.ma.us/display/massgis/Updates+f ...

  6. arcgis地理参考信息模型:WMS,WFS,WCS,WMTS

    先来一个架构图片(来源于http://gis.stackexchange.com/questions/80948/what-are-the-differences-between-wms-wfs-wc ...

  7. WMS、WFS、WMTS服务接口说明

    文章目录 1 需求 2 TL;DR 3 内容 3.1 WMS WMS服务简介 服务操作列表 服务操作的参数列表 GetCapabilities操作请求方法实现参数 GetMap操作请求方法实现参数 G ...

  8. WMS WCS WFS 区别(转载)

    OGC1999年开始WMT1(Web Map Tested)和WMT2互操作项目.其中著名的GML来自WMT1的成果. 在WMT2中OGC定义了三种地理参考信息模型:Web Map Server(WM ...

  9. OGC标准wms、wmts、wfs等地图服务协议规范 及 arcgis 的永久WMTS 谷歌卫星 卫星影像服务

    wms.wmts.wfs都是OGC定义的地图服务规范,各大gis软件都支持这些规范 首先放出 ARCGIS的wmts免费服务 http://csdn.wxdt365.com/WMTS?key=48d4 ...

最新文章

  1. json对象和json字符串转换方法
  2. 计算机ppt继续教育,泰州市专业技术人员继续教育公需科目PPT2010试卷及答案
  3. windows powershell实战指南_【安全研究】powershell在主机中是否存在安全隐患?
  4. python中的idle在哪里_python idle 的打开方式
  5. bzoj千题计划241:bzoj3864: Hero meet devil
  6. 怎么查jupyter lab 内核_抗氧化精华推荐 CHA:LAB诗蕾泊帮你告别“零点肌”|抗氧化|精华-综合资讯...
  7. 比尔·盖茨:美国优先的世界观使我担心
  8. [Java] 蓝桥杯ALGO-93 算法训练 反置数
  9. 北京大学生物信息学学习(3动态规划进行2序列比对的原理 )
  10. 性能提升160%,为全球提供顶级算力:阿里云发布第三代神龙云服务器
  11. C#从入门到精通之第一篇: C#概述与入门
  12. 利用python将Mooc缓存转换为视频文件
  13. 广数25i系统倒刀回刀m代码_广数系统指令
  14. 无线射频识别技术与条形码的比较
  15. 使用Zbar进行二维码识别 中文字符解码 RawBytes
  16. RP产品原型资源分享-论坛类
  17. python基础知识大一总结与反思_反思总结及规划 其一
  18. CI/CD——构建企业级Docker+Jenkins+Git+Harbor流水线自动化持续集成持续发布平台
  19. 架构成长之路 | 图解分布式共识算法Paxos议会协议
  20. Oracle数据库访问性能优化

热门文章

  1. 数据库:redis和MySQL如何做到数据的一致性?
  2. 多线程:Immutable对象?如何创建Immutable对象?
  3. 后台开发技术(1)--概述
  4. Android --- Glide加载图片时候调用asBitmap()方法的时候总是报错,点不出来?
  5. Android --- RecyclerView 水平滑动时,一个 item 一个 item 的滑动,禁止滑动到一半停止
  6. 联想电脑怎么进入Android,联想电脑怎么连接手机
  7. html hover图片效果,CSS第9款:Imagehover.css 纯CSS打造的图片悬停效果
  8. 五一假期将至,机房维护工作要做好
  9. 收藏!84页PPT讲解电力变压器参数计算
  10. 数据中心巡检实操之UPS及电池