Uses of Class
com.vividsolutions.wms.MapStyle
-
Packages that use MapStyle Package Description com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries.com.vividsolutions.jump.workbench.ui.plugin.wms com.vividsolutions.wms This package provides classes for interacting with a Web Map Service (WMS) server. -
-
Uses of MapStyle in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return MapStyle Modifier and Type Method Description MapStyleWMSLayer. getStyle()Methods in com.vividsolutions.jump.workbench.model with parameters of type MapStyle Modifier and Type Method Description voidWMSLayer. setStyle(MapStyle style) -
Uses of MapStyle in com.vividsolutions.jump.workbench.ui.plugin.wms
Methods in com.vividsolutions.jump.workbench.ui.plugin.wms that return MapStyle Modifier and Type Method Description MapStyleEditWMSQueryPanel. getStyle()Methods in com.vividsolutions.jump.workbench.ui.plugin.wms that return types with arguments of type MapStyle Modifier and Type Method Description List<MapStyle>MapLayerPanel. commonStyleList() -
Uses of MapStyle in com.vividsolutions.wms
Methods in com.vividsolutions.wms that return MapStyle Modifier and Type Method Description MapStyleMapLayer. getStyle(String styleName)Gets the WMS layer style by nameMethods in com.vividsolutions.wms that return types with arguments of type MapStyle Modifier and Type Method Description List<MapStyle>MapLayer. getStyles()Methods in com.vividsolutions.wms with parameters of type MapStyle Modifier and Type Method Description voidMapLayer. setSelectedStyle(MapStyle selectedStyle)Sets the selected WMS layer stylevoidMapRequest. setStyle(MapStyle style)Method parameters in com.vividsolutions.wms with type arguments of type MapStyle Modifier and Type Method Description voidMapLayer. setStyles(List<MapStyle> newStyles)Constructor parameters in com.vividsolutions.wms with type arguments of type MapStyle Constructor Description MapLayer(String name, String title, Collection<String> srsList, Collection<MapLayer> subLayers, BoundingBox bbox, List<MapStyle> styles)Creates a new instance of MapLayer
-