Uses of Class
nl.b3p.tailormap.api.persistence.json.GeoServiceLayerSettings
-
Packages that use GeoServiceLayerSettings Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.json -
-
Uses of GeoServiceLayerSettings in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return GeoServiceLayerSettings Modifier and Type Method Description GeoServiceLayerSettingsGeoService. getLayerSettings(String layerName) -
Uses of GeoServiceLayerSettings in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return types with arguments of type GeoServiceLayerSettings Modifier and Type Method Description @Valid Map<String,GeoServiceLayerSettings>GeoServiceSettings. getLayerSettings()Get layerSettingsMethods in nl.b3p.tailormap.api.persistence.json with parameters of type GeoServiceLayerSettings Modifier and Type Method Description GeoServiceSettingsGeoServiceSettings. putLayerSettingsItem(String key, GeoServiceLayerSettings layerSettingsItem)Method parameters in nl.b3p.tailormap.api.persistence.json with type arguments of type GeoServiceLayerSettings Modifier and Type Method Description GeoServiceSettingsGeoServiceSettings. layerSettings(Map<String,GeoServiceLayerSettings> layerSettings)voidGeoServiceSettings. setLayerSettings(Map<String,GeoServiceLayerSettings> layerSettings)
-