Package org.vfny.geoserver.wms.responses

Examples of org.vfny.geoserver.wms.responses.GetLegendGraphicResponse


     * Returns a response handler to manage a GetLegendGraphic request
     *
     * @return a response handler to manage a GetLegendGraphic request
     */
    protected Response getResponseHandler() {
        return new GetLegendGraphicResponse(getApplicationContext());
    }
View Full Code Here


     * Returns a response handler to manage a GetLegendGraphic request
     *
     * @return a response handler to manage a GetLegendGraphic request
     */
    protected Response getResponseHandler() {
        return new GetLegendGraphicResponse();
    }
View Full Code Here

TOP

Related Classes of org.vfny.geoserver.wms.responses.GetLegendGraphicResponse

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.