Uses of Class
nl.b3p.tailormap.api.persistence.json.GeoServiceSettings.ServerTypeEnum
-
Packages that use GeoServiceSettings.ServerTypeEnum Package Description nl.b3p.tailormap.api.persistence.json -
-
Uses of GeoServiceSettings.ServerTypeEnum in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return GeoServiceSettings.ServerTypeEnum Modifier and Type Method Description static GeoServiceSettings.ServerTypeEnumGeoServiceSettings.ServerTypeEnum. fromValue(String value)GeoServiceSettings.ServerTypeEnumGeoServiceSettings. getServerType()Server type to use for vendor-specific capabilities (high DPI, legends, etc.)static GeoServiceSettings.ServerTypeEnumGeoServiceSettings.ServerTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoServiceSettings.ServerTypeEnum[]GeoServiceSettings.ServerTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.tailormap.api.persistence.json with parameters of type GeoServiceSettings.ServerTypeEnum Modifier and Type Method Description GeoServiceSettingsGeoServiceSettings. serverType(GeoServiceSettings.ServerTypeEnum serverType)voidGeoServiceSettings. setServerType(GeoServiceSettings.ServerTypeEnum serverType)
-