com.supermap.services.components.impl

Class TileStorePreProcessorImpl

  • java.lang.Object
    • com.supermap.services.components.impl.TileStorePreProcessorImpl
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void process(JobBuildConfig toProcess) 
      protected void verifyMBTiles(JobBuildConfig toProcess)
      Verifies that the current tile settings satisfy the mbtiles specification.
      • Methods inherited from class java.lang.Object

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

      • verifyMBTiles

        protected void verifyMBTiles(JobBuildConfig toProcess)
        
        Verifies that the current tile settings satisfy the mbtiles specification. Standard MBTiles tile, need to meet the following points.s 1:Projection 3857. 2:The origin must be the upper left corner of the globe. 3:The scale meets the specification requirements. 4:The tile size is 256.