Uses of Class
com.vividsolutions.wms.WMService
-
Packages that use WMService 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 WMService in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return WMService Modifier and Type Method Description WMService
WMSLayer. getService()
Methods in com.vividsolutions.jump.workbench.model with parameters of type WMService Modifier and Type Method Description void
WMSLayer. setService(WMService service)
Constructors in com.vividsolutions.jump.workbench.model with parameters of type WMService Constructor Description WMSLayer(LayerManager layerManager, WMService initializedService, String srs, List<String> layerNames, String format)
WMSLayer(LayerManager layerManager, WMService initializedService, String srs, List<String> layerNames, String format, String version)
WMSLayer(String title, LayerManager layerManager, WMService initializedService, String srs, List<String> layerNames, String format)
WMSLayer(String title, LayerManager layerManager, WMService initializedService, String srs, List<String> layerNames, String format, String version)
-
Uses of WMService in com.vividsolutions.jump.workbench.ui.plugin.wms
Methods in com.vividsolutions.jump.workbench.ui.plugin.wms that return WMService Modifier and Type Method Description WMService
EditWMSQueryPanel. getService()
WMService
MapLayerPanel. getService()
Methods in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type WMService Modifier and Type Method Description void
MapLayerPanel. init(WMService service, Collection<String> initialChosenMapLayers)
-
Uses of WMService in com.vividsolutions.wms
Fields in com.vividsolutions.wms declared as WMService Modifier and Type Field Description protected WMService
AbstractWMSRequest. service
Methods in com.vividsolutions.wms that return WMService Modifier and Type Method Description WMService
AbstractWMSRequest. getService()
Gets the WMService that this object will make requests from.WMService
Capabilities. getService()
Gets a reference to the service which these Capabilities describe.WMService
WMSRequest. getService()
Methods in com.vividsolutions.wms with parameters of type WMService Modifier and Type Method Description Capabilities
AbstractParser. parseCapabilities(WMService service, InputStream inStream)
Parses the WMT_MS_Capabilities XML from the given InputStream into a Capabilities object.protected abstract Capabilities
AbstractParser. parseCapabilities(WMService service, Document doc)
Capabilities
IParser. parseCapabilities(WMService service, InputStream inStream)
Capabilities
Parser. parseCapabilities(WMService service, InputStream inStream)
Deprecated.Parses the WMT_MS_Capabilities XML from the given InputStream into a Capabilities object.protected Capabilities
ParserWMS1_0. parseCapabilities(WMService service, Document doc)
protected Capabilities
ParserWMS1_1. parseCapabilities(WMService service, Document doc)
protected Capabilities
ParserWMS1_3. parseCapabilities(WMService service, Document doc)
Constructors in com.vividsolutions.wms with parameters of type WMService Constructor Description AbstractWMSRequest(WMService service)
BasicRequest(WMService service, URL url)
Capabilities(WMService service, String title, MapLayer topLayer, Collection<String> mapFormats, Collection<String> infoFormats)
Creates a new WMS Capabilities object.Capabilities(WMService service, String title, MapLayer topLayer, Collection<String> mapFormats, Collection<String> infoFormats, String getMapURL, String featureInfoURL)
MapRequest(WMService service)
Creates a new MapRequest.
-