org.gvsig.remoteclient.wcs
Class WCSStatus

java.lang.Object
  extended by org.gvsig.remoteclient.RemoteClientStatus
      extended by org.gvsig.remoteclient.wcs.WCSStatus

public class WCSStatus
extends RemoteClientStatus

Describes the status of a WCSclient, so it adds to the Remote client status a list of layers, a list of layer styles, the extent of the map. Provides the functionality to modify these lists.

Author:
jaume domínguez faus - jaume.dominguez@iver.es

Constructor Summary
WCSStatus()
           
 
Method Summary
 java.lang.String getCoverageName()
          Return the name of the coverage requested to the server.
 java.lang.String getDepth()
          Returns the depth of the next request.
 java.awt.geom.Rectangle2D getExtent()
          Returns the Bounding Box that is going to be requested to the server.
 java.lang.String getMessage()
          Returns the message string
 java.lang.String getOnlineResource()
          Returns the address host that will serve the request
 java.lang.String getParameters()
          Returns the parameter string.
 java.lang.String getTime()
          Returns the value for the time parameter that will be used in the next request
 void setCoveraName(java.lang.String coverageName)
          Sets the name of the coverage requested to the server.
 void setDepth(java.lang.String depth)
          Sets the depth.
 void setExtent(java.awt.geom.Rectangle2D bBox)
          Sets the Bounding Box that is going to be requested to the server.
 void setMessage(java.lang.String message)
          Sets the message string
 void setOnlineResource(java.lang.String onlineResources)
          Will set the address of the host that serves the following request
 void setParameters(java.lang.String parameters)
          Sets the parameter string.
 void setTime(java.lang.String times)
          Sets the value(s) for the time that will be used in the next request.
 
Methods inherited from class org.gvsig.remoteclient.RemoteClientStatus
getExceptionFormat, getFormat, getHeight, getInfoFormat, getProtocol, getSrs, getWidth, setExceptionFormat, setFormat, setHeight, setInfoFormat, setProtocol, setSrs, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCSStatus

public WCSStatus()
Method Detail

setExtent

public void setExtent(java.awt.geom.Rectangle2D bBox)
Sets the Bounding Box that is going to be requested to the server.

Parameters:
bBox, - Rectangle2D containing the edges of the bounding box

setCoveraName

public void setCoveraName(java.lang.String coverageName)
Sets the name of the coverage requested to the server.

Parameters:
coverageName, - String containing the name of the requesting coverage

setParameters

public void setParameters(java.lang.String parameters)
Sets the parameter string. The parameter string is the part of the request containing the value for the axis as described in the DescribeCoverage document.

Parameters:
parameters -

setOnlineResource

public void setOnlineResource(java.lang.String onlineResources)
Will set the address of the host that serves the following request

Parameters:
onlineResources -

setDepth

public void setDepth(java.lang.String depth)
Sets the depth. The depth is the third dimension for the size.

Parameters:
depth, - String

getOnlineResource

public java.lang.String getOnlineResource()
Returns the address host that will serve the request

Returns:
String

getCoverageName

public java.lang.String getCoverageName()
Return the name of the coverage requested to the server.

Returns:
String containing the name of the requesting coverage

getExtent

public java.awt.geom.Rectangle2D getExtent()
Returns the Bounding Box that is going to be requested to the server.

Returns:
Rectangle2D containing the edges of the bounding box

getDepth

public java.lang.String getDepth()
Returns the depth of the next request.

Returns:
String

getTime

public java.lang.String getTime()
Returns the value for the time parameter that will be used in the next request

Returns:
String

getParameters

public java.lang.String getParameters()
Returns the parameter string. The parameter string is the part of the request containing the value for the axis as described in the DescribeCoverage.

Returns:
String

setTime

public void setTime(java.lang.String times)
Sets the value(s) for the time that will be used in the next request.

Parameters:
times -

getMessage

public java.lang.String getMessage()
Returns the message string

Returns:
String

setMessage

public void setMessage(java.lang.String message)
Sets the message string

Parameters:
message -


Copyright © 2004-2013 gvSIG. All Rights Reserved.