OgcWmsLayer.GetFeatureInfoFormats Method
Returns a list of GetFeatureInfo reply formats supported by the OGC WMS service.
GetFeatureInfoFormats()
Returns a list of GetFeatureInfo reply formats supported by the OGC WMS service.Syntax
public StringCollection GetFeatureInfoFormats ()
Return Value
A list of supported mime types.
Remarks
This method returns a list of mime types that the OGC WMS service supports for the GetFeatureInfo request. If you call GetFeatureInfo, the format parameter should be one of the formats listed by this method.
Server support for the GetFeatureInfo request is optional; if the server does not support it, the returned list will be empty.
Platforms
Windows, Linux, Android