com.supermap.services.components.impl

Class CloudTileTaskVisitorContainer

  • java.lang.Object
    • com.supermap.services.components.impl.CloudTileTaskVisitorContainer


  • public class CloudTileTaskVisitorContainer
    extends java.lang.Object
    
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void deleteByJobId(java.lang.String jobId)
      Deletes the tile table visitor of tiling task and its database files.
      CloudTileTaskVisitor get(JobBuildConfig jobConfig)
      According to the map task information, gets the tile table visitor object of the cloud service tiling task .
      static CloudTileTaskVisitorContainer getInstance() 
      void setTaskTable(java.lang.String taskTable)
      Sets the cloud service tile table path.
      void setWGS84TaskTable(java.lang.String value)
      Sets the tile table path under the WGS84 projection.
      • Methods inherited from class java.lang.Object

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

      • CloudTileTaskVisitorContainer

        public CloudTileTaskVisitorContainer()
        
    • Method Detail

      • setTaskTable

        public void setTaskTable(java.lang.String taskTable)
        
        Sets the cloud service tile table path.
        Parameters:
        taskTable - cloud service tile table path (UDB file path).
      • setWGS84TaskTable

        public void setWGS84TaskTable(java.lang.String value)
        

        Sets the tile table path under the WGS84 projection.

        Parameters:
        value -
      • deleteByJobId

        public void deleteByJobId(java.lang.String jobId)
        
        Deletes the tile table visitor of tiling task and its database files.
        Parameters:
        jobId - tile task ID.
      • get

        public CloudTileTaskVisitor get(JobBuildConfig jobConfig)
        
        According to the map task information, gets the tile table visitor object of the cloud service tiling task .
        Parameters:
        jobConfig - Tiling task information.
        Returns: