com.supermap.services.components.impl
Class TileStorePreProcessorImpl
- java.lang.Object
-
- com.supermap.services.components.impl.TileStorePreProcessorImpl
-
- All Implemented Interfaces:
- TileStorePreProcessor
public class TileStorePreProcessorImpl extends java.lang.Object implements TileStorePreProcessor
-
-
Constructor Summary
Constructors Constructor and Description TileStorePreProcessorImpl(DefaultTileStoreFactory factory)
-
Method Summary
Methods Modifier and Type Method and Description voidprocess(JobBuildConfig toProcess)protected voidverifyMBTiles(JobBuildConfig toProcess)Verifies that the current tile settings satisfy the mbtiles specification.
-
-
-
Constructor Detail
-
TileStorePreProcessorImpl
public TileStorePreProcessorImpl(DefaultTileStoreFactory factory)
-
-
Method Detail
-
process
public void process(JobBuildConfig toProcess)
- Specified by:
processin interfaceTileStorePreProcessor
-
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.
-
-