Uses of Class
nl.b3p.tailormap.api.viewer.model.ViewerResponse.KindEnum
-
Packages that use ViewerResponse.KindEnum Package Description nl.b3p.tailormap.api.controller nl.b3p.tailormap.api.viewer.model -
-
Uses of ViewerResponse.KindEnum in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller that return ViewerResponse.KindEnum Modifier and Type Method Description ViewerResponse.KindEnumAppRestControllerAdvice. populateViewerKind(javax.servlet.http.HttpServletRequest request)Methods in nl.b3p.tailormap.api.controller with parameters of type ViewerResponse.KindEnum Modifier and Type Method Description ApplicationAppRestControllerAdvice. populateApplication(ViewerResponse.KindEnum viewerKind, String viewerName, String base, String projection)ViewerResponseViewerController. viewer(Application app, ViewerResponse.KindEnum viewerKind) -
Uses of ViewerResponse.KindEnum in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return ViewerResponse.KindEnum Modifier and Type Method Description static ViewerResponse.KindEnumViewerResponse.KindEnum. fromValue(String value)@NotNull ViewerResponse.KindEnumViewerResponse. getKind()Kind of viewer; a 'service' viewer has layers from a single service combined with a base viewer.static ViewerResponse.KindEnumViewerResponse.KindEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewerResponse.KindEnum[]ViewerResponse.KindEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.tailormap.api.viewer.model with parameters of type ViewerResponse.KindEnum Modifier and Type Method Description ViewerResponseViewerResponse. kind(ViewerResponse.KindEnum kind)voidViewerResponse. setKind(ViewerResponse.KindEnum kind)
-