gistoolkit.server.mapservice.adminextender.projectionhandlers
Class AlbersEqualAreaProjectionHandler

java.lang.Object
  extended bygistoolkit.server.mapservice.adminextender.projectionhandlers.AlbersEqualAreaProjectionHandler

public class AlbersEqualAreaProjectionHandler
extends java.lang.Object


Constructor Summary
AlbersEqualAreaProjectionHandler()
          Creates new RangeShaderHandler
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService, LayerDefinition inLayer, Projection inProjection)
           
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService, Projection inProjection)
           
static java.lang.String getProjectionName()
           
static void handleAction(Request inRequest, Response inResponse, Server inServer, Service inService, LayerDefinition inLayer, Projection inProjection)
          Handle action events.
static void showAEAPage(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
 

Constructor Detail

AlbersEqualAreaProjectionHandler

public AlbersEqualAreaProjectionHandler()
Creates new RangeShaderHandler

Method Detail

doGet

public static void doGet(Request inRequest,
                         Response inResponse,
                         Server inServer,
                         Service inService,
                         Projection inProjection)
                  throws java.lang.Exception
Throws:
java.lang.Exception

doGet

public static void doGet(Request inRequest,
                         Response inResponse,
                         Server inServer,
                         Service inService,
                         LayerDefinition inLayer,
                         Projection inProjection)
                  throws java.lang.Exception
Throws:
java.lang.Exception

showAEAPage

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

handleAction

public static void handleAction(Request inRequest,
                                Response inResponse,
                                Server inServer,
                                Service inService,
                                LayerDefinition inLayer,
                                Projection inProjection)
Handle action events.


getProjectionName

public static java.lang.String getProjectionName()