Package org.tailormap.api.controller
Class LayerDescriptionController
java.lang.Object
org.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
ConstructorDescriptionLayerDescriptionController
(FeatureSourceRepository featureSourceRepository, FormRepository formRepository) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Serializable>
getAppLayerDescription
(Application application, AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer)
-
Constructor Details
-
LayerDescriptionController
public LayerDescriptionController(FeatureSourceRepository featureSourceRepository, FormRepository formRepository)
-
-
Method Details
-
getAppLayerDescription
@Transactional @GetMapping public org.springframework.http.ResponseEntity<Serializable> getAppLayerDescription(@ModelAttribute Application application, @ModelAttribute AppTreeLayerNode appTreeLayerNode, @ModelAttribute GeoService service, @ModelAttribute GeoServiceLayer layer)
-