This document is archived and information here might be outdated. Recommended version. |
Provides access to the available WMS Server properties and methods.
Provide access to the properties and methods of WMS Server Object Extension, through which Server Object can provide OGC Web Map Map (WMS) Service.
Use IWMSServer Interface to communicate with an ArcGIS for Server Object through an OGC Web Map Service (WMS) protocol.
IWMSServer is actually a connector between an ArcGIS for Server Object and OGC WMS clients. When a Server Object provides a 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.
Name | Description | |
---|---|---|
Data | Handle WMS Server binary request. | |
GetToPost | Handle translation from Get to Post. | |
SetParameters | Handle setting WMS Server parameters. |
Classes | Description |
---|---|
WMSImageServer | The WMS Server Object Extension for Image Service. |
WMSServer | The WMS Server Object Extension. |