GetFeatureInfoFormat

new Cesium.GetFeatureInfoFormat (type, format , callback )

描述从 Web 地图服务 (WMS) 服务器请求 GetFeatureInfo 的格式。
Name Type Description
type String 期望来自 GetFeatureInfo 请求的响应类型。有效值为'json'、'xml'、'html'或'text'。
format String 可选 从 WMS 服务器请求的信息格式。这通常是 MIME 类型,例如'application/json'或 text/xml'。如果未指定此参数,则提供程序将使用 'application/json' 请求 'json',使用 'text/xml' 请求 'xml',使用 'text/html' 请求'html',使用 'text/plain' 请求'text' '。
callback function 可选 使用来自 WMS 服务器的 GetFeatureInfo 响应调用的函数,以生成一组选取的 ImageryLayerFeatureInfo 实例。如果未指定此参数,则使用响应类型的默认函数。