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()
getWidth
public int getWidth()
setWidth
public void setWidth(int _width)
getHeight
public int getHeight()
setHeight
public void setHeight(int _height)
getFormat
public java.lang.String getFormat()
setFormat
public void setFormat(java.lang.String _format)
getInfoFormat
public java.lang.String getInfoFormat()
setInfoFormat
public void setInfoFormat(java.lang.String _format)
getSrs
public java.lang.String getSrs()
setSrs
public void setSrs(java.lang.String _srs)
setExceptionFormat
public void setExceptionFormat(java.lang.String _format)
getExceptionFormat
public java.lang.String getExceptionFormat()
getProtocol
public int getProtocol()
- Returns:
- the protocol
setProtocol
public void setProtocol(int protocol)
- Parameters:
protocol - the protocol to set
Copyright © 2004-2013 gvSIG. All Rights Reserved.