element and URLs for HTTP POST requests.
----------------------------------------------------------------------
- Version:
- 2002-03-01
- Author:
- Andreas Poth
getRequest
public Request getRequest()
- Available WMS Operations are listed in a Request element.
getException
public CException getException()
- returns the format where exceptions will be returned
getVendorSpecificCapabilities
public org.w3c.dom.Document getVendorSpecificCapabilities()
- retruns vendor specific capabilities that are not common
to wms as dom document.
getUserDefinedSymbolization
public UserDefinedSymbolization getUserDefinedSymbolization()
getLayer
public Layer getLayer()
- returns the top level layer that may encloses several more
layers and layer hierachies available by a map server. If no
layer is available null will be returned.
getLayer
public Layer getLayer(java.lang.String name)
- Returns the Layer identified by the submitted name. If no Layer matches
the name null will be returned.
- Parameters:
name
- name of the requested layer
- Returns:
- a layer object or null