public class WCSStatus extends RemoteClientStatus
Constructor and Description |
---|
WCSStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getCoverageName()
Return the name of the coverage requested to the server.
|
String |
getDepth()
Returns the depth of the next request.
|
Rectangle2D |
getExtent()
Returns the Bounding Box that is going to be requested to the server.
|
String |
getMessage()
Returns the message string
|
String |
getOnlineResource()
Returns the address host that will serve the request
|
String |
getParameters()
Returns the parameter string.
|
String |
getTime()
Returns the value for the time parameter that will be used in the next request
|
void |
setCoveraName(String coverageName)
Sets the name of the coverage requested to the server.
|
void |
setDepth(String depth)
Sets the depth.
|
void |
setExtent(Rectangle2D bBox)
Sets the Bounding Box that is going to be requested to the server.
|
void |
setMessage(String message)
Sets the message string
|
void |
setOnlineResource(String onlineResources)
Will set the address of the host that serves the following request
|
void |
setParameters(String parameters)
Sets the parameter string.
|
void |
setTime(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(Rectangle2D bBox)
bBox,
- Rectangle2D containing the edges of the bounding boxpublic void setCoveraName(String coverageName)
coverageName,
- String containing the name of the requesting coveragepublic void setParameters(String parameters)
parameters
- public void setOnlineResource(String onlineResources)
onlineResources
- public void setDepth(String depth)
depth,
- Stringpublic String getOnlineResource()
public String getCoverageName()
public Rectangle2D getExtent()
public String getDepth()
public String getTime()
public String getParameters()
public void setTime(String times)
times
- public String getMessage()
public void setMessage(String message)
message
-