org.gvsig.remoteclient
Class RemoteClientStatus

java.lang.Object
  extended by 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.


Constructor Summary
RemoteClientStatus()
           
 
Method Summary
 java.lang.String getExceptionFormat()
           
 java.lang.String getFormat()
           
 int getHeight()
           
 java.lang.String getInfoFormat()
           
 int getProtocol()
           
 java.lang.String getSrs()
           
 int getWidth()
           
 void setExceptionFormat(java.lang.String _format)
           
 void setFormat(java.lang.String _format)
           
 void setHeight(int _height)
           
 void setInfoFormat(java.lang.String _format)
           
 void setProtocol(int protocol)
           
 void setSrs(java.lang.String _srs)
           
 void setWidth(int _width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteClientStatus

public RemoteClientStatus()
Method Detail

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.