Uses of Class
org.locationtech.jts.wms.WMService
-
Packages that use WMService Package Description org.locationtech.jts.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.org.locationtech.jts.jump.workbench.ui.plugin.wms org.locationtech.jts.wms -
-
Uses of WMService in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return WMService Modifier and Type Method Description WMService
WMSLayer. getService()
Constructors in org.locationtech.jts.jump.workbench.model with parameters of type WMService Constructor Description WMSLayer(LayerManager layerManager, WMService initializedService, String srs, List layerNames, String format)
-
Uses of WMService in org.locationtech.jts.jump.workbench.ui.plugin.wms
Methods in org.locationtech.jts.jump.workbench.ui.plugin.wms with parameters of type WMService Modifier and Type Method Description void
MapLayerPanel. init(WMService service, Collection initialChosenMapLayers)
Constructors in org.locationtech.jts.jump.workbench.ui.plugin.wms with parameters of type WMService Constructor Description EditWMSQueryPanel(WMService service, List initialChosenMapLayers, String initialSRS, int alpha)
-
Uses of WMService in org.locationtech.jts.wms
Methods in org.locationtech.jts.wms that return WMService Modifier and Type Method Description 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 org.locationtech.jts.wms with parameters of type WMService Modifier and Type Method Description Capabilities
Parser. parseCapabilities(WMService service, InputStream inStream)
Parses the WMT_MS_Capabilities XML from the given InputStream into a Capabilities object.Constructors in org.locationtech.jts.wms with parameters of type WMService Constructor Description Capabilities(WMService service, String title, MapLayer topLayer, Collection mapFormats)
Creates a new WMS Capabilities object.MapRequest(WMService service)
Creates a new MapRequest.
-