Class GeoServiceLayerSettings
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.GeoServiceLayerSettings
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class GeoServiceLayerSettings extends Object implements SerializableGeoServiceLayerSettings- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoServiceLayerSettings()
-
Method Summary
-
-
-
Method Detail
-
title
public GeoServiceLayerSettings title(String title)
-
getTitle
public String getTitle()
Override default title, null if not overridden.- Returns:
- title
-
setTitle
public void setTitle(String title)
-
hiDpiDisabled
public GeoServiceLayerSettings hiDpiDisabled(Boolean hiDpiDisabled)
-
getHiDpiDisabled
public Boolean getHiDpiDisabled()
Get hiDpiDisabled- Returns:
- hiDpiDisabled
-
setHiDpiDisabled
public void setHiDpiDisabled(Boolean hiDpiDisabled)
-
featureType
public GeoServiceLayerSettings featureType(FeatureTypeRef featureType)
-
getFeatureType
@Valid public @Valid FeatureTypeRef getFeatureType()
Get featureType- Returns:
- featureType
-
setFeatureType
public void setFeatureType(FeatureTypeRef featureType)
-
attribution
public GeoServiceLayerSettings attribution(String attribution)
-
getAttribution
public String getAttribution()
Attribution to show for this layer.- Returns:
- attribution
-
setAttribution
public void setAttribution(String attribution)
-
description
public GeoServiceLayerSettings description(String description)
-
getDescription
public String getDescription()
Description to show for this layer.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
authorizationRules
public GeoServiceLayerSettings authorizationRules(List<@Valid AuthorizationRule> authorizationRules)
-
addAuthorizationRulesItem
public GeoServiceLayerSettings addAuthorizationRulesItem(AuthorizationRule authorizationRulesItem)
-
getAuthorizationRules
@Valid public @Valid List<@Valid AuthorizationRule> getAuthorizationRules()
Get authorizationRules- Returns:
- authorizationRules
-
setAuthorizationRules
public void setAuthorizationRules(List<@Valid AuthorizationRule> authorizationRules)
-
tilingDisabled
public GeoServiceLayerSettings tilingDisabled(Boolean tilingDisabled)
-
getTilingDisabled
@NotNull public @NotNull Boolean getTilingDisabled()
Get tilingDisabled- Returns:
- tilingDisabled
-
setTilingDisabled
public void setTilingDisabled(Boolean tilingDisabled)
-
tilingGutter
public GeoServiceLayerSettings tilingGutter(Integer tilingGutter)
-
getTilingGutter
@NotNull public @NotNull Integer getTilingGutter()
Get tilingGutter- Returns:
- tilingGutter
-
setTilingGutter
public void setTilingGutter(Integer tilingGutter)
-
hiDpiMode
public GeoServiceLayerSettings hiDpiMode(TileLayerHiDpiMode hiDpiMode)
-
getHiDpiMode
@Valid public @Valid TileLayerHiDpiMode getHiDpiMode()
Get hiDpiMode- Returns:
- hiDpiMode
-
setHiDpiMode
public void setHiDpiMode(TileLayerHiDpiMode hiDpiMode)
-
hiDpiSubstituteLayer
public GeoServiceLayerSettings hiDpiSubstituteLayer(String hiDpiSubstituteLayer)
-
getHiDpiSubstituteLayer
public String getHiDpiSubstituteLayer()
Alternate URL template to use when rendering at high dpi (using 'layer' instead of 'url' in the name for ease of use).- Returns:
- hiDpiSubstituteLayer
-
setHiDpiSubstituteLayer
public void setHiDpiSubstituteLayer(String hiDpiSubstituteLayer)
-
minZoom
public GeoServiceLayerSettings minZoom(Integer minZoom)
-
getMinZoom
public Integer getMinZoom()
minZoom property of OpenLayers XYZ source- Returns:
- minZoom
-
setMinZoom
public void setMinZoom(Integer minZoom)
-
maxZoom
public GeoServiceLayerSettings maxZoom(Integer maxZoom)
-
getMaxZoom
public Integer getMaxZoom()
maxZoom property of OpenLayers XYZ source- Returns:
- maxZoom
-
setMaxZoom
public void setMaxZoom(Integer maxZoom)
-
-