gistoolkit.server.mapservice.adminextender.datasourcehandlers
Class TerraserverHandler

java.lang.Object
  extended bygistoolkit.server.mapservice.adminextender.datasourcehandlers.TerraserverHandler

public class TerraserverHandler
extends java.lang.Object

Class to handle the creation of the Terraserver data source, display the parameters, and handle the return values.


Constructor Summary
TerraserverHandler()
           
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService)
          handle requests.
static DataSource getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static void showServicePage(Request inRequest, Response inResponse, Server inServer, Service inService)
          Show information only about the indicated server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerraserverHandler

public TerraserverHandler()
Method Detail

doGet

public static void doGet(Request inRequest,
                         Response inResponse,
                         Server inServer,
                         Service inService)
handle requests.


showServicePage

public static void showServicePage(Request inRequest,
                                   Response inResponse,
                                   Server inServer,
                                   Service inService)
Show information only about the indicated server


getDataSource

public static DataSource getDataSource(Request inRequest,
                                       Response inResponse,
                                       Server inServer,
                                       Service inService)
                                throws java.lang.Exception
Create the Data source.

Throws:
java.lang.Exception