WMS interface |
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:
Access the WMS service.
Convert the WMS XML file content into WMS object.
Sample project locates in %SuperMap iServer_HOME%/samples/code/UseJavaAPI/WMSClientSample.