com.supermap.services.components.impl

类 TileStorePreProcessorImpl

  • java.lang.Object
    • com.supermap.services.components.impl.TileStorePreProcessorImpl
    • 方法概要

      方法 
      限定符和类型 方法和说明
      void process(JobBuildConfig toProcess) 
      protected void verifyMBTiles(JobBuildConfig toProcess)
      验证当前切图设置是否满足mbtiles规范。
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

    • 方法详细资料

      • verifyMBTiles

        protected void verifyMBTiles(JobBuildConfig toProcess)
        
        验证当前切图设置是否满足mbtiles规范。标准MBTiles切片,需要满足以下几点。 1:投影3857。 2:原点必须是全球左上角。 3:比例尺符合规范要求。 4:切片大小为256.