gistoolkit.server.mapservice.adminextender
Class ScaleBarHandler
java.lang.Object
gistoolkit.server.mapservice.adminextender.ScaleBarHandler
- public class ScaleBarHandler
- extends java.lang.Object
Allows selection of different ScaleBars.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ScaleBarHandler
public ScaleBarHandler()
- Creates new ScaleBarHandler
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)