org.deegree.style.persistence
Interface StyleStore

All Superinterfaces:
Resource
All Known Implementing Classes:
SEStyleStore, SLDStyleStore

public interface StyleStore
extends Resource

Author:
stranger

Method Summary
 List<Style> getAll()
           
 List<Style> getAll(String layerName)
           
 Style getStyle(String styleName)
           
 Style getStyle(String layerName, String styleName)
           
 
Methods inherited from interface org.deegree.commons.config.Resource
destroy, init
 

Method Detail

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 returned
styleName - 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.