com.supermap.services.providers

Class UGCDatasetConnectionInfo

  • java.lang.Object
    • com.supermap.services.providers.UGCDatasetConnectionInfo
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String datasetName
      Dataset name.
      java.lang.String datasourceName
      The datasource name.
      java.lang.String workspaceConnectString
      Workspace connection string.
      java.lang.String workspaceType
      Workspace type, one of the strings SXWU, SXW, SMWU, SMW.
    • 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 UGCDatasetConnectionInfo object.
      int hashCode()
      Gets the hash code value of the SuperMap dataset link information object.
      • Methods inherited from class java.lang.Object

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

      • workspaceConnectString

        public java.lang.String workspaceConnectString
        

        Workspace connection string. It can be a relative path or an absolute path.

      • workspaceType

        public java.lang.String workspaceType
        

        Workspace type, one of the strings SXWU, SXW, SMWU, SMW.

        If the value is not set or not one of the above four values, the file suffix is used to determine. If you can not judge by the suffix name, it is considered SXW type.

      • datasourceName

        public java.lang.String datasourceName
        

        The datasource name.

      • datasetName

        public java.lang.String datasetName
        

        Dataset name.

    • Constructor Detail

      • UGCDatasetConnectionInfo

        public UGCDatasetConnectionInfo()
        

        The Constructor.

      • UGCDatasetConnectionInfo

        public UGCDatasetConnectionInfo(UGCDatasetConnectionInfo ugcdatasetConnectionInfo)
        

        Copy constructor.

        Parameters:
        ugcdatasetConnectionInfo - SuperMap dataset connection information object.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

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

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the object that is compared with the current UGCDatasetConnectionInfo object.
        Returns:
        returns true if the specified object is equal to the SuperMap dataset link information object, false otherwise.
      • hashCode

        public int hashCode()
        

        Gets the hash code value of the SuperMap dataset link information object.

        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash code value.