Uses of Enum Class
org.tailormap.api.viewer.model.ViewerResponse.KindEnum
Packages that use ViewerResponse.KindEnum
-
Uses of ViewerResponse.KindEnum in org.tailormap.api.controller
Methods in org.tailormap.api.controller that return ViewerResponse.KindEnumModifier and TypeMethodDescriptionAppRestControllerAdvice.populateViewerKind
(jakarta.servlet.http.HttpServletRequest request) Methods in org.tailormap.api.controller with parameters of type ViewerResponse.KindEnumModifier and TypeMethodDescriptionAppRestControllerAdvice.populateApplication
(ViewerResponse.KindEnum viewerKind, String viewerName, String base, String projection) ViewerController.viewer
(Application app, ViewerResponse.KindEnum viewerKind) -
Uses of ViewerResponse.KindEnum in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return ViewerResponse.KindEnumModifier and TypeMethodDescriptionstatic ViewerResponse.KindEnum
@NotNull ViewerResponse.KindEnum
ViewerResponse.getKind()
Kind of viewer; a 'service' viewer has layers from a single service combined with a base viewer.static ViewerResponse.KindEnum
Returns the enum constant of this class with the specified name.static ViewerResponse.KindEnum[]
ViewerResponse.KindEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.viewer.model with parameters of type ViewerResponse.KindEnumModifier and TypeMethodDescriptionViewerResponse.kind
(ViewerResponse.KindEnum kind) void
ViewerResponse.setKind
(ViewerResponse.KindEnum kind)