Uses of Enum Class
org.tailormap.api.persistence.json.GeoServiceProtocol
Package
Description
-
Uses of GeoServiceProtocol in org.tailormap.api.controller
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
GeoServiceProxyController.proxy
(Application application, GeoService service, GeoServiceLayer layer, GeoServiceProtocol protocol, jakarta.servlet.http.HttpServletRequest request) -
Uses of GeoServiceProtocol in org.tailormap.api.persistence
-
Uses of GeoServiceProtocol in org.tailormap.api.persistence.json
Modifier and TypeMethodDescriptionstatic GeoServiceProtocol
static GeoServiceProtocol
Returns the enum constant of this class with the specified name.static GeoServiceProtocol[]
GeoServiceProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GeoServiceProtocol in org.tailormap.api.persistence.projections
-
Uses of GeoServiceProtocol in org.tailormap.api.viewer.model
Modifier and TypeMethodDescription@NotNull @Valid GeoServiceProtocol
Service.getProtocol()
Get protocolModifier and TypeMethodDescriptionService.protocol
(GeoServiceProtocol protocol) void
Service.setProtocol
(GeoServiceProtocol protocol)