Uses of Class
org.geotools.ows.wms.Layer
Packages that use Layer
Package
Description
Provides for Web Map Server client access as a Grid Coverage Exchange.
Basic classes for working with WMS layers.
-
Uses of Layer in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return LayerModifier and TypeMethodDescriptionLayer[]Layer.getChildren()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.getParent()Methods in org.geotools.ows.wms that return types with arguments of type LayerModifier and TypeMethodDescriptionLayer.getLayerChildren()List of children.WMSCapabilities.getLayerList()Access a flat view of the layers available in the WMS.Methods in org.geotools.ows.wms with parameters of type LayerModifier and TypeMethodDescriptionvoidLayer.addChildren(Layer child) intprotected ResourceInfoWebMapServer.createInfo(Layer layer) WebMapServer.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) voidvoidSet 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.map
Methods in org.geotools.ows.wms.map that return types with arguments of type LayerModifier and TypeMethodDescriptionWMSCoverageReader.getLayers()fetch the WMS Layers used in this coverage.WMSLayer.getWMSLayers()Returns the WMSLayers used by this layerMethods in org.geotools.ows.wms.map with parameters of type LayerModifier and TypeMethodDescriptionvoidAllows to add another WMS layer into the GetMap requestsvoidAllows to add another WMS layer into the GetMap requestsConstructors in org.geotools.ows.wms.map with parameters of type LayerModifierConstructorDescriptionWMSCoverageReader(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.request
Methods in org.geotools.ows.wms.request that return LayerModifier and TypeMethodDescriptionLayer[]AbstractGetStylesRequest.getLayers()Layer[]GetStylesRequest.getLayers()Methods in org.geotools.ows.wms.request with parameters of type LayerModifier and TypeMethodDescriptionvoidvoidvoidvoidAdds a Layer to the list of layers to be requested.voidAdds a Layer to the list of layers to be requested.voidAdds 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 LayerModifier and TypeMethodDescriptionvoidAbstractGetFeatureInfoRequest.setQueryLayers(Set<Layer> layers) voidGetFeatureInfoRequest.setQueryLayers(Set<Layer> layers) An unordered set of type Layer. -
Uses of Layer in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts with parameters of type LayerModifier and TypeMethodDescriptionprotected ResourceInfoWebMapTileServer.createInfo(Layer resource) WebMapTileServer.getEnvelope(Layer layer, CoordinateReferenceSystem crs) -
Uses of Layer in org.geotools.ows.wmts.map
Constructors in org.geotools.ows.wmts.map with parameters of type LayerModifierConstructorDescriptionWMTSCoverageReader(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.model
Subclasses of Layer in org.geotools.ows.wmts.model -
Uses of Layer in org.geotools.swing.wms
Methods in org.geotools.swing.wms that return types with arguments of type LayerModifier and TypeMethodDescriptionWMSLayerChooser.getLayers()WMSLayerChooser.showSelectLayer(WebMapServer wms)