Uses of Interface
org.geotools.ows.wms.request.DescribeLayerRequest
-
Packages that use DescribeLayerRequest Package Description org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.request -
-
Uses of DescribeLayerRequest in org.geotools.ows.wms
Classes in org.geotools.ows.wms that implement DescribeLayerRequest Modifier and Type Class Description static class
WMS1_1_0.InternalDescribeLayerRequest
Methods in org.geotools.ows.wms that return DescribeLayerRequest Modifier and Type Method Description DescribeLayerRequest
WebMapServer. createDescribeLayerRequest()
DescribeLayerRequest
WMS1_0_0. createDescribeLayerRequest(URL onlineResource)
Note that WMS 1.0.0 does not support this method.DescribeLayerRequest
WMS1_1_0. createDescribeLayerRequest(URL onlineResource)
abstract DescribeLayerRequest
WMSSpecification. createDescribeLayerRequest(URL onlineResource)
Creates a DescribeLayer request which can be used to retrieve information about specific layers on the Web Map Server.Methods in org.geotools.ows.wms with parameters of type DescribeLayerRequest Modifier and Type Method Description DescribeLayerResponse
WebMapServer. issueRequest(DescribeLayerRequest request)
-
Uses of DescribeLayerRequest in org.geotools.ows.wms.request
Classes in org.geotools.ows.wms.request that implement DescribeLayerRequest Modifier and Type Class Description class
AbstractDescribeLayerRequest
Describes an abstract DescribeLayer request.
-