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

org.mapfish.print.map.geotools.StyleSupplier Maven / Gradle / Ivy

There is a newer version: 3.22.0
Show newest version
package org.mapfish.print.map.geotools;

import org.geotools.styling.Style;
import org.mapfish.print.http.MfClientHttpRequestFactory;

/**
 * A strategy for loading style objects.
 *
 * @param  the type source that the style applies to
 */
public interface StyleSupplier {
    /**
     * Load the style.
     *
     * @param requestFactory the factory to use for making http requests
     * @param featureSource the source the style applies to
     */
    Style load(MfClientHttpRequestFactory requestFactory, Source featureSource);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy