|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Layer | |
---|---|
org.geotools.data.ows | |
org.geotools.data.wms | Provides for Web Map Server client access as a Grid Coverage Exchange. |
org.geotools.data.wms.request | |
org.geotools.map | List of layers to be rendered. |
org.geotools.swing.wms |
Uses of Layer in org.geotools.data.ows |
---|
Methods in org.geotools.data.ows that return Layer | |
---|---|
Layer[] |
Layer.getChildren()
|
Layer |
WMSCapabilities.getLayer()
Get the root layer, the contents of the Web Map Server are the children of this layer. |
Layer |
Layer.getParent()
DOCUMENT ME! |
Methods in org.geotools.data.ows that return types with arguments of type Layer | |
---|---|
List<Layer> |
WMSCapabilities.getLayerList()
Access a flat view of the layers available in the WMS. |
Methods in org.geotools.data.ows with parameters of type Layer | |
---|---|
int |
Layer.compareTo(Layer layer)
|
void |
Layer.setChildren(Layer[] children)
|
void |
WMSCapabilities.setLayer(Layer layer)
|
void |
Layer.setParent(Layer parent)
DOCUMENT ME! |
Uses of Layer in org.geotools.data.wms |
---|
Methods in org.geotools.data.wms that return Layer | |
---|---|
static Layer[] |
WMSUtils.getNamedLayers(WMSCapabilities capabilities)
Utility method to return each layer that has a name. |
Methods in org.geotools.data.wms with parameters of type Layer | |
---|---|
GetStylesRequest |
WMS1_1_0.createGetStylesRequest(URL onlineResource,
Layer[] layers)
|
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. |
Constructors in org.geotools.data.wms with parameters of type Layer | |
---|---|
WMS1_1_0.InternalGetStylesRequest(URL onlineResource,
Layer[] layers)
|
Uses of Layer in org.geotools.data.wms.request |
---|
Methods in org.geotools.data.wms.request that return Layer | |
---|---|
Layer[] |
GetStylesRequest.getLayers()
|
Layer[] |
AbstractGetStylesRequest.getLayers()
|
Methods in org.geotools.data.wms.request with parameters of type Layer | |
---|---|
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 |
GetFeatureInfoRequest.addQueryLayer(Layer layer)
Add a Layer to the set of layers to be queried in the request. |
void |
AbstractGetFeatureInfoRequest.addQueryLayer(Layer layer)
|
Constructors in org.geotools.data.wms.request with parameters of type Layer | |
---|---|
AbstractGetStylesRequest(URL onlineResource,
Layer[] layers)
|
Uses of Layer in org.geotools.map |
---|
Constructors in org.geotools.map with parameters of type Layer | |
---|---|
WMSMapLayer(WebMapServer wms,
Layer layer)
|
Uses of Layer in org.geotools.swing.wms |
---|
Methods in org.geotools.swing.wms that return types with arguments of type Layer | |
---|---|
ArrayList<Layer> |
WMSLayerChooser.getLayers()
|
static List<Layer> |
WMSLayerChooser.showSelectLayer(WebMapServer wms)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |