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

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.