com.supermap.services.providers

Class ArcGISRestDataProviderSetting

  • java.lang.Object
    • com.supermap.services.providers.ArcGISRestDataProviderSetting
  • All Implemented Interfaces:
    java.io.Serializable


    public class ArcGISRestDataProviderSetting
    extends java.lang.Object
    implements java.io.Serializable
    
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String httpReferer
      REFERER
      java.lang.String restServiceRootURL
      rest service address, points to the root resource path of feature services.
      java.lang.String token
      Token.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      • Methods inherited from class java.lang.Object

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

      • restServiceRootURL

        public java.lang.String restServiceRootURL
        

        rest service address, points to the root resource path of feature services. request list.

        Such as: http://localhost:6080/arcgis/rest/services/China/FeatureServer

      • token

        public java.lang.String token
        
        Token.
      • httpReferer

        public java.lang.String httpReferer
        
        REFERER
    • Constructor Detail

      • ArcGISRestDataProviderSetting

        public ArcGISRestDataProviderSetting()
        
    • Method Detail

      • hashCode

        public int hashCode()
        
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals(java.lang.Object obj)
        
        Overrides:
        equals in class java.lang.Object