Uses of Class
org.tailormap.api.persistence.json.WMTSLayerSettings
Packages that use WMTSLayerSettings
-
Uses of WMTSLayerSettings in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return WMTSLayerSettingsModifier and TypeMethodDescriptionWMTSLayerSettings.addAuthorizationRulesItem(AuthorizationRule authorizationRulesItem) WMTSLayerSettings.addExtraKeywordsItem(String extraKeywordsItem) WMTSLayerSettings.addHiddenKeywordsItem(String hiddenKeywordsItem) WMTSLayerSettings.attribution(@Nullable String attribution) WMTSLayerSettings.authorizationRules(@Nullable List<@Valid AuthorizationRule> authorizationRules) WMTSLayerSettings.description(@Nullable String description) WMTSLayerSettings.extraKeywords(@Nullable Set<String> extraKeywords) WMTSLayerSettings.featureType(@Nullable FeatureTypeRef featureType) WMTSLayerSettings.hiddenKeywords(@Nullable Set<String> hiddenKeywords) WMTSLayerSettings.hiDpiDisabled(@Nullable Boolean hiDpiDisabled) WMTSLayerSettings.hiDpiMode(@Nullable TileLayerHiDpiMode hiDpiMode) WMTSLayerSettings.hiDpiSubstituteLayer(@Nullable String hiDpiSubstituteLayer) WMTSLayerSettings.legendImageId(@Nullable String legendImageId)