gistoolkit.server.mapservice.adminextender
Class ProjectionHandler

java.lang.Object
  extended bygistoolkit.server.mapservice.adminextender.ProjectionHandler

public class ProjectionHandler
extends java.lang.Object


Field Summary
static java.lang.String PROJECTION_NAME_TAG
           
 
Constructor Summary
ProjectionHandler()
          Creates new ShaderHandler
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService)
          Projection function for the service aka, the To Projection.
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService, LayerDefinition inLayer)
          Show function for the layer, aka, the From Projection.
static void showProjectionSelectPage(Request inRequest, Response inResponse, Server inServer, Service inService, LayerDefinition inLayer, Projection inProjection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECTION_NAME_TAG

public static final java.lang.String PROJECTION_NAME_TAG
See Also:
Constant Field Values
Constructor Detail

ProjectionHandler

public ProjectionHandler()
Creates new ShaderHandler

Method Detail

doGet

public static void doGet(Request inRequest,
                         Response inResponse,
                         Server inServer,
                         Service inService)
                  throws java.lang.Exception
Projection function for the service aka, the To Projection.

Throws:
java.lang.Exception

doGet

public static void doGet(Request inRequest,
                         Response inResponse,
                         Server inServer,
                         Service inService,
                         LayerDefinition inLayer)
                  throws java.lang.Exception
Show function for the layer, aka, the From Projection.

Throws:
java.lang.Exception

showProjectionSelectPage

public static void showProjectionSelectPage(Request inRequest,
                                            Response inResponse,
                                            Server inServer,
                                            Service inService,
                                            LayerDefinition inLayer,
                                            Projection inProjection)