org.gvsig.remoteclient
Class RemoteClientStatus
java.lang.Object
org.gvsig.remoteclient.RemoteClientStatus
- Direct Known Subclasses:
- WCSStatus, WFSStatus, WMSStatus, WMTSServerDescription, WMTSStatus
public abstract class RemoteClientStatus
- extends java.lang.Object
This class represents the client status at a certain moment
it describes the "graphic" situation or the requirements of the data
to be retrieved.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteClientStatus
public RemoteClientStatus()
getExceptionFormat
public java.lang.String getExceptionFormat()
getFormat
public java.lang.String getFormat()
getHeight
public int getHeight()
getInfoFormat
public java.lang.String getInfoFormat()
getProtocol
public int getProtocol()
- Returns:
- the protocol
getSrs
public java.lang.String getSrs()
getWidth
public int getWidth()
setExceptionFormat
public void setExceptionFormat(java.lang.String _format)
setFormat
public void setFormat(java.lang.String _format)
setHeight
public void setHeight(int _height)
setInfoFormat
public void setInfoFormat(java.lang.String _format)
setProtocol
public void setProtocol(int protocol)
- Parameters:
protocol - the protocol to set
setSrs
public void setSrs(java.lang.String _srs)
setWidth
public void setWidth(int _width)
Copyright © 2014 gvSIG Association. All Rights Reserved.