org.deegree.layer.persistence
Interface LayerStore

All Superinterfaces:
Resource
All Known Implementing Classes:
MultipleLayerStore, SingleLayerStore

public interface LayerStore
extends Resource

Version:
$Revision: 31450 $, $Date: 2011-08-08 08:08:55 +0200 (Mon, 08 Aug 2011) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Method Summary
 Layer get(String identifier)
           
 List<Layer> getAll()
           
 
Methods inherited from interface org.deegree.commons.config.Resource
destroy, init
 

Method Detail

getAll

List<Layer> getAll()

get

Layer get(String identifier)


Copyright © 2011. All Rights Reserved.