Uses of Enum Class
org.tailormap.api.persistence.json.GeoServiceProtocol
Packages that use GeoServiceProtocol
Package
Description
-
Uses of GeoServiceProtocol in org.tailormap.api.controller
Methods in org.tailormap.api.controller with parameters of type GeoServiceProtocolModifier 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
Methods in org.tailormap.api.persistence that return GeoServiceProtocolMethods in org.tailormap.api.persistence with parameters of type GeoServiceProtocol -
Uses of GeoServiceProtocol in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return GeoServiceProtocolModifier 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
Methods in org.tailormap.api.persistence.projections that return GeoServiceProtocol -
Uses of GeoServiceProtocol in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return GeoServiceProtocolModifier and TypeMethodDescription@NotNull @Valid GeoServiceProtocol
Service.getProtocol()
Get protocolMethods in org.tailormap.api.viewer.model with parameters of type GeoServiceProtocolModifier and TypeMethodDescriptionService.protocol
(GeoServiceProtocol protocol) void
Service.setProtocol
(GeoServiceProtocol protocol)