|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSpecification
WMSSpecification
WMS1_0_0
WMS1_1_0
public class WMS1_1_0
modules/extension/wms (gt-wms.jar)
Nested Class Summary | |
---|---|
static class |
WMS1_1_0.GetCapsRequest
|
static class |
WMS1_1_0.GetFeatureInfoRequest
|
static class |
WMS1_1_0.GetMapRequest
|
static class |
WMS1_1_0.InternalDescribeLayerRequest
|
static class |
WMS1_1_0.InternalGetLegendGraphicRequest
|
static class |
WMS1_1_0.InternalGetStylesRequest
|
static class |
WMS1_1_0.InternalPutStylesRequest
|
Constructor Summary | |
---|---|
WMS1_1_0()
|
Method Summary | |
---|---|
DescribeLayerRequest |
createDescribeLayerRequest(URL onlineResource)
Note that WMS 1.0.0 does not support this method. |
GetCapabilitiesRequest |
createGetCapabilitiesRequest(URL server)
Create a request for performing GetCapabilities requests on a 1.0.0 server. |
GetFeatureInfoRequest |
createGetFeatureInfoRequest(URL onlineResource,
GetMapRequest getMapRequest)
Creates a GetFeatureInfoRequest for this specification, populating it with valid values. |
GetLegendGraphicRequest |
createGetLegendGraphicRequest(URL onlineResource)
Note that WMS 1.0.0 does not support this method. |
GetMapRequest |
createGetMapRequest(URL get)
Creates a GetMapRequest for this specification, populating it with valid values. |
GetStylesRequest |
createGetStylesRequest(URL onlineResource,
Layer[] layers)
|
PutStylesRequest |
createPutStylesRequest(URL onlineResource)
Note that WMS 1.0.0 does not support this method |
String |
getVersion()
Expected version attribute for root element. |
Methods inherited from class WMS1_0_0 |
---|
createGetStylesRequest, getExceptionValue, getFormatValue, toExceptionMimeType, toFormatMIME |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WMS1_1_0()
Method Detail |
---|
public GetMapRequest createGetMapRequest(URL get)
WMSSpecification
createGetMapRequest
in class WMS1_0_0
get
- the URL for the GetMapRequest
org.geotools.data.wms.Specification#createGetMapRequest(java.net.URL)
public String getVersion()
WMS1_0_0
getVersion
in class WMS1_0_0
public GetCapabilitiesRequest createGetCapabilitiesRequest(URL server)
WMS1_0_0
createGetCapabilitiesRequest
in class WMS1_0_0
server
- a URL that points to the 1.0.0 server
org.geotools.data.wms.Specification#createGetCapabilitiesRequest(java.net.URL)
public GetFeatureInfoRequest createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)
WMSSpecification
createGetFeatureInfoRequest
in class WMS1_0_0
onlineResource
- the URL to be executed againstgetMapRequest
- a previously configured GetMapRequest
org.geotools.data.wms.WMS1_0_0#createGetFeatureInfoRequest(java.net.URL, org.geotools.data.wms.request.GetMapRequest, java.util.Set, java.lang.String[])
public DescribeLayerRequest createDescribeLayerRequest(URL onlineResource) throws UnsupportedOperationException
WMS1_0_0
createDescribeLayerRequest
in class WMS1_0_0
onlineResource
- the location where the request can be made
UnsupportedOperationException
- if the version of the specification doesn't support this requestWMS1_0_0.createDescribeLayerRequest(java.net.URL)
public GetLegendGraphicRequest createGetLegendGraphicRequest(URL onlineResource)
WMS1_0_0
createGetLegendGraphicRequest
in class WMS1_0_0
onlineResource
- the location where the request can be made
org.geotools.data.wms.Specification#createGetLegendGraphicRequest(java.net.URL)
public GetStylesRequest createGetStylesRequest(URL onlineResource, Layer[] layers) throws UnsupportedOperationException
UnsupportedOperationException
public PutStylesRequest createPutStylesRequest(URL onlineResource) throws UnsupportedOperationException
WMS1_0_0
createPutStylesRequest
in class WMS1_0_0
onlineResource
- the location where the request can be made
UnsupportedOperationException
- if the version of the specification doesn't support this requestWMS1_0_0.createPutStylesRequest(java.net.URL)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |