OGCWMTSInfo Class

OGC服务.OGCWMTSInfo(option)

OGC-WMTS信息类

Fx构造函数

# new OGCWMTSInfo(option)

Zondy.OGC.OGCWMTSInfo 获取OGC WMTS 信息类

参数:
名称 类型 属性 默认值 描述
option Object

属性字段

ip String <optional>
"localhost"

必须。服务器ip。(getWMTSInfo,getFeatureInfo)

port String <optional>
"6163"

必须。服务器端口。(getWMTSInfo,getFeatureInfo)

serverName String <optional>

必须。服务名称。(getFeatureInfo)

name String <optional>

必须。瓦片名称。(getFeatureInfo)

tileMatrixSet String <optional>

必须。瓦片参考系。(getFeatureInfo)

tileMatrix String <optional>

必须。级数。(getFeatureInfo)

tileRow String <optional>

必须。行号。(getFeatureInfo)

tileCol String <optional>

必须。列号。(getFeatureInfo)

I String <optional>

必须。图块中像素的行号。(getFeatureInfo)

J String <optional>

必须。图块中像素的列号。(getFeatureInfo)

version String <optional>
"1.0.0"

可选。请求的版本号,支持1.0.0版本。(getFeatureInfo)

format String <optional>
"image/png"

可选。图块输出格式,image/png或image/jpeg。(getFeatureInfo)

infoFormat String <optional>
"text/html"

可选。返回值的格式,text/html、text/plain或application/vnd.ogc.gml。(getFeatureInfo)

作者:
  • 基础平台/产品2部 龚跃健

查看源代码 service/OGC/OGCWMTSInfo.js, line 6

继承关系

方法

# getFullUrl()

获取服务完整的地址

Inherited From:

查看源代码 service/ServiceBase.js, line 42

url