Appearance
KBE3D / KBCore / Cesium / GetFeatureInfoFormat
类: GetFeatureInfoFormat
Describes the format in which to request GetFeatureInfo from a Web Map Service (WMS) server.
参数
The type of response to expect from a GetFeatureInfo request. Valid values are 'json', 'xml', 'html', or 'text'.
参数
The info format to request from the WMS server. This is usually a MIME type such as 'application/json' or text/xml'. If this parameter is not specified, the provider will request 'json' using 'application/json', 'xml' using 'text/xml', 'html' using 'text/html', and 'text' using 'text/plain'.
参数
A function to invoke with the GetFeatureInfo response from the WMS server in order to produce an array of picked ImageryLayerFeatureInfo instances. If this parameter is not specified, a default function for the type of response is used.
构造函数
构造函数
new GetFeatureInfoFormat(
type:string,format?:string,callback?: (...params:any[]) =>any):GetFeatureInfoFormat
参数
type
string
format?
string
callback?
(...params: any[]) => any
返回
GetFeatureInfoFormat
