WMS interface

Feedback


The WMS interface provides the three methods: GetCapabilities, GetMap and GetFeatureInfo. Users can call this interface to get the published WMS service.

According to different versions of WMS specification, the WMS interface has many implementation classes. For example, WMSClient is the implementation of WMS.

The implementation class of the WMS interface, WMSClient for instance, mainly implements two functions:

Sample project locates in %SuperMap iServer_HOME%/samples/code/UseJavaAPI/WMSClientSample.