Class WeatherTileServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class WeatherTileServlet extends TileServlet
A servlet to fetch weather quadtree tiles.
Since:
5.0
Version:
11.5
Author:
Luke
See Also:
  • Constructor Details

    • WeatherTileServlet

      public WeatherTileServlet()
  • Method Details

    • getServletInfo

      public String getServletInfo()
      Returns the servlet description.
      Specified by:
      getServletInfo in interface jakarta.servlet.Servlet
      Overrides:
      getServletInfo in class jakarta.servlet.GenericServlet
      Returns:
      name, author and copyright info for this servlet
    • doGet

      public void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse rsp) throws IOException
      Processes HTTP GET requests for images.
      Overrides:
      doGet in class jakarta.servlet.http.HttpServlet
      Parameters:
      req - the HTTP request
      rsp - the HTTP response
      Throws:
      IOException - if a network I/O error occurs