com.supermap.services.providers

Class WFSDataProviderSetting

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Compare whether the specified object is equal to the current object.
      java.lang.String getIdMappingClassName()
      Gets the FeatureID converter class name.
      java.lang.String getPassword()
      Gets access password.
      java.lang.String getServiceRootURL()
      Gets the root directory of the WFS service.
      java.lang.String getUserName()
      Gets the username.
      int hashCode()
      Gets the hash value of the object instance
      void setIdMappingClassName(java.lang.String idMappingClassName)
      Sets the FeatureID converter class name.
      void setPassword(java.lang.String password)
      Sets access password.
      void setServiceRootURL(java.lang.String serviceRootURL)
      Sets the root directory of the WFS service.
      void setUserName(java.lang.String userName)
      Sets the user name.
      • Methods inherited from class java.lang.Object

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

      • WFSDataProviderSetting

        public WFSDataProviderSetting()
        
    • Method Detail

      • getServiceRootURL

        public java.lang.String getServiceRootURL()
        

        Gets the root directory of the WFS service.

        Specified by:
        getServiceRootURL in interface OGCProviderSetting
        Returns:
        WFS the root directory of the WFS service.
      • setServiceRootURL

        public void setServiceRootURL(java.lang.String serviceRootURL)
        

        Sets the root directory of the WFS service.

        Parameters:
        serviceRootURL - A URI string that identifies the WFS service root.
      • getUserName

        public java.lang.String getUserName()
        

        Gets the username.

        Returns:
        username.
      • setUserName

        public void setUserName(java.lang.String userName)
        

        Sets the user name.

        Parameters:
        userName - username.
      • getPassword

        public java.lang.String getPassword()
        

        Gets access password.

        Returns:
        access password.
      • setPassword

        public void setPassword(java.lang.String password)
        

        Sets access password.

        Parameters:
        password - password string.
      • getIdMappingClassName

        public java.lang.String getIdMappingClassName()
        

        Gets the FeatureID converter class name.

        Returns:
        idMappingClassName Converter class name.
      • setIdMappingClassName

        public void setIdMappingClassName(java.lang.String idMappingClassName)
        

        Sets the FeatureID converter class name.

        Parameters:
        idMappingClassName - FeatureID Full name of the converter class, which requires the FeatureIDMapping interface.
      • equals

        public boolean equals(java.lang.Object obj)
        

        Compare whether the specified object is equal to the current object.

        Overrides:
        equals in class DataProviderSetting
        Parameters:
        obj - the object that is compared with the current object.
        Returns:
        Returns true if both objects are equal; false otherwise.
      • hashCode

        public int hashCode()
        
        Gets the hash value of the object instance
        Overrides:
        hashCode in class DataProviderSetting
        Returns:
        hash value