createDescribeLayerRequest(URL onlineResource) Creates a DescribeLayer request which can be used to retrieve
information about specific layers on the Web Map Server.
createPutStylesRequest(URL onlineResource) Creates a PutStyles request which can be configured and the passed to
the WMS to store styles for later use.
Creates a DescribeLayer request which can be used to retrieve
information about specific layers on the Web Map Server.
Parameters: onlineResource - the location where the request can be made a DescribeLayerRequest to be configured and then passed to the Web Map Server throws: UnsupportedOperationException - if the version of the specification doesn't support this request
Creates a GetFeatureInfoRequest for this specification, populating it
with valid values.
Parameters: onlineResource - the URL to be executed against Parameters: getMapRequest - a previously configured GetMapRequest a GetFeatureInfoRequest that can be configured and used
Creates a GetLegendGraphicRequest which can be used to retrieve legend
graphics from the WebMapServer
Parameters: onlineResource - the location where the request can be made a GetLegendGraphicRequest to be configured and passed to the WMS throws: UnsupportedOperationException - if the version of the specification doesn't support this request
Creates a GetMapRequest for this specification, populating it with valid
values.
Parameters: onlineResource - the URL for the GetMapRequest a GetMapRequest that can be configured and used
Creates a GetStylesRequest which can be used to retrieve styles from
the WMS.
Parameters: onlineResource - The location where the request can be made a configurable request object to be passed to a WMS throws: UnsupportedOperationException - if the version of the specification doesn't support this request
Creates a PutStyles request which can be configured and the passed to
the WMS to store styles for later use.
Parameters: onlineResource - the location where the request can be made a configureable request object to be passed to the WMS throws: UnsupportedOperationException - if the version of the specification doesn't support this request
Methods inherited from org.geotools.data.ows.Specification