Uses of Class
de.terrestris.shoguncore.service.LayerService
-
-
Uses of LayerService in de.terrestris.shoguncore.converter
Classes in de.terrestris.shoguncore.converter with type parameters of type LayerService Modifier and Type Class Description classLayerIdResolver<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> -
Uses of LayerService in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type LayerService Modifier and Type Class Description classLayerRestController<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> -
Uses of LayerService in de.terrestris.shoguncore.service
Fields in de.terrestris.shoguncore.service declared as LayerService Modifier and Type Field Description protected LayerService<Layer,LayerDao<Layer>>GeoServerInterceptorService. layerService -
Uses of LayerService in de.terrestris.shoguncore.util.interceptor.secure
Fields in de.terrestris.shoguncore.util.interceptor.secure declared as LayerService Modifier and Type Field Description protected LayerService<Layer,LayerDao<Layer>>WfsRequestInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WfsResponseInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmsRequestInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmsResponseInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmtsRequestInterceptor. layerServiceprotected LayerService<Layer,LayerDao<Layer>>WmtsResponseInterceptor. layerService -
Uses of LayerService in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type LayerService Modifier and Type Class Description classLayerController<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>>
-