Uses of Class
org.tailormap.api.persistence.json.WMSStyle
Packages that use WMSStyle
-
Uses of WMSStyle in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return WMSStyleMethods in org.tailormap.api.persistence.json that return types with arguments of type WMSStyleModifier and TypeMethodDescriptionAppLayerSettings.getSelectedStyles()Selected (configured) WMS styles to be available for this layer, these override selected styles in the WMSLayerSettings.GeoServiceLayer.getStyles()Get stylesMethods in org.tailormap.api.persistence.json with parameters of type WMSStyleModifier and TypeMethodDescriptionAppLayerSettings.addSelectedStylesItem(WMSStyle selectedStylesItem) GeoServiceLayer.addStylesItem(WMSStyle stylesItem) Method parameters in org.tailormap.api.persistence.json with type arguments of type WMSStyleModifier and TypeMethodDescriptionAppLayerSettings.selectedStyles(List<@Valid WMSStyle> selectedStyles) voidAppLayerSettings.setSelectedStyles(List<@Valid WMSStyle> selectedStyles) voidConstructor parameters in org.tailormap.api.persistence.json with type arguments of type WMSStyleModifierConstructorDescriptionGeoServiceLayer(String id, String name, Boolean root, String title, Boolean virtual, Double maxScale, Double minScale, Set<String> crs, Bounds latLonBoundingBox, List<@Valid WMSStyle> styles, Boolean queryable, String abstractText, List<String> children) Constructor with all args parameters -
Uses of WMSStyle in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return types with arguments of type WMSStyleModifier and TypeMethodDescriptionAppLayer.getStyles()Configured WMS styles for this layer, if any.Methods in org.tailormap.api.viewer.model with parameters of type WMSStyleMethod parameters in org.tailormap.api.viewer.model with type arguments of type WMSStyle