Community Map Builder 21 Aug 2007

Class CursorTrack

Object
   |
   +--WidgetBase
         |
         +--WidgetBaseXSL
               |
               +--CursorTrack

class CursorTrack
extends WidgetBaseXSL

Defined in CursorTrack.js


Field Summary
 Object coordForm
          
 Object formName
          
 Object MGRS
          
 Object showXY
          
   
Fields inherited from class WidgetBaseXSL
stylesheet
   
Fields inherited from class WidgetBase
model, widgetNode, id, outputNodeId, htmlTagId, node, groupnode
 
Constructor Summary
CursorTrack (widgetNode, model)
            Widget to display the mouse coordinates when it is over a MapContainer widget.
 
Method Summary
 Object convertDM(coordinate, type)
           Decimal to DM (degrees plus decimal minutes) conversion
 Object convertDMS(coordinate, type)
           Decimal to DMS conversion
 Object getHemi(coordinate, type)
           Return the hemisphere abbreviation for this coordinate.
 void init(objRef)
           Add mouse event listeners to the map object in the model.
 void mousemoveHandler(evt)
           OpenLayers mousemove event listener.
 void mouseoutHandler(evt)
           OpenLayers mouseout event listener.
 
Methods inherited from class WidgetBaseXSL
paint, clearWidget
   
Methods inherited from class WidgetBase
initTargetModel, prePaint, postPaint
 

Field Detail

coordForm

Object coordForm

formName

Object formName

MGRS

Object MGRS

showXY

Object showXY

Constructor Detail

CursorTrack

CursorTrack(widgetNode, model)

Method Detail

convertDM

Object convertDM(coordinate, type)

convertDMS

Object convertDMS(coordinate, type)

getHemi

Object getHemi(coordinate, type)

init

void init(objRef)

mousemoveHandler

void mousemoveHandler(evt)

mouseoutHandler

void mouseoutHandler(evt)

Community Map Builder 21 Aug 2007

Documentation generated by JSDoc on Tue Aug 21 08:12:28 2007