Package org.locationtech.udig.catalog.internal

Examples of org.locationtech.udig.catalog.internal.CatalogImpl.loadFromFile()


        try {
            if( getLocalCatalog() instanceof CatalogImpl){
                CatalogImpl localCatalog = (CatalogImpl) getLocalCatalog();
                File catalogFile = getLocalCatalogFile();
                IServiceFactory serviceFactory = CatalogPlugin.getDefault().getServiceFactory();
                localCatalog.loadFromFile(catalogFile, serviceFactory);
            }
        } catch (Throwable t) {
            CatalogPlugin.log("Trouble restoring local catalog:"+t, t);
        }
        try {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.