| 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.
|
| Modifier and Type | Method and Description |
|---|---|
WMService |
WMSLayer.getService() |
| Constructor and Description |
|---|
WMSLayer(LayerManager layerManager,
WMService initializedService,
String srs,
List layerNames,
String format) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapLayerPanel.init(WMService service,
Collection initialChosenMapLayers) |
| Constructor and Description |
|---|
EditWMSQueryPanel(WMService service,
List initialChosenMapLayers,
String initialSRS,
int alpha) |
| Modifier and Type | Method and Description |
|---|---|
WMService |
MapRequest.getService()
Gets the WMService that this object will make requests from.
|
WMService |
Capabilities.getService()
Gets a reference to the service which these Capabilities describe.
|
| Modifier and Type | Method and Description |
|---|---|
Capabilities |
Parser.parseCapabilities(WMService service,
InputStream inStream)
Parses the WMT_MS_Capabilities XML from the given InputStream into
a Capabilities object.
|
| Constructor and Description |
|---|
Capabilities(WMService service,
String title,
MapLayer topLayer,
Collection mapFormats)
Creates a new WMS Capabilities object.
|
MapRequest(WMService service)
Creates a new MapRequest.
|
Copyright © 2015. All rights reserved.