Class WMTSLayerSettings
java.lang.Object
org.tailormap.api.persistence.json.WMTSLayerSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.23.0")
public class WMTSLayerSettings
extends Object
implements Serializable
Settings applying to a WMTS layer.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAuthorizationRulesItem(AuthorizationRule authorizationRulesItem) addExtraKeywordsItem(String extraKeywordsItem) addHiddenKeywordsItem(String hiddenKeywordsItem) attribution(String attribution) authorizationRules(List<@Valid AuthorizationRule> authorizationRules) description(String description) booleanextraKeywords(Set<String> extraKeywords) featureType(FeatureTypeRef featureType) Attribution to show for this layer.@Valid List<@Valid AuthorizationRule> Get authorizationRulesDescription to show for this layer.Get extraKeywords@Valid FeatureTypeRefGet featureTypeGet hiddenKeywordsGet hiDpiDisabled@Valid TileLayerHiDpiModeGet hiDpiModeLayer name of this service to substitute when rendering at high dpi.ID of uploaded legend imagegetTitle()Override default title, null if not overridden.inthashCode()hiddenKeywords(Set<String> hiddenKeywords) hiDpiDisabled(Boolean hiDpiDisabled) hiDpiMode(TileLayerHiDpiMode hiDpiMode) hiDpiSubstituteLayer(String hiDpiSubstituteLayer) legendImageId(String legendImageId) voidsetAttribution(String attribution) voidsetAuthorizationRules(List<@Valid AuthorizationRule> authorizationRules) voidsetDescription(String description) voidsetExtraKeywords(Set<String> extraKeywords) voidsetFeatureType(FeatureTypeRef featureType) voidsetHiddenKeywords(Set<String> hiddenKeywords) voidsetHiDpiDisabled(Boolean hiDpiDisabled) voidsetHiDpiMode(TileLayerHiDpiMode hiDpiMode) voidsetHiDpiSubstituteLayer(String hiDpiSubstituteLayer) voidsetLegendImageId(String legendImageId) voidtoString()
-
Constructor Details
-
WMTSLayerSettings
public WMTSLayerSettings()
-
-
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
-
addHiddenKeywordsItem
-
getHiddenKeywords
-
setHiddenKeywords
-
extraKeywords
-
addExtraKeywordsItem
-
getExtraKeywords
-
setExtraKeywords
-
hiDpiMode
-
getHiDpiMode
-
setHiDpiMode
-
hiDpiSubstituteLayer
-
getHiDpiSubstituteLayer
Layer name of this service to substitute when rendering at high dpi.- Returns:
- hiDpiSubstituteLayer
-
setHiDpiSubstituteLayer
-
equals
-
hashCode
-
toString
-