Package org.geoserver.monitor.ows.wms

Examples of org.geoserver.monitor.ows.wms.GetLegendGraphicHandler


        handlers.add(new TransactionHandler(monitor.getConfig(), catalog));
       
        //wms
        handlers.add(new GetFeatureInfoHandler(monitor.getConfig()));
        handlers.add(new GetMapHandler(monitor.getConfig()));
        handlers.add(new GetLegendGraphicHandler(monitor.getConfig()));
       
        //wcs
        handlers.add(new DescribeCoverageHandler(monitor.getConfig()));
        handlers.add(new GetCoverageHandler(monitor.getConfig()));
       
View Full Code Here

TOP

Related Classes of org.geoserver.monitor.ows.wms.GetLegendGraphicHandler

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.