|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Layer | |
org.geotools.catalog.wms | |
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 |
Uses of Layer in org.geotools.catalog.wms |
Constructors in org.geotools.catalog.wms with parameters of type Layer | |
WMSGeoResource(WMSService parent,
Layer layer)
Construct WMSGeoResourceImpl . |
Uses of Layer in org.geotools.data.ows |
Methods in org.geotools.data.ows that return Layer | |
Layer |
Layer.getParent()
DOCUMENT ME! |
Layer[] |
Layer.getChildren()
|
Layer |
WMSCapabilities.getLayer()
|
Methods in org.geotools.data.ows with parameters of type Layer | |
void |
Layer.setParent(Layer parent)
DOCUMENT ME! |
void |
Layer.setChildren(Layer[] children)
|
void |
WMSCapabilities.setLayer(Layer layer)
|
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(java.net.URL onlineResource,
Layer[] layers)
|
GeneralEnvelope |
WebMapServer.getEnvelope(Layer layer,
org.opengis.referencing.crs.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(java.net.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,
org.opengis.layer.Style style)
Adds a Layer to the list of layers to be requested. |
void |
GetMapRequest.addLayer(Layer layer,
java.lang.String styleName)
Adds a Layer to the list of layers to be requested. |
void |
GetMapRequest.addLayer(Layer layer)
Adds a Layer to the list of layers to be requested. |
void |
GetFeatureInfoRequest.addQueryLayer(Layer layer)
Add a Layer to the set of layers to be queried in the request. |
void |
AbstractGetMapRequest.addLayer(Layer layer,
java.lang.String style)
|
void |
AbstractGetMapRequest.addLayer(Layer layer)
|
void |
AbstractGetMapRequest.addLayer(Layer layer,
org.opengis.layer.Style style)
|
void |
AbstractGetFeatureInfoRequest.addQueryLayer(Layer layer)
|
Constructors in org.geotools.data.wms.request with parameters of type Layer | |
AbstractGetStylesRequest(java.net.URL onlineResource,
Layer[] layers)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |