|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WMService | |
|---|---|
| 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 | |
|---|---|
WMService |
WMSLayer.getService()
|
| Constructors in com.vividsolutions.jump.workbench.model with parameters of type WMService | |
|---|---|
WMSLayer(LayerManager layerManager,
WMService initializedService,
java.lang.String srs,
java.util.List<java.lang.String> layerNames,
java.lang.String format,
java.lang.String version)
|
|
WMSLayer(LayerManager layerManager,
WMService initializedService,
java.lang.String srs,
java.util.List layerNames,
java.lang.String format)
|
|
WMSLayer(java.lang.String title,
LayerManager layerManager,
WMService initializedService,
java.lang.String srs,
java.util.List<java.lang.String> layerNames,
java.lang.String format)
|
|
WMSLayer(java.lang.String title,
LayerManager layerManager,
WMService initializedService,
java.lang.String srs,
java.util.List<java.lang.String> layerNames,
java.lang.String format,
java.lang.String version)
|
|
| Uses of WMService in com.vividsolutions.jump.workbench.ui.plugin.wms |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type WMService | |
|---|---|
void |
MapLayerPanel.init(WMService service,
java.util.Collection initialChosenMapLayers)
|
| Constructors in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type WMService | |
|---|---|
EditWMSQueryPanel(WMService service,
java.util.List initialChosenMapLayers,
java.lang.String initialSRS,
int alpha,
java.lang.String format)
|
|
| Uses of WMService in com.vividsolutions.wms |
|---|
| Methods in com.vividsolutions.wms that return WMService | |
|---|---|
WMService |
Capabilities.getService()
Gets a reference to the service which these Capabilities describe. |
WMService |
MapRequest.getService()
Gets the WMService that this object will make requests from. |
| Methods in com.vividsolutions.wms with parameters of type WMService | |
|---|---|
Capabilities |
Parser.parseCapabilities(WMService service,
java.io.InputStream inStream)
Parses the WMT_MS_Capabilities XML from the given InputStream into a Capabilities object. |
| Constructors in com.vividsolutions.wms with parameters of type WMService | |
|---|---|
Capabilities(WMService service,
java.lang.String title,
MapLayer topLayer,
java.util.Collection mapFormats)
Creates a new WMS Capabilities object. |
|
Capabilities(WMService service,
java.lang.String title,
MapLayer topLayer,
java.util.Collection mapFormats,
java.lang.String getMapURL,
java.lang.String getFeatureInfoURL)
|
|
MapRequest(WMService service)
Creates a new MapRequest. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||