Interface StyleSupplier<SOURCE>

  • Type Parameters:
    SOURCE - the type source that the style applies to

    public interface StyleSupplier<SOURCE>
    A strategy for loading style objects.
    • Method Detail

      • load

        org.geotools.api.style.Style load​(MfClientHttpRequestFactory requestFactory,
                                          SOURCE featureSource)
        Load the style.
        Parameters:
        requestFactory - the factory to use for making http requests
        featureSource - the source the style applies to