public abstract class WMSSpecification extends Specification
Constructor and Description |
---|
WMSSpecification() |
Modifier and Type | Method and Description |
---|---|
abstract DescribeLayerRequest |
createDescribeLayerRequest(URL onlineResource)
Creates a DescribeLayer request which can be used to retrieve information about specific
layers on the Web Map Server.
|
abstract GetFeatureInfoRequest |
createGetFeatureInfoRequest(URL onlineResource,
GetMapRequest getMapRequest)
Creates a GetFeatureInfoRequest for this specification, populating it with valid values.
|
abstract GetLegendGraphicRequest |
createGetLegendGraphicRequest(URL onlineResource)
Creates a GetLegendGraphicRequest which can be used to retrieve legend graphics from the
WebMapServer
|
abstract GetMapRequest |
createGetMapRequest(URL onlineResource)
Creates a GetMapRequest for this specification, populating it with valid values.
|
abstract GetStylesRequest |
createGetStylesRequest(URL onlineResource)
Creates a GetStylesRequest which can be used to retrieve styles from the WMS.
|
abstract PutStylesRequest |
createPutStylesRequest(URL onlineResource)
Creates a PutStyles request which can be configured and the passed to the WMS to store styles
for later use.
|
createGetCapabilitiesRequest, getVersion
public abstract GetMapRequest createGetMapRequest(URL onlineResource)
onlineResource
- the URL for the GetMapRequestpublic abstract GetFeatureInfoRequest createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)
onlineResource
- the URL to be executed againstgetMapRequest
- a previously configured GetMapRequestpublic abstract DescribeLayerRequest createDescribeLayerRequest(URL onlineResource) throws UnsupportedOperationException
onlineResource
- the location where the request can be madeUnsupportedOperationException
- if the version of the specification doesn't support
this requestpublic abstract GetLegendGraphicRequest createGetLegendGraphicRequest(URL onlineResource) throws UnsupportedOperationException
onlineResource
- the location where the request can be madeUnsupportedOperationException
- if the version of the specification doesn't support
this requestpublic abstract GetStylesRequest createGetStylesRequest(URL onlineResource) throws UnsupportedOperationException
onlineResource
- The location where the request can be madeUnsupportedOperationException
- if the version of the specification doesn't support
this requestpublic abstract PutStylesRequest createPutStylesRequest(URL onlineResource) throws UnsupportedOperationException
onlineResource
- the location where the request can be madeUnsupportedOperationException
- if the version of the specification doesn't support
this requestCopyright © 1996–2019 Geotools. All rights reserved.