Uses of Class
com.vividsolutions.wms.MapLayer
-
Packages that use MapLayer Package Description 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 MapLayer in com.vividsolutions.jump.workbench.ui.plugin.wms
Methods in com.vividsolutions.jump.workbench.ui.plugin.wms that return MapLayer Modifier and Type Method Description MapLayer
MapLayerTreeModel.LayerNode. getLayer()
Methods in com.vividsolutions.jump.workbench.ui.plugin.wms that return types with arguments of type MapLayer Modifier and Type Method Description List<MapLayer>
EditWMSQueryPanel. getChosenMapLayers()
List<MapLayer>
MapLayerPanel. getChosenMapLayers()
Constructors in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type MapLayer Constructor Description LayerNode(MapLayer layer, MapLayerTreeModel mapLayerTreeModel)
MapLayerTreeModel(MapLayer topLayer)
-
Uses of MapLayer in com.vividsolutions.wms
Methods in com.vividsolutions.wms that return MapLayer Modifier and Type Method Description MapLayer
Capabilities. getMapLayerByName(String name)
Get a MapLayer by nameMapLayer
MapLayer. getParent()
Gets the parent MapLayer of this MapLayer.MapLayer
MapLayer. getSubLayer(int n)
Returns the sub-layer at the specified index.MapLayer
Capabilities. getTopLayer()
Gets the top layer for these Capabilities.MapLayer
AbstractParser. wmsLayerFromNode(Node layerNode)
Traverses the DOM tree underneath the specified Node and generates a corresponding WMSLayer object tree.MapLayer
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 MapLayer Modifier and Type Method Description List<MapLayer>
MapLayer. getLayerList()
Returns a list of all the layers in order of a root-left-right traversal of the layer tree.List<MapLayer>
MapLayer. getSubLayerList()
Gets a copy of the list of the sublayers of this layer.Methods in com.vividsolutions.wms with parameters of type MapLayer Modifier and Type Method Description static org.locationtech.jts.geom.Envelope
MapLayer. 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.void
MapStyle. setLayer(MapLayer layer)
Method parameters in com.vividsolutions.wms with type arguments of type MapLayer Modifier and Type Method Description void
MapLayer. setSublayer(ArrayList<MapLayer> sublayer)
Constructors in com.vividsolutions.wms with parameters of type MapLayer Constructor Description 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)
-