Uses of Class
org.locationtech.jts.wms.MapLayer
-
Packages that use MapLayer Package Description org.locationtech.jts.jump.workbench.ui.plugin.wms org.locationtech.jts.wms -
-
Uses of MapLayer in org.locationtech.jts.jump.workbench.ui.plugin.wms
Methods in org.locationtech.jts.jump.workbench.ui.plugin.wms that return MapLayer Modifier and Type Method Description MapLayer
MapLayerTreeModel.LayerNode. getLayer()
Constructors in org.locationtech.jts.jump.workbench.ui.plugin.wms with parameters of type MapLayer Constructor Description LayerNode(MapLayer layer, MapLayerTreeModel mapLayerTreeModel)
MapLayerTreeModel(MapLayer topLayer)
-
Uses of MapLayer in org.locationtech.jts.wms
Methods in org.locationtech.jts.wms that return MapLayer Modifier and Type Method Description MapLayer
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
Parser. wmsLayerFromNode(Node layerNode)
Traverses the DOM tree underneath the specified Node and generates a corresponding WMSLayer object tree.Constructors in org.locationtech.jts.wms with parameters of type MapLayer Constructor Description Capabilities(WMService service, String title, MapLayer topLayer, Collection mapFormats)
Creates a new WMS Capabilities object.
-