gistoolkit.server.mapservice.adminextender
Class ProjectionHandler
java.lang.Object
gistoolkit.server.mapservice.adminextender.ProjectionHandler
- public class ProjectionHandler
- extends java.lang.Object
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 |
PROJECTION_NAME_TAG
public static final java.lang.String PROJECTION_NAME_TAG
- See Also:
- Constant Field Values
ProjectionHandler
public ProjectionHandler()
- Creates new ShaderHandler
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)