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)
Load the style.
|
org.geotools.styling.Style load(MfClientHttpRequestFactory requestFactory, Source featureSource) throws java.lang.Exception
requestFactory - the factory to use for making http requestsfeatureSource - the source the style applies tojava.lang.Exception