Package org.geoserver.catalog.impl

Examples of org.geoserver.catalog.impl.LocalWorkspaceCatalog


        this.catalog = catalog;
       
        // This instance of check is has to be here because this Geoserver cannot be injected
        // into LocalWorkspaceCatalog because it causes a circular reference
        if (catalog instanceof LocalWorkspaceCatalog) {
            LocalWorkspaceCatalog lwCatalog = (LocalWorkspaceCatalog) catalog;
            lwCatalog.setGeoServer(this);
        }
    }
View Full Code Here

TOP

Related Classes of org.geoserver.catalog.impl.LocalWorkspaceCatalog

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.