com.supermap.services.providers

类 SuperMapTilesRealspaceProviderSetting

  • java.lang.Object
    • com.supermap.services.providers.SuperMapTilesRealspaceProviderSetting
    • 构造器详细资料

      • SuperMapTilesRealspaceProviderSetting

        public SuperMapTilesRealspaceProviderSetting()
        

        构造函数。

      • SuperMapTilesRealspaceProviderSetting

        public SuperMapTilesRealspaceProviderSetting(SuperMapTilesRealspaceProviderSetting superMapTilesRealspaceProviderSetting)
        

        构造函数。

        参数:
        ugcRealspaceProviderSetting -
    • 方法详细资料

      • setS3ConnectionInfo

        public void setS3ConnectionInfo(S3ConnectionInfo s3ConnectionInfo)
        
      • getConfigFile

        public java.lang.String getConfigFile()
        
      • setConfigFile

        public void setConfigFile(java.lang.String configFile)
        
      • getConfigFileList

        public java.lang.String[] getConfigFileList()
        
      • setConfigFileList

        public void setConfigFileList(java.lang.String[] configFileList)
        
      • getScenesPath

        public java.lang.String getScenesPath()
        
      • setScenesPath

        public void setScenesPath(java.lang.String scenesPath)
        
      • setClipRegion

        public void setClipRegion(GeoRegion3D[] clipRegions)
        
      • getCacheKey

        public java.lang.String getCacheKey()
        

        返回三维缓存密钥。

        返回:
        三维缓存的目录。
      • setCacheKey

        public void setCacheKey(java.lang.String newCacheKey)
        
      • equals

        public boolean equals(java.lang.Object object)
        

        判断指定对象跟本 UGCRealspaceProviderSetting 对象是否相等。

        覆盖:
        equals 在类中 java.lang.Object
        参数:
        obj - 跟本对象进行比较的 Java 对象。
        返回:
        指定对象跟本 UGCRealspaceProviderSetting 对象相等,则返回 true,否则,返回 false。
      • hashCode

        public int hashCode()
        

        获取本 UGCRealspaceProviderSetting 对象的哈希码值。

        覆盖:
        hashCode 在类中 java.lang.Object
        返回:
        哈希码值。