org.geotools.data.ows
Class WMSCapabilities

java.lang.Object
  extended byorg.geotools.data.ows.WMSCapabilities

public class WMSCapabilities
extends java.lang.Object

Represents a base object for a WMS getCapabilities response.

Author:
Richard Gould, Refractions Research

Constructor Summary
WMSCapabilities()
           
 
Method Summary
 java.lang.String[] getExceptions()
           
 Layer getLayer()
           
 java.util.List getLayerList()
           
 WMSRequest getRequest()
          The request contains information about possible Requests that can be made against this server, including URLs and formats.
 Service getService()
          The Service contains metadata about the WMS.
 java.lang.String getVersion()
          The version that this Capabilities is in.
 void setExceptions(java.lang.String[] exceptions)
           
 void setLayer(Layer layer)
           
 void setRequest(WMSRequest request)
           
 void setService(Service service)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSCapabilities

public WMSCapabilities()
Method Detail

getLayer

public Layer getLayer()

setLayer

public void setLayer(Layer layer)

getLayerList

public java.util.List getLayerList()

getRequest

public WMSRequest getRequest()
The request contains information about possible Requests that can be made against this server, including URLs and formats.

Returns:
Returns the request.

setRequest

public void setRequest(WMSRequest request)
Parameters:
request - The request to set.

getService

public Service getService()
The Service contains metadata about the WMS.

Returns:
Returns the service.

setService

public void setService(Service service)
Parameters:
service - The service to set.

getVersion

public java.lang.String getVersion()
The version that this Capabilities is in.

Returns:
Returns the version.

setVersion

public void setVersion(java.lang.String version)
Parameters:
version - The version to set.

getExceptions

public java.lang.String[] getExceptions()

setExceptions

public void setExceptions(java.lang.String[] exceptions)


Copyright © GeoTools. All Rights Reserved.