com.supermap.services.providers

Class UGCRealspaceProviderSetting

    • Constructor Detail

      • UGCRealspaceProviderSetting

        public UGCRealspaceProviderSetting()
        

        The Constructor.

      • UGCRealspaceProviderSetting

        public UGCRealspaceProviderSetting(UGCRealspaceProviderSetting ugcRealspaceProviderSetting)
        

        The Constructor.

        Parameters:
        ugcRealspaceProviderSetting -
    • Method Detail

      • getWorkspacePath

        public java.lang.String getWorkspacePath()
        

        Gets the SuperMap workspace path.

        Returns:
        workspace path.
      • setWorkspacePath

        public void setWorkspacePath(java.lang.String workspacePath)
        

        Sets the SuperMap workspace path.

        Parameters:
        workspacePath - Workspace path.
      • isXmlParse

        public boolean isXmlParse()
        

        Determine whether the SuperMap 3D service provider resolves the workspace itself.

        Returns:
        true that their analysis, false that does not own analysis.
      • setXmlParse

        public void setXmlParse(boolean xmlParse)
        

        Sets whether the SuperMap 3D service provider resolves the workspace itself.

        Parameters:
        xmlParse - true that their analysis, false that does not own analysis.
      • isPublishAllDatasets

        public boolean isPublishAllDatasets()
        

        To determine whether the SuperMap 3D service provider publishes all the data in the workspace.

        Returns:
        true that the release, false that does not release.
      • setPublishAllDatasets

        public void setPublishAllDatasets(boolean publishAllDatasets)
        

        Sets whether the SuperMap 3D service provider publishes all the data in the workspace.

        Parameters:
        xmlParse - true that the release, false that does not release.
      • getOutput

        public java.lang.String getOutput()
        

        Returns the list of 3D caches.

        Returns:
        the list of 3D caches.
      • setOutput

        public void setOutput(java.lang.String output)
        

        Sets the list of 3D caches.

        Parameters:
        output - the list of 3D caches.
      • equals

        public boolean equals(java.lang.Object obj)
        

        Determines whether the specified object is equal to the UGCRealspaceProviderSetting object.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the Java object to compare with this object.
        Returns:
        Specifies that the object is equal to the UGCRealspaceProviderSetting object, otherwise it returns false.
      • hashCode

        public int hashCode()
        

        Get the hash code value for the UGCRealspaceProviderSetting object.

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