Uses of Class
org.tailormap.api.persistence.json.GeoServiceDefaultLayerSettings
Packages that use GeoServiceDefaultLayerSettings
-
Uses of GeoServiceDefaultLayerSettings in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return GeoServiceDefaultLayerSettingsModifier and TypeMethodDescriptionGeoServiceDefaultLayerSettings.addAuthorizationRulesItem(AuthorizationRule authorizationRulesItem) GeoServiceDefaultLayerSettings.addExtraKeywordsItem(String extraKeywordsItem) GeoServiceDefaultLayerSettings.addHiddenKeywordsItem(String hiddenKeywordsItem) GeoServiceDefaultLayerSettings.attribution(@Nullable String attribution) GeoServiceDefaultLayerSettings.authorizationRules(@Nullable List<@Valid AuthorizationRule> authorizationRules) GeoServiceDefaultLayerSettings.description(@Nullable String description) GeoServiceDefaultLayerSettings.extraKeywords(@Nullable Set<String> extraKeywords) GeoServiceDefaultLayerSettings.featureType(@Nullable FeatureTypeRef featureType) GeoServiceSettings.getDefaultLayerSettings()Get defaultLayerSettingsGeoServiceDefaultLayerSettings.hiddenKeywords(@Nullable Set<String> hiddenKeywords) GeoServiceDefaultLayerSettings.hiDpiDisabled(@Nullable Boolean hiDpiDisabled) GeoServiceDefaultLayerSettings.hiDpiMode(@Nullable TileLayerHiDpiMode hiDpiMode) GeoServiceDefaultLayerSettings.hiDpiSubstituteLayer(@Nullable String hiDpiSubstituteLayer) GeoServiceDefaultLayerSettings.legendImageId(@Nullable String legendImageId) GeoServiceDefaultLayerSettings.tilingDisabled(@Nullable Boolean tilingDisabled) GeoServiceDefaultLayerSettings.tilingGutter(@Nullable Integer tilingGutter) Methods in org.tailormap.api.persistence.json with parameters of type GeoServiceDefaultLayerSettingsModifier and TypeMethodDescriptionGeoServiceSettings.defaultLayerSettings(@Nullable GeoServiceDefaultLayerSettings defaultLayerSettings) voidGeoServiceSettings.setDefaultLayerSettings(GeoServiceDefaultLayerSettings defaultLayerSettings)