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 MapStyle
WMSLayer. getStyle()
Methods in com.vividsolutions.jump.workbench.model with parameters of type MapStyle Modifier and Type Method Description void
WMSLayer. 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 MapStyle
EditWMSQueryPanel. 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 MapStyle
MapLayer. 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 void
MapLayer. setSelectedStyle(MapStyle selectedStyle)
Sets the selected WMS layer stylevoid
MapRequest. setStyle(MapStyle style)
Method parameters in com.vividsolutions.wms with type arguments of type MapStyle Modifier and Type Method Description void
MapLayer. 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
-