| Package | Description | 
|---|---|
| org.geotools.ows.wms | Provides for Web Map Server client access as a Grid Coverage Exchange. | 
| org.geotools.ows.wms.map | |
| org.geotools.ows.wms.request | |
| org.geotools.ows.wmts | |
| org.geotools.ows.wmts.map | |
| org.geotools.ows.wmts.model | |
| org.geotools.swing.wms | Basic classes for working with WMS layers. | 
| Modifier and Type | Method and Description | 
|---|---|
| Layer[] | Layer. getChildren() | 
| Layer | WMSCapabilities. getLayer()Get the root layer, the contents of the Web Map Server are the children of this layer. | 
| static Layer[] | WMSUtils. getNamedLayers(WMSCapabilities capabilities)Utility method to return each layer that has a name. | 
| Layer | Layer. getParent()DOCUMENT ME! | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Layer> | Layer. getLayerChildren()List of children. | 
| List<Layer> | WMSCapabilities. getLayerList()Access a flat view of the layers available in the WMS. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Layer. addChildren(Layer child) | 
| int | Layer. compareTo(Layer layer) | 
| protected ResourceInfo | WebMapServer. createInfo(Layer layer) | 
| GeneralEnvelope | WebMapServer. getEnvelope(Layer layer,
           CoordinateReferenceSystem crs)Given a layer and a coordinate reference system, will locate an envelope for that layer in
 that CRS. | 
| void | Layer. setChildren(Layer[] childrenArray) | 
| void | WMSCapabilities. setLayer(Layer layer) | 
| void | Layer. setParent(Layer parentLayer)Set the parent; child will be added to the parents list of children (if it is not already). | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Layer> | WMSCoverageReader. getLayers()fetch the WMS Layers used in this coverage. | 
| List<Layer> | WMSLayer. getWMSLayers()Returns the WMS  Layers used by this layer | 
| List<Layer> | WMSMapLayer. getWMSLayers()Deprecated.  Returns the WMS  Layerused by this layer | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WMSLayer. addLayer(Layer layer)Allows to add another WMS layer into the GetMap requests | 
| void | WMSMapLayer. addLayer(Layer layer)Deprecated.  Allows to add another WMS layer into the GetMap requests | 
| void | WMSLayer. addLayer(Layer layer,
        String style)Allows to add another WMS layer into the GetMap requests | 
| Constructor and Description | 
|---|
| WMSCoverageReader(WebMapServer wms,
                 Layer layer)Builds a new WMS coverage reader | 
| WMSCoverageReader(WebMapServer wms,
                 Layer layer,
                 String style) | 
| WMSLayer(WebMapServer wms,
        Layer layer)Builds a new WMS layer | 
| WMSLayer(WebMapServer wms,
        Layer layer,
        String style)Builds a new WMS layer | 
| WMSMapLayer(WebMapServer wms,
           Layer layer)Deprecated.  Builds a new WMS layer | 
| Modifier and Type | Method and Description | 
|---|---|
| Layer[] | AbstractGetStylesRequest. getLayers() | 
| Layer[] | GetStylesRequest. getLayers() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GetMapRequest. addLayer(Layer layer)Adds a Layer to the list of layers to be requested. | 
| void | AbstractGetMapRequest. addLayer(Layer layer) | 
| void | GetMapRequest. addLayer(Layer layer,
        String styleName)Adds a Layer to the list of layers to be requested. | 
| void | AbstractGetMapRequest. addLayer(Layer layer,
        String style) | 
| void | GetMapRequest. addLayer(Layer layer,
        StyleImpl style)Adds a Layer to the list of layers to be requested. | 
| void | AbstractGetMapRequest. addLayer(Layer layer,
        StyleImpl style) | 
| void | AbstractGetFeatureInfoRequest. addQueryLayer(Layer layer) | 
| void | GetFeatureInfoRequest. addQueryLayer(Layer layer)Add a Layer to the set of layers to be queried in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ResourceInfo | WebMapTileServer. createInfo(Layer resource) | 
| GeneralEnvelope | WebMapTileServer. getEnvelope(Layer layer,
           CoordinateReferenceSystem crs) | 
| Constructor and Description | 
|---|
| WMTSCoverageReader(WebMapTileServer server,
                  Layer layer)Builds a new WMS coverage reader | 
| WMTSMapLayer(WebMapTileServer wmts,
            Layer layer)Builds a new WMTS map layer | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WMTSLayer | 
| Modifier and Type | Method and Description | 
|---|---|
| ArrayList<Layer> | WMSLayerChooser. getLayers() | 
| static List<Layer> | WMSLayerChooser. showSelectLayer(WebMapServer wms) | 
Copyright © 1996–2019 Geotools. All rights reserved.