Package org.geoserver.web.data.layergroup

Examples of org.geoserver.web.data.layergroup.LayerGroupProvider


    public LayerGroupTablePanel(String id) {
        this(id, null);
    }
   
    public LayerGroupTablePanel(String id, LayerGroupProviderFilter groupFilter) {
        super("table", new LayerGroupProvider(groupFilter), true);
    }
View Full Code Here

TOP

Related Classes of org.geoserver.web.data.layergroup.LayerGroupProvider

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.