Uses of Class
de.terrestris.shoguncore.model.layer.Layer
-
-
Uses of Layer in de.terrestris.shoguncore.converter
Classes in de.terrestris.shoguncore.converter with type parameters of type Layer Modifier and Type Class Description classLayerIdResolver<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> -
Uses of Layer in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type Layer Modifier and Type Class Description classLayerDao<E extends Layer>Methods in de.terrestris.shoguncore.dao with parameters of type Layer Modifier and Type Method Description java.util.Set<E>MapDao. findMapsWithLayer(Layer layer) -
Uses of Layer in de.terrestris.shoguncore.model.module
Methods in de.terrestris.shoguncore.model.module that return types with arguments of type Layer Modifier and Type Method Description java.util.List<Layer>WfsSearch. getLayers()java.util.List<Layer>Map. getMapLayers()java.util.List<Layer>OverviewMap. getOverviewMapLayers()Method parameters in de.terrestris.shoguncore.model.module with type arguments of type Layer Modifier and Type Method Description voidWfsSearch. setLayers(java.util.List<Layer> layers)voidMap. setMapLayers(java.util.List<Layer> mapLayers)voidOverviewMap. setOverviewMapLayers(java.util.List<Layer> overviewMapLayers)Constructor parameters in de.terrestris.shoguncore.model.module with type arguments of type Layer Constructor Description Map(java.lang.String name, MapConfig mapConfig, java.util.List<Layer> mapLayers) -
Uses of Layer in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type Layer Modifier and Type Class Description classLayerRestController<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> -
Uses of Layer in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type Layer Modifier and Type Class Description classLayerService<E extends Layer,D extends LayerDao<E>>Service class for theLayermodel.Methods in de.terrestris.shoguncore.service that return types with arguments of type Layer Modifier and Type Method Description java.util.List<Layer>MapService. setLayersForMap(java.lang.Integer mapModuleId, java.util.List<java.lang.Integer> layerIds)TODO secure this method!?Methods in de.terrestris.shoguncore.service with parameters of type Layer Modifier and Type Method Description java.util.Set<E>MapService. findMapsWithLayer(Layer layer) -
Uses of Layer in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type Layer Modifier and Type Class Description classLayerController<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>>
-