com.supermap.services.wms

Class WMSServiceInfo

  • java.lang.Object
    • com.supermap.services.wms.WMSServiceInfo


  • public class WMSServiceInfo
    extends java.lang.Object
    

    WMS service source information.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String mapName
      WMS map name
      java.lang.String url
      WMS service url
    • Constructor Summary

      Constructors 
      Constructor and Description
      WMSServiceInfo() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mapName

        public java.lang.String mapName
        

        WMS map name

      • url

        public java.lang.String url
        

        WMS service url

    • Constructor Detail

      • WMSServiceInfo

        public WMSServiceInfo()