|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.remoteclient.RemoteClientStatus
org.gvsig.remoteclient.wcs.WCSStatus
public class WCSStatus
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.
| 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 |
|---|
public WCSStatus()
| Method Detail |
|---|
public java.lang.String getCoverageName()
public java.lang.String getDepth()
public java.awt.geom.Rectangle2D getExtent()
public java.lang.String getMessage()
public java.lang.String getOnlineResource()
public java.lang.String getParameters()
public java.lang.String getTime()
public void setCoveraName(java.lang.String coverageName)
coverageName, - String containing the name of the requesting coveragepublic void setDepth(java.lang.String depth)
depth, - Stringpublic void setExtent(java.awt.geom.Rectangle2D bBox)
bBox, - Rectangle2D containing the edges of the bounding boxpublic void setMessage(java.lang.String message)
message - public void setOnlineResource(java.lang.String onlineResources)
onlineResources - public void setParameters(java.lang.String parameters)
parameters - public void setTime(java.lang.String times)
times -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||