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