|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.ows.Specification
org.geotools.data.wms.WMSSpecification
public abstract class WMSSpecification
Constructor Summary | |
---|---|
WMSSpecification()
|
Method Summary | |
---|---|
abstract DescribeLayerRequest |
createDescribeLayerRequest(java.net.URL onlineResource)
Creates a DescribeLayer request which can be used to retrieve information about specific layers on the Web Map Server. |
abstract GetFeatureInfoRequest |
createGetFeatureInfoRequest(java.net.URL onlineResource,
GetMapRequest getMapRequest)
Creates a GetFeatureInfoRequest for this specification, populating it with valid values. |
abstract GetLegendGraphicRequest |
createGetLegendGraphicRequest(java.net.URL onlineResource)
Creates a GetLegendGraphicRequest which can be used to retrieve legend graphics from the WebMapServer |
abstract GetMapRequest |
createGetMapRequest(java.net.URL onlineResource)
Creates a GetMapRequest for this specification, populating it with valid values. |
abstract GetStylesRequest |
createGetStylesRequest(java.net.URL onlineResource)
Creates a GetStylesRequest which can be used to retrieve styles from the WMS. |
abstract PutStylesRequest |
createPutStylesRequest(java.net.URL onlineResource)
Creates a PutStyles request which can be configured and the passed to the WMS to store styles for later use. |
Methods inherited from class org.geotools.data.ows.Specification |
---|
createGetCapabilitiesRequest, getVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WMSSpecification()
Method Detail |
---|
public abstract GetMapRequest createGetMapRequest(java.net.URL onlineResource)
onlineResource
- the URL for the GetMapRequest
public abstract GetFeatureInfoRequest createGetFeatureInfoRequest(java.net.URL onlineResource, GetMapRequest getMapRequest)
onlineResource
- the URL to be executed againstgetMapRequest
- a previously configured GetMapRequest
public abstract DescribeLayerRequest createDescribeLayerRequest(java.net.URL onlineResource) throws java.lang.UnsupportedOperationException
onlineResource
- the location where the request can be made
java.lang.UnsupportedOperationException
- if the version of the specification doesn't support this requestpublic abstract GetLegendGraphicRequest createGetLegendGraphicRequest(java.net.URL onlineResource) throws java.lang.UnsupportedOperationException
onlineResource
- the location where the request can be made
java.lang.UnsupportedOperationException
- if the version of the specification doesn't support this requestpublic abstract GetStylesRequest createGetStylesRequest(java.net.URL onlineResource) throws java.lang.UnsupportedOperationException
onlineResource
- The location where the request can be made
java.lang.UnsupportedOperationException
- if the version of the specification doesn't support this requestpublic abstract PutStylesRequest createPutStylesRequest(java.net.URL onlineResource) throws java.lang.UnsupportedOperationException
onlineResource
- the location where the request can be made
java.lang.UnsupportedOperationException
- if the version of the specification doesn't support this request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |