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.wms
Methods in org.geotools.ows.wms that return Layer Modifier and Type Method 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()
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 void
Layer. addChildren(Layer child)
int
Layer. compareTo(Layer layer)
protected ResourceInfo
WebMapServer. createInfo(Layer layer)
GeneralBounds
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). -
Uses of Layer in org.geotools.ows.wms.map
Methods 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 WMSLayer
s used by this layerMethods in org.geotools.ows.wms.map with parameters of type Layer Modifier and Type Method Description void
WMSLayer. addLayer(Layer layer)
Allows to add another WMS layer into the GetMap requestsvoid
WMSLayer. 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.request
Methods 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 void
AbstractGetMapRequest. addLayer(Layer layer)
void
AbstractGetMapRequest. addLayer(Layer layer, String style)
void
AbstractGetMapRequest. addLayer(Layer layer, StyleImpl style)
void
GetMapRequest. addLayer(Layer layer)
Adds a Layer to the list of layers to be requested.void
GetMapRequest. addLayer(Layer layer, String styleName)
Adds a Layer to the list of layers to be requested.void
GetMapRequest. addLayer(Layer layer, StyleImpl style)
Adds a Layer to the list of layers to be requested.void
AbstractGetFeatureInfoRequest. addQueryLayer(Layer layer)
void
GetFeatureInfoRequest. 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 void
AbstractGetFeatureInfoRequest. setQueryLayers(Set<Layer> layers)
void
GetFeatureInfoRequest. 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 Layer Modifier and Type Method Description protected ResourceInfo
WebMapTileServer. createInfo(Layer resource)
GeneralBounds
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 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.model
Subclasses of Layer in org.geotools.ows.wmts.model Modifier and Type Class Description class
WMTSLayer
-
Uses of Layer in org.geotools.swing.wms
Methods 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)
-