com.supermap.services.components.tilecache
Class DefaultVectorTileCacheFactory<T extends TileSourceInfo>
- java.lang.Object
-
- com.supermap.services.components.tilecache.DefaultVectorTileCacheFactory<T>
-
- All Implemented Interfaces:
- VectorTileCacheFactory<T>
public class DefaultVectorTileCacheFactory<T extends TileSourceInfo> extends java.lang.Object implements VectorTileCacheFactory<T>
-
-
Constructor Summary
Constructors Constructor and Description DefaultVectorTileCacheFactory()
-
Method Summary
Methods Modifier and Type Method and Description VectorTileCache<T>newInstance(T tileSourceInfo)
-
-
-
Method Detail
-
newInstance
public VectorTileCache<T> newInstance(T tileSourceInfo)
- Specified by:
newInstancein interfaceVectorTileCacheFactory<T extends TileSourceInfo>
-
-