GetFeatureInfoFormat

new Cesium.GetFeatureInfoFormat (type, format , callback )

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