Esri Geoportal Server
1.0

com.esri.gpt.control.livedata.sos
Class SOSContext

java.lang.Object
  extended by com.esri.gpt.control.livedata.sos.SOSContext

public class SOSContext
extends Object

Sensor Observation Service context. Holds connection information.


Constructor Summary
SOSContext()
           
 
Method Summary
 String getBeginPosition()
          Gets begin position.
 String getEndPosition()
          Gets end position.
 String getFeatureOfInterest()
          Gets feature of interest.
 int getHeight()
          Gets image height.
 SimpleSOSBridge.Method getMethod()
          Gets service access method.
 String getObservedProperty()
          Gets observed property.
 String getOfferingName()
          Gets offering id.
 String getResponseFormat()
          Gets response format.
 String getUrl()
          Gets service URL.
 int getWidth()
          Gets image width.
 void setBeginPosition(String beginPosition)
          Sets begin position.
 void setEndPosition(String endPosition)
          Sets end position.
 void setFeatureOfInterest(String featureOfInterest)
          Sets feature of interest.
 void setHeight(int height)
          Sets image height.
 void setMethod(SimpleSOSBridge.Method method)
          Sets service method.
 void setObservedProperty(String observedProperty)
          Sets observed property.
 void setOfferingName(String offeringName)
          Sets offering id.
 void setResponseFormat(String responseFormat)
          Sets response format.
 void setUrl(String url)
          Sets service URL.
 void setWidth(int width)
          Sets image width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOSContext

public SOSContext()
Method Detail

getWidth

public int getWidth()
Gets image width.

Returns:
the width

setWidth

public void setWidth(int width)
Sets image width.

Parameters:
width - the width to set

getHeight

public int getHeight()
Gets image height.

Returns:
the height

setHeight

public void setHeight(int height)
Sets image height.

Parameters:
height - the height to set

getUrl

public String getUrl()
Gets service URL.

Returns:
the url

setUrl

public void setUrl(String url)
Sets service URL.

Parameters:
url - the url to set

getMethod

public SimpleSOSBridge.Method getMethod()
Gets service access method.

Returns:
the method

setMethod

public void setMethod(SimpleSOSBridge.Method method)
Sets service method.

Parameters:
method - the method to set

getOfferingName

public String getOfferingName()
Gets offering id.

Returns:
the offeringName

setOfferingName

public void setOfferingName(String offeringName)
Sets offering id.

Parameters:
offeringName - the offeringName to set

getObservedProperty

public String getObservedProperty()
Gets observed property.

Returns:
the observedProperty

setResponseFormat

public void setResponseFormat(String responseFormat)
Sets response format.

Parameters:
responseFormat - the response format to set

getResponseFormat

public String getResponseFormat()
Gets response format.

Returns:
the response format

setObservedProperty

public void setObservedProperty(String observedProperty)
Sets observed property.

Parameters:
observedProperty - the observedProperty to set

getFeatureOfInterest

public String getFeatureOfInterest()
Gets feature of interest.

Returns:
the featureOfInterest

setFeatureOfInterest

public void setFeatureOfInterest(String featureOfInterest)
Sets feature of interest.

Parameters:
featureOfInterest - the featureOfInterest to set

getBeginPosition

public String getBeginPosition()
Gets begin position.

Returns:
the beginPosition

setBeginPosition

public void setBeginPosition(String beginPosition)
Sets begin position.

Parameters:
beginPosition - the beginPosition to set

getEndPosition

public String getEndPosition()
Gets end position.

Returns:
the endPosition

setEndPosition

public void setEndPosition(String endPosition)
Sets end position.

Parameters:
endPosition - the endPosition to set

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.