Provides access to the available WMS Server properties and methods.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Provide access to the properties and methods of WMS Server Object Extension, through which Server Object can provide OGC Web Map Map (WMS) Service.
When To Use
Use IWMSServer Interface to communicate with ArcGIS Server Object through OGC Web Map Service (WMS) protocol.
IWMSServer is actually a connector between ArcGIS Server Object and OGC WMS clients. When Server Object provide WMS service, IWMSServer accepts WMS GetCapabilities, WMS GetMap and WMS GetFeatureInfo requests from WMS clients, parses them, sends them to Server Object, gets response back and finally sends WMS responses to clients.
Members
Description | ||
---|---|---|
Data | Handle WMS Server binary request. | |
GetToPost | Handle translation from Get to Post. | |
SetParameters | Handle setting WMS Server parameters. |
CoClasses that implement IWMSServer
CoClasses and Classes | Description |
---|---|
WMSImageServer | The WMS Server Object Extension for Image Service. |
WMSServer | The WMS Server Object Extension. |