Uses of Class
org.tailormap.api.persistence.json.GeoServiceLayerSettings
Packages that use GeoServiceLayerSettings
-
Uses of GeoServiceLayerSettings in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return GeoServiceLayerSettings -
Uses of GeoServiceLayerSettings in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return GeoServiceLayerSettingsModifier and TypeMethodDescriptionGeoServiceLayerSettings.addAuthorizationRulesItem(AuthorizationRule authorizationRulesItem) GeoServiceLayerSettings.addExtraKeywordsItem(String extraKeywordsItem) GeoServiceLayerSettings.addHiddenKeywordsItem(String hiddenKeywordsItem) GeoServiceLayerSettings.attribution(@Nullable String attribution) GeoServiceLayerSettings.authorizationRules(@Nullable List<@Valid AuthorizationRule> authorizationRules) GeoServiceLayerSettings.description(@Nullable String description) GeoServiceLayerSettings.extraKeywords(@Nullable Set<String> extraKeywords) GeoServiceLayerSettings.featureType(@Nullable FeatureTypeRef featureType) GeoServiceLayerSettings.hiddenKeywords(@Nullable Set<String> hiddenKeywords) GeoServiceLayerSettings.hiDpiDisabled(@Nullable Boolean hiDpiDisabled) GeoServiceLayerSettings.hiDpiMode(@Nullable TileLayerHiDpiMode hiDpiMode) GeoServiceLayerSettings.hiDpiSubstituteLayer(@Nullable String hiDpiSubstituteLayer) GeoServiceLayerSettings.legendImageId(@Nullable String legendImageId) GeoServiceLayerSettings.tileGridExtent(@Nullable Bounds tileGridExtent) GeoServiceLayerSettings.tilingDisabled(@Nullable Boolean tilingDisabled) GeoServiceLayerSettings.tilingGutter(@Nullable Integer tilingGutter) Methods in org.tailormap.api.persistence.json that return types with arguments of type GeoServiceLayerSettingsModifier and TypeMethodDescription@Valid Map<String, GeoServiceLayerSettings> GeoServiceSettings.getLayerSettings()Get layerSettingsMethods in org.tailormap.api.persistence.json with parameters of type GeoServiceLayerSettingsModifier and TypeMethodDescriptionGeoServiceSettings.putLayerSettingsItem(String key, GeoServiceLayerSettings layerSettingsItem) Method parameters in org.tailormap.api.persistence.json with type arguments of type GeoServiceLayerSettingsModifier and TypeMethodDescriptionGeoServiceSettings.layerSettings(@Nullable Map<String, GeoServiceLayerSettings> layerSettings) voidGeoServiceSettings.setLayerSettings(Map<String, GeoServiceLayerSettings> layerSettings)