Example #1
0
 /** @return cache region for WMTS layer */
 public static CacheAccess<String, BufferedImageCacheEntry> getCache() {
   return AbstractCachedTileSourceLayer.getCache(CACHE_REGION_NAME);
 }
Example #2
0
 @Override
 public void projectionChanged(Projection oldValue, Projection newValue) {
   super.projectionChanged(oldValue, newValue);
   ((WMTSTileSource) tileSource).initProjection(newValue);
 }