@Api
public interface StyleService
| Modifier and Type | Method and Description |
|---|---|
String |
registerStyle(String layerId,
NamedStyleInfo style)
Registers a style for a layer, returns the styleName by which the style can be retrieved.
|
NamedStyleInfo |
retrieveStyle(String layerId,
String styleName)
Retrieves the style for a given layer and styleName, null if no such style exists.
|
String registerStyle(String layerId, NamedStyleInfo style)
layerId - the id of the layerstyle - the styleNamedStyleInfo retrieveStyle(String layerId, String styleName)
layerId - the id of the layerstyleName - the style nameCopyright © 2015 Geosparc. All Rights Reserved.