Package org.geowebcache.arcgis.compact

Examples of org.geowebcache.arcgis.compact.ArcGISCompactCache


            // compact
            // TODO: use tileCachePath when set
            storageFormat = cacheInfo.getCacheStorageInfo().getStorageFormat();
            if (storageFormat.equals(CacheStorageInfo.COMPACT_FORMAT_CODE)) {
                log.info(getName() + " uses compact format");
                compactCache = new ArcGISCompactCache(tilingScheme.getParent() + "/_alllayers");
            }
            // comcapt
        } catch (FileNotFoundException e) {
            throw new IllegalStateException("Tiling scheme file not found: "
                    + tilingScheme.getAbsolutePath());
View Full Code Here

TOP

Related Classes of org.geowebcache.arcgis.compact.ArcGISCompactCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.