Package de.narimo.georepo.server.api
Class ImageLayerModificationController
- java.lang.Object
-
- de.narimo.georepo.server.api.ImageLayerModificationController
-
@Provider @Path("/workspaces/{diffWorkspace}/layers/{layername}/images/changes") public class ImageLayerModificationController extends Object
-
-
Constructor Summary
Constructors Constructor Description ImageLayerModificationController()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.ws.rs.core.ResponsegetLayerImages(javax.ws.rs.core.SecurityContext sec, javax.servlet.ServletContext ctx, String diffWorkspace, String dataLayerName)
-
-
-
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)
-
-