org.deegree.style.persistence
Interface StyleStore
- All Superinterfaces:
- Resource
- All Known Implementing Classes:
- SEStyleStore, SLDStyleStore
public interface StyleStore
- extends Resource
- Author:
- stranger
getStyle
Style getStyle(String styleName)
- Parameters:
styleName
- if null, the default style will be returned
getStyle
Style getStyle(String layerName,
String styleName)
- Parameters:
layerName
- if null, the first matching style will be returnedstyleName
- if null, the default style will be returned
getAll
List<Style> getAll(String layerName)
- Parameters:
layerName
- if null, equivalent with #getAll()
getAll
List<Style> getAll()
- Returns:
- all styles known to the style store
Copyright © 2011. All Rights Reserved.