|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.esri.gpt.control.livedata.sos.SimpleSOSBridge
public class SimpleSOSBridge
Simple Sensor observation service bridge. Provides image stream based on service URL, offering, and feature.
Nested Class Summary | |
---|---|
static class |
SimpleSOSBridge.Method
Method used to acces remote SOS service |
Field Summary | |
---|---|
static int |
marginSize
|
static int |
maxReadingsDensity
|
Constructor Summary | |
---|---|
SimpleSOSBridge()
|
Method Summary | |
---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Handles the HTTP GET method. |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Handles the HTTP POST method. |
String |
getServletInfo()
Returns a short description of the servlet. |
protected void |
processRequest(HttpServletRequest request,
HttpServletResponse response)
Processes requests for both HTTP GET and POST methods. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int marginSize
public static final int maxReadingsDensity
Constructor Detail |
---|
public SimpleSOSBridge()
Method Detail |
---|
protected void processRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
GET
and POST
methods.
request
- servlet requestresponse
- servlet response
ServletException
- if a servlet-specific error occurs
IOException
- if an I/O error occursprotected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
GET
method.
doGet
in class HttpServlet
request
- servlet requestresponse
- servlet response
ServletException
- if a servlet-specific error occurs
IOException
- if an I/O error occursprotected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
POST
method.
doPost
in class HttpServlet
request
- servlet requestresponse
- servlet response
ServletException
- if a servlet-specific error occurs
IOException
- if an I/O error occurspublic String getServletInfo()
getServletInfo
in interface Servlet
getServletInfo
in class GenericServlet
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |