|
||||||||||
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 | Basic classes for working with WMS layers. |
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> |
Layer.getLayerChildren()
List of children. |
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 | |
---|---|
void |
Layer.addChildren(Layer child)
|
int |
Layer.compareTo(Layer layer)
|
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.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[] |
AbstractGetStylesRequest.getLayers()
|
Layer[] |
GetStylesRequest.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 |
AbstractGetFeatureInfoRequest.addQueryLayer(Layer layer)
|
void |
GetFeatureInfoRequest.addQueryLayer(Layer layer)
Add a Layer to the set of layers to be queried in the request. |
Constructors in org.geotools.data.wms.request with parameters of type Layer | |
---|---|
AbstractGetStylesRequest(URL onlineResource,
Layer[] layers)
|
Uses of Layer in org.geotools.map |
---|
Methods in org.geotools.map that return types with arguments of type Layer | |
---|---|
List<Layer> |
WMSLayer.getWMSLayers()
Returns the WMS Layer used by this layer |
List<Layer> |
WMSMapLayer.getWMSLayers()
Deprecated. Returns the WMS Layer used by this layer |
Methods in org.geotools.map with parameters of type Layer | |
---|---|
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 |
Constructors in org.geotools.map with parameters of type Layer | |
---|---|
WMSLayer(WebMapServer wms,
Layer layer)
Builds a new WMS layer |
|
WMSMapLayer(WebMapServer wms,
Layer layer)
Deprecated. Builds a new WMS 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 |