Uses of Class
com.vividsolutions.wms.MapStyle
Packages that use MapStyle
Package
Description
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
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 MapStyleMethods in com.vividsolutions.jump.workbench.model with parameters of type MapStyle -
Uses of MapStyle in com.vividsolutions.jump.workbench.ui.plugin.wms
Methods in com.vividsolutions.jump.workbench.ui.plugin.wms that return MapStyleMethods in com.vividsolutions.jump.workbench.ui.plugin.wms that return types with arguments of type MapStyle -
Uses of MapStyle in com.vividsolutions.wms
Methods in com.vividsolutions.wms that return MapStyleModifier and TypeMethodDescriptionGets the WMS layer style by nameMethods in com.vividsolutions.wms that return types with arguments of type MapStyleMethods in com.vividsolutions.wms with parameters of type MapStyleModifier and TypeMethodDescriptionvoidMapLayer.setSelectedStyle(MapStyle selectedStyle) Sets the selected WMS layer stylevoidMethod parameters in com.vividsolutions.wms with type arguments of type MapStyleConstructor parameters in com.vividsolutions.wms with type arguments of type MapStyleModifierConstructorDescriptionMapLayer(String name, String title, Collection<String> srsList, Collection<MapLayer> subLayers, BoundingBox bbox, List<MapStyle> styles) Creates a new instance of MapLayer