Uses of Class
org.tailormap.api.persistence.json.GeoServiceLayerSettings
-
Uses of GeoServiceLayerSettings in org.tailormap.api.persistence
-
Uses of GeoServiceLayerSettings in org.tailormap.api.persistence.json
Modifier 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) Modifier and TypeMethodDescription@Valid Map<String,
GeoServiceLayerSettings> GeoServiceSettings.getLayerSettings()
Get layerSettingsModifier and TypeMethodDescriptionGeoServiceSettings.putLayerSettingsItem
(String key, GeoServiceLayerSettings layerSettingsItem) Modifier and TypeMethodDescriptionGeoServiceSettings.layerSettings
(Map<String, GeoServiceLayerSettings> layerSettings) void
GeoServiceSettings.setLayerSettings
(Map<String, GeoServiceLayerSettings> layerSettings)