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 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 List<Layer>WfsSearch. getLayers()List<Layer>Map. getMapLayers()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(List<Layer> layers)voidMap. setMapLayers(List<Layer> mapLayers)voidOverviewMap. setOverviewMapLayers(List<Layer> overviewMapLayers)Constructor parameters in de.terrestris.shoguncore.model.module with type arguments of type Layer Constructor Description Map(String name, MapConfig mapConfig, 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.Fields in de.terrestris.shoguncore.service with type parameters of type Layer Modifier and Type Field Description protected LayerService<Layer,LayerDao<Layer>>GeoServerInterceptorService. layerServiceprotected LayerService<Layer,LayerDao<Layer>>GeoServerInterceptorService. layerServiceMethods in de.terrestris.shoguncore.service that return types with arguments of type Layer Modifier and Type Method Description List<Layer>MapService. setLayersForMap(Integer mapModuleId, List<Integer> layerIds)TODO secure this method!?Methods in de.terrestris.shoguncore.service with parameters of type Layer Modifier and Type Method Description Set<E>MapService. findMapsWithLayer(Layer layer) -
Uses of Layer in de.terrestris.shoguncore.util.interceptor.secure
Fields in de.terrestris.shoguncore.util.interceptor.secure with type parameters of type Layer Modifier and Type Field Description protected LayerService<Layer,LayerDao<Layer>>WfsRequestInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WfsRequestInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WfsResponseInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WfsResponseInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmsRequestInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmsRequestInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmsResponseInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmsResponseInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmtsRequestInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmtsRequestInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmtsResponseInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmtsResponseInterceptor. layerService -
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>>
-