Package org.mapfish.print.map.geotools
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 TypeMethodDescriptionorg.geotools.api.style.Style
load
(MfClientHttpRequestFactory requestFactory, SOURCE featureSource) Load the style.
-
Method Details
-
load
Load the style.- Parameters:
requestFactory
- the factory to use for making http requestsfeatureSource
- the source the style applies to
-