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