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