Class ImageLayerModificationController


  • @Provider
    @Path("/workspaces/{diffWorkspace}/layers/{layername}/images/changes")
    public class ImageLayerModificationController
    extends Object
    • Constructor Detail

      • ImageLayerModificationController

        public ImageLayerModificationController()
    • Method Detail

      • getLayerImages

        @GET
        @Path("/")
        @Produces("application/json")
        public static javax.ws.rs.core.Response getLayerImages​(@Context
                                                               javax.ws.rs.core.SecurityContext sec,
                                                               @Context
                                                               javax.servlet.ServletContext ctx,
                                                               @PathParam("diffWorkspace")
                                                               String diffWorkspace,
                                                               @PathParam("layername")
                                                               String dataLayerName)