Uses of Class
nl.b3p.tailormap.api.persistence.json.GeoServiceLayerSettings
Packages that use GeoServiceLayerSettings
-
Uses of GeoServiceLayerSettings in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return GeoServiceLayerSettings -
Uses of GeoServiceLayerSettings in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.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.searchIndex(SearchIndexRef searchIndex) GeoServiceLayerSettings.tileGridExtent(Bounds tileGridExtent) GeoServiceLayerSettings.tilingDisabled(Boolean tilingDisabled) GeoServiceLayerSettings.tilingGutter(Integer tilingGutter) Methods in nl.b3p.tailormap.api.persistence.json that return types with arguments of type GeoServiceLayerSettingsModifier and TypeMethodDescription@Valid Map<String,GeoServiceLayerSettings> GeoServiceSettings.getLayerSettings()Get layerSettingsMethods in nl.b3p.tailormap.api.persistence.json with parameters of type GeoServiceLayerSettingsModifier and TypeMethodDescriptionGeoServiceSettings.putLayerSettingsItem(String key, GeoServiceLayerSettings layerSettingsItem) Method parameters in nl.b3p.tailormap.api.persistence.json with type arguments of type GeoServiceLayerSettingsModifier and TypeMethodDescriptionGeoServiceSettings.layerSettings(Map<String, GeoServiceLayerSettings> layerSettings) voidGeoServiceSettings.setLayerSettings(Map<String, GeoServiceLayerSettings> layerSettings)