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 Summary

    Modifier and Type
    Method
    Description
    org.geotools.api.style.Style
    load(MfClientHttpRequestFactory requestFactory, SOURCE featureSource)
    Load the style.
  • Method Details

    • 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