Class XYZLayerSettings
java.lang.Object
org.tailormap.api.persistence.json.XYZLayerSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.20.0")
public class XYZLayerSettings
extends Object
implements Serializable
Settings applying to a XYZ layer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXYZLayerSettings(String title, Boolean hiDpiDisabled, FeatureTypeRef featureType, String attribution, String description, String legendImageId, List<@Valid AuthorizationRule> authorizationRules, Integer minZoom, Integer maxZoom, Integer tileSize, Bounds tileGridExtent, TileLayerHiDpiMode hiDpiMode, String hiDpiSubstituteLayer) Constructor with all args parameters -
Method Summary
Modifier and TypeMethodDescriptionaddAuthorizationRulesItem(AuthorizationRule authorizationRulesItem) attribution(String attribution) authorizationRules(List<@Valid AuthorizationRule> authorizationRules) description(String description) booleanfeatureType(FeatureTypeRef featureType) Attribution to show for this layer.@Valid List<@Valid AuthorizationRule> Get authorizationRulesDescription to show for this layer.@Valid FeatureTypeRefGet featureTypeGet hiDpiDisabled@Valid TileLayerHiDpiModeGet hiDpiModeAlternate URL template to use when rendering at high dpi (using 'layer' instead of 'url' in the name for ease of use).ID of uploaded legend imagemaxZoom property of OpenLayers XYZ sourceminZoom property of OpenLayers XYZ source@Valid BoundsGet tileGridExtenttile size property of OpenLayers XYZ sourcegetTitle()Override default title, null if not overridden.inthashCode()hiDpiDisabled(Boolean hiDpiDisabled) hiDpiMode(TileLayerHiDpiMode hiDpiMode) hiDpiSubstituteLayer(String hiDpiSubstituteLayer) legendImageId(String legendImageId) voidsetAttribution(String attribution) voidsetAuthorizationRules(List<@Valid AuthorizationRule> authorizationRules) voidsetDescription(String description) voidsetFeatureType(FeatureTypeRef featureType) voidsetHiDpiDisabled(Boolean hiDpiDisabled) voidsetHiDpiMode(TileLayerHiDpiMode hiDpiMode) voidsetHiDpiSubstituteLayer(String hiDpiSubstituteLayer) voidsetLegendImageId(String legendImageId) voidsetMaxZoom(Integer maxZoom) voidsetMinZoom(Integer minZoom) voidsetTileGridExtent(Bounds tileGridExtent) voidsetTileSize(Integer tileSize) voidtileGridExtent(Bounds tileGridExtent) toString()
-
Constructor Details
-
XYZLayerSettings
public XYZLayerSettings() -
XYZLayerSettings
public XYZLayerSettings(String title, Boolean hiDpiDisabled, FeatureTypeRef featureType, String attribution, String description, String legendImageId, List<@Valid AuthorizationRule> authorizationRules, Integer minZoom, Integer maxZoom, Integer tileSize, Bounds tileGridExtent, TileLayerHiDpiMode hiDpiMode, String hiDpiSubstituteLayer) Constructor with all args parameters
-
-
Method Details
-
title
-
getTitle
-
setTitle
-
hiDpiDisabled
-
getHiDpiDisabled
-
setHiDpiDisabled
-
featureType
-
getFeatureType
-
setFeatureType
-
attribution
-
getAttribution
-
setAttribution
-
description
-
getDescription
-
setDescription
-
legendImageId
-
getLegendImageId
-
setLegendImageId
-
authorizationRules
-
addAuthorizationRulesItem
-
getAuthorizationRules
Get authorizationRules- Returns:
- authorizationRules
-
setAuthorizationRules
-
minZoom
-
getMinZoom
-
setMinZoom
-
maxZoom
-
getMaxZoom
-
setMaxZoom
-
tileSize
-
getTileSize
-
setTileSize
-
tileGridExtent
-
getTileGridExtent
-
setTileGridExtent
-
hiDpiMode
-
getHiDpiMode
-
setHiDpiMode
-
hiDpiSubstituteLayer
-
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
-
equals
-
hashCode
-
toString
-