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.attribution
(String attribution) GeoServiceLayerSettings.authorizationRules
(List<@Valid AuthorizationRule> authorizationRules) GeoServiceLayerSettings.description
(String description) GeoServiceLayerSettings.featureType
(FeatureTypeRef featureType) GeoServiceLayerSettings.hiDpiDisabled
(Boolean hiDpiDisabled) GeoServiceLayerSettings.hiDpiMode
(TileLayerHiDpiMode hiDpiMode) GeoServiceLayerSettings.hiDpiSubstituteLayer
(String hiDpiSubstituteLayer) GeoServiceLayerSettings.legendImageId
(String legendImageId) GeoServiceLayerSettings.tileGridExtent
(Bounds tileGridExtent) GeoServiceLayerSettings.tilingDisabled
(Boolean tilingDisabled) GeoServiceLayerSettings.tilingGutter
(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
(Map<String, GeoServiceLayerSettings> layerSettings) void
GeoServiceSettings.setLayerSettings
(Map<String, GeoServiceLayerSettings> layerSettings)