public class WCSStatus extends RemoteClientStatus
Constructor and Description |
---|
WCSStatus() |
Modifier and Type | Method and Description |
---|---|
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.
|
getExceptionFormat, getFormat, getHeight, getInfoFormat, getProtocol, getSrs, getWidth, setExceptionFormat, setFormat, setHeight, setInfoFormat, setProtocol, setSrs, setWidth
public void setExtent(java.awt.geom.Rectangle2D bBox)
bBox,
- Rectangle2D containing the edges of the bounding boxpublic void setCoveraName(java.lang.String coverageName)
coverageName,
- String containing the name of the requesting coveragepublic void setParameters(java.lang.String parameters)
parameters
- public void setOnlineResource(java.lang.String onlineResources)
onlineResources
- public void setDepth(java.lang.String depth)
depth,
- Stringpublic java.lang.String getOnlineResource()
public java.lang.String getCoverageName()
public java.awt.geom.Rectangle2D getExtent()
public java.lang.String getDepth()
public java.lang.String getTime()
public java.lang.String getParameters()
public void setTime(java.lang.String times)
times
- public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
-