Uses of Class
com.vividsolutions.wms.MapLayer
Packages that use MapLayer
Package
Description
This package provides classes for interacting with a Web Map Service
(WMS) server.
-
Uses of MapLayer in com.vividsolutions.jump.workbench.ui.plugin.wms
Methods in com.vividsolutions.jump.workbench.ui.plugin.wms that return MapLayerMethods in com.vividsolutions.jump.workbench.ui.plugin.wms that return types with arguments of type MapLayerModifier and TypeMethodDescriptionEditWMSQueryPanel.getChosenMapLayers()MapLayerPanel.getChosenMapLayers()Constructors in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type MapLayerModifierConstructorDescriptionLayerNode(MapLayer layer, MapLayerTreeModel mapLayerTreeModel) MapLayerTreeModel(MapLayer topLayer) -
Uses of MapLayer in com.vividsolutions.wms
Methods in com.vividsolutions.wms that return MapLayerModifier and TypeMethodDescriptionCapabilities.getMapLayerByName(String name) Get a MapLayer by nameMapLayer.getParent()Gets the parent MapLayer of this MapLayer.MapLayer.getSubLayer(int n) Returns the sub-layer at the specified index.Capabilities.getTopLayer()Gets the top layer for these Capabilities.AbstractParser.wmsLayerFromNode(Node layerNode) Traverses the DOM tree underneath the specified Node and generates a corresponding WMSLayer object tree.Parser.wmsLayerFromNode(Node layerNode) Deprecated.Traverses the DOM tree underneath the specified Node and generates a corresponding WMSLayer object tree.Methods in com.vividsolutions.wms that return types with arguments of type MapLayerModifier and TypeMethodDescriptionMapLayer.getLayerList()Returns a list of all the layers in order of a root-left-right traversal of the layer tree.MapLayer.getSubLayerList()Gets a copy of the list of the sublayers of this layer.Methods in com.vividsolutions.wms with parameters of type MapLayerModifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.EnvelopeMapLayer.getBoundingBox(String srs, MapLayer lyr, org.locationtech.jts.geom.Envelope env) Return the envelope of this layer in the wished srs if a BoundingBox in this srs exists.voidMethod parameters in com.vividsolutions.wms with type arguments of type MapLayerConstructors in com.vividsolutions.wms with parameters of type MapLayerModifierConstructorDescriptionCapabilities(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)