|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.control.livedata.sos.SOSContext
public class SOSContext
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 |
---|
public SOSContext()
Method Detail |
---|
public int getWidth()
public void setWidth(int width)
width
- the width to setpublic int getHeight()
public void setHeight(int height)
height
- the height to setpublic String getUrl()
public void setUrl(String url)
url
- the url to setpublic SimpleSOSBridge.Method getMethod()
public void setMethod(SimpleSOSBridge.Method method)
method
- the method to setpublic String getOfferingName()
public void setOfferingName(String offeringName)
offeringName
- the offeringName to setpublic String getObservedProperty()
public void setResponseFormat(String responseFormat)
responseFormat
- the response format to setpublic String getResponseFormat()
public void setObservedProperty(String observedProperty)
observedProperty
- the observedProperty to setpublic String getFeatureOfInterest()
public void setFeatureOfInterest(String featureOfInterest)
featureOfInterest
- the featureOfInterest to setpublic String getBeginPosition()
public void setBeginPosition(String beginPosition)
beginPosition
- the beginPosition to setpublic String getEndPosition()
public void setEndPosition(String endPosition)
endPosition
- the endPosition to set
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |