Class RemoteClientStatus

java.lang.Object
org.gvsig.remoteclient.RemoteClientStatus

public abstract class RemoteClientStatus extends 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 Details

    • RemoteClientStatus

      public RemoteClientStatus()
  • Method Details

    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int _width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int _height)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String _format)
    • getInfoFormat

      public String getInfoFormat()
    • setInfoFormat

      public void setInfoFormat(String _format)
    • getSrs

      public String getSrs()
    • setSrs

      public void setSrs(String _srs)
    • setExceptionFormat

      public void setExceptionFormat(String _format)
    • getExceptionFormat

      public String getExceptionFormat()
    • getProtocol

      public int getProtocol()
      Returns:
      the protocol
    • setProtocol

      public void setProtocol(int protocol)
      Parameters:
      protocol - the protocol to set