public class LayerListHelper extends Object
| Constructor and Description |
|---|
LayerListHelper() |
| Modifier and Type | Method and Description |
|---|---|
static List<ApplicationLayer> |
getLayers(Application application,
Boolean filterable,
Boolean bufferable,
Boolean editable,
Boolean influence,
Boolean arc,
Boolean wfs,
Boolean attribute,
Boolean hasConfiguredLayers,
List<Long> possibleLayers,
javax.persistence.EntityManager em)
Get a list of Layers from the level and its subLevels.
|
public static List<ApplicationLayer> getLayers(Application application, Boolean filterable, Boolean bufferable, Boolean editable, Boolean influence, Boolean arc, Boolean wfs, Boolean attribute, Boolean hasConfiguredLayers, List<Long> possibleLayers, javax.persistence.EntityManager em)
application - the applicationfilterable - true to get filterable layersbufferable - true to get bufferable layerseditable - true to get editable layersinfluence - true to get influence map layersarc - true to get arc layerswfs - true to get wfs layersattribute - true to get attributehasConfiguredLayers - true to get configured layerspossibleLayers - a list of layersem - the entity manager to useCopyright © 2017. All rights reserved.