Class XYZLayerSettings
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.XYZLayerSettings
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class XYZLayerSettings extends Object implements SerializableSettings applying to a XYZ layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XYZLayerSettings()
-
Method Summary
-
-
-
Method Detail
-
title
public XYZLayerSettings title(String title)
-
getTitle
public String getTitle()
Override default title, null if not overridden.- Returns:
- title
-
setTitle
public void setTitle(String title)
-
hiDpiDisabled
public XYZLayerSettings hiDpiDisabled(Boolean hiDpiDisabled)
-
getHiDpiDisabled
public Boolean getHiDpiDisabled()
Get hiDpiDisabled- Returns:
- hiDpiDisabled
-
setHiDpiDisabled
public void setHiDpiDisabled(Boolean hiDpiDisabled)
-
featureType
public XYZLayerSettings featureType(FeatureTypeRef featureType)
-
getFeatureType
@Valid public @Valid FeatureTypeRef getFeatureType()
Get featureType- Returns:
- featureType
-
setFeatureType
public void setFeatureType(FeatureTypeRef featureType)
-
attribution
public XYZLayerSettings attribution(String attribution)
-
getAttribution
public String getAttribution()
Attribution to show for this layer.- Returns:
- attribution
-
setAttribution
public void setAttribution(String attribution)
-
description
public XYZLayerSettings description(String description)
-
getDescription
public String getDescription()
Description to show for this layer.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
authorizationRules
public XYZLayerSettings authorizationRules(List<@Valid AuthorizationRule> authorizationRules)
-
addAuthorizationRulesItem
public XYZLayerSettings addAuthorizationRulesItem(AuthorizationRule authorizationRulesItem)
-
getAuthorizationRules
@Valid public @Valid List<@Valid AuthorizationRule> getAuthorizationRules()
Get authorizationRules- Returns:
- authorizationRules
-
setAuthorizationRules
public void setAuthorizationRules(List<@Valid AuthorizationRule> authorizationRules)
-
minZoom
public XYZLayerSettings minZoom(Integer minZoom)
-
getMinZoom
public Integer getMinZoom()
minZoom property of OpenLayers XYZ source- Returns:
- minZoom
-
setMinZoom
public void setMinZoom(Integer minZoom)
-
maxZoom
public XYZLayerSettings maxZoom(Integer maxZoom)
-
getMaxZoom
public Integer getMaxZoom()
maxZoom property of OpenLayers XYZ source- Returns:
- maxZoom
-
setMaxZoom
public void setMaxZoom(Integer maxZoom)
-
hiDpiMode
public XYZLayerSettings hiDpiMode(TileLayerHiDpiMode hiDpiMode)
-
getHiDpiMode
@Valid public @Valid TileLayerHiDpiMode getHiDpiMode()
Get hiDpiMode- Returns:
- hiDpiMode
-
setHiDpiMode
public void setHiDpiMode(TileLayerHiDpiMode hiDpiMode)
-
hiDpiSubstituteLayer
public XYZLayerSettings 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)
-
-