Source - the type source that the style applies topublic interface StyleSupplier<Source>
| Modifier and Type | Method and Description |
|---|---|
org.geotools.styling.Style |
load(MfClientHttpRequestFactory requestFactory,
Source featureSource,
MapfishMapContext mapContext)
Load the style.
|
org.geotools.styling.Style load(MfClientHttpRequestFactory requestFactory, Source featureSource, MapfishMapContext mapContext) throws java.lang.Exception
requestFactory - the factory to use for making http requestsfeatureSource - the source the style applies tomapContext - information about the map projection, bounds, size, etc...java.lang.Exception