gistoolkit.server.mapservice.adminextender
Class ScaleBarHandler

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

public class ScaleBarHandler
extends java.lang.Object

Allows selection of different ScaleBars.


Field Summary
static java.lang.String METER_TO_ENGLISH
           
static java.lang.String METER_TO_METRIC
           
static java.lang.String NO_SCALBAR_NAME
           
static java.lang.String SCALEBAR_ACTION_TAG
           
static java.lang.String SCALEBAR_NAME_TAG
           
 
Constructor Summary
ScaleBarHandler()
          Creates new ScaleBarHandler
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService)
          Handle requests for the service.
static void showScaleBarSelectPage(Request inRequest, Response inResponse, Server inServer, Service inService, ScaleBar inScaleBar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCALEBAR_NAME_TAG

public static final java.lang.String SCALEBAR_NAME_TAG
See Also:
Constant Field Values

SCALEBAR_ACTION_TAG

public static final java.lang.String SCALEBAR_ACTION_TAG
See Also:
Constant Field Values

NO_SCALBAR_NAME

public static final java.lang.String NO_SCALBAR_NAME
See Also:
Constant Field Values

METER_TO_METRIC

public static final java.lang.String METER_TO_METRIC
See Also:
Constant Field Values

METER_TO_ENGLISH

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

ScaleBarHandler

public ScaleBarHandler()
Creates new ScaleBarHandler

Method Detail

doGet

public static void doGet(Request inRequest,
                         Response inResponse,
                         Server inServer,
                         Service inService)
                  throws java.lang.Exception
Handle requests for the service.

Throws:
java.lang.Exception

showScaleBarSelectPage

public static void showScaleBarSelectPage(Request inRequest,
                                          Response inResponse,
                                          Server inServer,
                                          Service inService,
                                          ScaleBar inScaleBar)