com.supermap.services.components.impl

Class VectorTileJobPreProcessor

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


  • public class VectorTileJobPreProcessor
    extends java.lang.Object
    
    Vector tile tiling task preprocessing class.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void process(JobBuildConfig jobBuildConfig, MapParameter mapParameter)
      Handle the tiling task.
      void processLayerStyle(JobBuildConfig jobBuildConfig, Map component) 
      • Methods inherited from class java.lang.Object

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

      • VectorTileJobPreProcessor

        public VectorTileJobPreProcessor()
        
    • Method Detail

      • process

        public void process(JobBuildConfig jobBuildConfig,
                   MapParameter mapParameter)
        
        Handle the tiling task.
        Parameters:
        jobBuildConfig - Tiling task information.
        mapParameter - map parameters
      • processLayerStyle

        public void processLayerStyle(JobBuildConfig jobBuildConfig,
                             Map component)