Uses of Class
nl.b3p.tailormap.api.persistence.json.WMSStyle
-
Packages that use WMSStyle Package Description nl.b3p.tailormap.api.persistence.json -
-
Uses of WMSStyle in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return WMSStyle Modifier and Type Method Description WMSStyleWMSStyle. abstractText(String abstractText)WMSStyleWMSStyle. legendURL(URI legendURL)WMSStyleWMSStyle. name(String name)WMSStyleWMSStyle. title(String title)Methods in nl.b3p.tailormap.api.persistence.json that return types with arguments of type WMSStyle Modifier and Type Method Description @Valid List<@Valid WMSStyle>GeoServiceLayer. getStyles()Get stylesMethods in nl.b3p.tailormap.api.persistence.json with parameters of type WMSStyle Modifier and Type Method Description GeoServiceLayerGeoServiceLayer. addStylesItem(WMSStyle stylesItem)Method parameters in nl.b3p.tailormap.api.persistence.json with type arguments of type WMSStyle Modifier and Type Method Description voidGeoServiceLayer. setStyles(List<@Valid WMSStyle> styles)GeoServiceLayerGeoServiceLayer. styles(List<@Valid WMSStyle> styles)
-