Class WMTSLayerSettings
java.lang.Object
nl.b3p.tailormap.api.persistence.json.WMTSLayerSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.6.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) 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 hiDpiModeLayer name of this service to substitute when rendering at high dpi.ID of uploaded legend image@Valid SearchIndexRefGet searchIndexgetTitle()Override default title, null if not overridden.inthashCode()hiDpiDisabled(Boolean hiDpiDisabled) hiDpiMode(TileLayerHiDpiMode hiDpiMode) hiDpiSubstituteLayer(String hiDpiSubstituteLayer) legendImageId(String legendImageId) searchIndex(SearchIndexRef searchIndex) 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) voidsetSearchIndex(SearchIndexRef searchIndex) voidtoString()
-
Constructor Details
-
WMTSLayerSettings
public WMTSLayerSettings()
-
-
Method Details
-
title
-
getTitle
Override default title, null if not overridden.- Returns:
- title
-
setTitle
-
hiDpiDisabled
-
getHiDpiDisabled
Get hiDpiDisabled- Returns:
- hiDpiDisabled
-
setHiDpiDisabled
-
featureType
-
getFeatureType
Get featureType- Returns:
- featureType
-
setFeatureType
-
searchIndex
-
getSearchIndex
Get searchIndex- Returns:
- searchIndex
-
setSearchIndex
-
attribution
-
getAttribution
Attribution to show for this layer.- Returns:
- attribution
-
setAttribution
-
description
-
getDescription
Description to show for this layer.- Returns:
- description
-
setDescription
-
legendImageId
-
getLegendImageId
ID of uploaded legend image- Returns:
- legendImageId
-
setLegendImageId
-
authorizationRules
-
addAuthorizationRulesItem
-
getAuthorizationRules
Get authorizationRules- Returns:
- authorizationRules
-
setAuthorizationRules
-
hiDpiMode
-
getHiDpiMode
Get hiDpiMode- Returns:
- hiDpiMode
-
setHiDpiMode
-
hiDpiSubstituteLayer
-
getHiDpiSubstituteLayer
Layer name of this service to substitute when rendering at high dpi.- Returns:
- hiDpiSubstituteLayer
-
setHiDpiSubstituteLayer
-
equals
-
hashCode
public int hashCode() -
toString
-