Uses of Enum Class
org.tailormap.api.viewer.model.Service.ServerTypeEnum
Packages that use Service.ServerTypeEnum
Package
Description
-
Uses of Service.ServerTypeEnum in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return Service.ServerTypeEnumModifier and TypeMethodDescriptionGeoService.getResolvedServerType()Resolve the server type if set to AUTO. -
Uses of Service.ServerTypeEnum in org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return Service.ServerTypeEnumModifier and TypeMethodDescriptionstatic Service.ServerTypeEnumGeoServiceHelper.guessServerTypeFromUrl(String url) -
Uses of Service.ServerTypeEnum in org.tailormap.api.persistence.projections
Methods in org.tailormap.api.persistence.projections that return Service.ServerTypeEnum -
Uses of Service.ServerTypeEnum in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return Service.ServerTypeEnumModifier and TypeMethodDescriptionstatic Service.ServerTypeEnum@NotNull Service.ServerTypeEnumService.getServerType()Get serverTypestatic Service.ServerTypeEnumReturns the enum constant of this class with the specified name.static Service.ServerTypeEnum[]Service.ServerTypeEnum.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 Service.ServerTypeEnumModifier and TypeMethodDescriptionService.serverType(Service.ServerTypeEnum serverType) voidService.setServerType(Service.ServerTypeEnum serverType)