All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.davidmoten.grumpy.wms.CapabilitiesProvider Maven / Gradle / Ivy

package com.github.davidmoten.grumpy.wms;

import javax.servlet.http.HttpServletRequest;

/**
 * Provides the response to the WMS GetCapabilities request.
 */
public interface CapabilitiesProvider {
    String getCapabilities(HttpServletRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy