Class GeoServiceSettings
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.GeoServiceSettings
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class GeoServiceSettings extends Object implements SerializableSettings applying to a GeoService.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoServiceSettings.ServerTypeEnumServer type to use for vendor-specific capabilities (high DPI, legends, etc.)
-
Constructor Summary
Constructors Constructor Description GeoServiceSettings()
-
Method Summary
-
-
-
Method Detail
-
serverType
public GeoServiceSettings serverType(GeoServiceSettings.ServerTypeEnum serverType)
-
getServerType
public GeoServiceSettings.ServerTypeEnum getServerType()
Server type to use for vendor-specific capabilities (high DPI, legends, etc.)- Returns:
- serverType
-
setServerType
public void setServerType(GeoServiceSettings.ServerTypeEnum serverType)
-
useProxy
public GeoServiceSettings useProxy(Boolean useProxy)
-
getUseProxy
public Boolean getUseProxy()
Get useProxy- Returns:
- useProxy
-
setUseProxy
public void setUseProxy(Boolean useProxy)
-
publishing
public GeoServiceSettings publishing(ServicePublishingSettings publishing)
-
getPublishing
@Valid public @Valid ServicePublishingSettings getPublishing()
Get publishing- Returns:
- publishing
-
setPublishing
public void setPublishing(ServicePublishingSettings publishing)
-
defaultLayerSettings
public GeoServiceSettings defaultLayerSettings(GeoServiceDefaultLayerSettings defaultLayerSettings)
-
getDefaultLayerSettings
@Valid public @Valid GeoServiceDefaultLayerSettings getDefaultLayerSettings()
Get defaultLayerSettings- Returns:
- defaultLayerSettings
-
setDefaultLayerSettings
public void setDefaultLayerSettings(GeoServiceDefaultLayerSettings defaultLayerSettings)
-
layerSettings
public GeoServiceSettings layerSettings(Map<String,GeoServiceLayerSettings> layerSettings)
-
putLayerSettingsItem
public GeoServiceSettings putLayerSettingsItem(String key, GeoServiceLayerSettings layerSettingsItem)
-
getLayerSettings
@Valid public @Valid Map<String,GeoServiceLayerSettings> getLayerSettings()
Get layerSettings- Returns:
- layerSettings
-
setLayerSettings
public void setLayerSettings(Map<String,GeoServiceLayerSettings> layerSettings)
-
-