Uses of Class
org.geotools.ows.wms.Layer
- 
Packages that use Layer 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.
- 
- 
Uses of Layer in org.geotools.ows.wmsMethods in org.geotools.ows.wms that return Layer Modifier and Type Method Description Layer[]Layer. getChildren()LayerWMSCapabilities. 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.LayerLayer. getParent()Methods in org.geotools.ows.wms that return types with arguments of type Layer Modifier and Type Method Description List<Layer>Layer. getLayerChildren()List of children.List<Layer>WMSCapabilities. getLayerList()Access a flat view of the layers available in the WMS.Methods in org.geotools.ows.wms with parameters of type Layer Modifier and Type Method Description voidLayer. addChildren(Layer child)intLayer. compareTo(Layer layer)protected ResourceInfoWebMapServer. createInfo(Layer layer)GeneralBoundsWebMapServer. getEnvelope(Layer layer, CoordinateReferenceSystem crs)Given a layer and a coordinate reference system, will locate an envelope for that layer in that CRS.voidLayer. setChildren(Layer[] childrenArray)voidWMSCapabilities. setLayer(Layer layer)voidLayer. setParent(Layer parentLayer)Set the parent; child will be added to the parents list of children (if it is not already).
- 
Uses of Layer in org.geotools.ows.wms.mapMethods in org.geotools.ows.wms.map that return types with arguments of type Layer Modifier and Type Method Description List<Layer>WMSCoverageReader. getLayers()fetch the WMS Layers used in this coverage.List<Layer>WMSLayer. getWMSLayers()Returns the WMSLayers used by this layerMethods in org.geotools.ows.wms.map with parameters of type Layer Modifier and Type Method Description voidWMSLayer. addLayer(Layer layer)Allows to add another WMS layer into the GetMap requestsvoidWMSLayer. addLayer(Layer layer, String style)Allows to add another WMS layer into the GetMap requestsConstructors in org.geotools.ows.wms.map with parameters of type Layer Constructor Description WMSCoverageReader(WebMapServer wms, Layer layer)Builds a new WMS coverage readerWMSCoverageReader(WebMapServer wms, Layer layer, String style)WMSCoverageReader(WebMapServer wms, Layer layer, String style, String preferredFormat)WMSLayer(WebMapServer wms, Layer layer)Builds a new WMS layerWMSLayer(WebMapServer wms, Layer layer, String style)Builds a new WMS layerWMSLayer(WebMapServer wms, Layer layer, String style, String imageFromat)
- 
Uses of Layer in org.geotools.ows.wms.requestMethods in org.geotools.ows.wms.request that return Layer Modifier and Type Method Description Layer[]AbstractGetStylesRequest. getLayers()Layer[]GetStylesRequest. getLayers()Methods in org.geotools.ows.wms.request with parameters of type Layer Modifier and Type Method Description voidAbstractGetMapRequest. addLayer(Layer layer)voidAbstractGetMapRequest. addLayer(Layer layer, String style)voidAbstractGetMapRequest. addLayer(Layer layer, StyleImpl style)voidGetMapRequest. addLayer(Layer layer)Adds a Layer to the list of layers to be requested.voidGetMapRequest. addLayer(Layer layer, String styleName)Adds a Layer to the list of layers to be requested.voidGetMapRequest. addLayer(Layer layer, StyleImpl style)Adds a Layer to the list of layers to be requested.voidAbstractGetFeatureInfoRequest. addQueryLayer(Layer layer)voidGetFeatureInfoRequest. addQueryLayer(Layer layer)Add a Layer to the set of layers to be queried in the request.Method parameters in org.geotools.ows.wms.request with type arguments of type Layer Modifier and Type Method Description voidAbstractGetFeatureInfoRequest. setQueryLayers(Set<Layer> layers)voidGetFeatureInfoRequest. setQueryLayers(Set<Layer> layers)An unordered set of type Layer.
- 
Uses of Layer in org.geotools.ows.wmtsMethods in org.geotools.ows.wmts with parameters of type Layer Modifier and Type Method Description protected ResourceInfoWebMapTileServer. createInfo(Layer resource)GeneralBoundsWebMapTileServer. getEnvelope(Layer layer, CoordinateReferenceSystem crs)
- 
Uses of Layer in org.geotools.ows.wmts.mapConstructors in org.geotools.ows.wmts.map with parameters of type Layer Constructor Description WMTSCoverageReader(WebMapTileServer server, Layer layer)Builds a new WMS coverage readerWMTSMapLayer(WebMapTileServer wmts, Layer layer)Builds a new WMTS map layerWMTSMapLayer(WebMapTileServer wmts, Layer layer, CoordinateReferenceSystem sourceCRS)Builds a new WMTS map layer
- 
Uses of Layer in org.geotools.ows.wmts.modelSubclasses of Layer in org.geotools.ows.wmts.model Modifier and Type Class Description classWMTSLayer
- 
Uses of Layer in org.geotools.swing.wmsMethods in org.geotools.swing.wms that return types with arguments of type Layer Modifier and Type Method Description ArrayList<Layer>WMSLayerChooser. getLayers()static List<Layer>WMSLayerChooser. showSelectLayer(WebMapServer wms)
 
-