Package nl.b3p.tailormap.api.controller
Class LayerDescriptionController
- java.lang.Object
-
- nl.b3p.tailormap.api.controller.LayerDescriptionController
-
@Validated @RequestMapping(path="${tailormap-api.base-path}/{viewerKind}/{viewerName}/layer/{appLayerId}/describe", produces="application/json") public class LayerDescriptionController extends Object
-
-
Constructor Summary
Constructors Constructor Description LayerDescriptionController(FeatureSourceRepository featureSourceRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<Serializable>getAppLayerDescription(Application application, AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer)
-
-
-
Constructor Detail
-
LayerDescriptionController
public LayerDescriptionController(FeatureSourceRepository featureSourceRepository)
-
-
Method Detail
-
getAppLayerDescription
@Transactional @GetMapping public org.springframework.http.ResponseEntity<Serializable> getAppLayerDescription(@ModelAttribute Application application, @ModelAttribute AppTreeLayerNode appTreeLayerNode, @ModelAttribute GeoService service, @ModelAttribute GeoServiceLayer layer)
-
-