Community Map Builder 27 Apr 2008

Class CursorTrack

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

class CursorTrack
extends WidgetBaseXSL

Defined in CursorTrack.js


Field Summary
 Object formName
          
 Object MGRS
          
 Object precision
          
 Object showDM
          
 Object showDMS
          
 Object showLatLong
          
 Object showMGRS
          
 Object showPx
          
 Object showXY
          
   
Fields inherited from class WidgetBaseXSL
stylesheet, parseHTMLNodes
   
Fields inherited from class WidgetBase
model, widgetNode, id, outputNodeId, htmlTagId, autoRefresh, debug
 
Constructor Summary
CursorTrack (widgetNode, model)
            Widget to display the mouse coordinates when it is over a MapContainer widget.
 
Method Summary
 void clear(objRef)
          
 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
   
Methods inherited from class WidgetBase
getProperty, getNode, initTargetModel, prePaint, postPaint, clearWidget
 

Field Detail

formName

Object formName

MGRS

Object MGRS

precision

Object precision

showDM

Object showDM

showDMS

Object showDMS

showLatLong

Object showLatLong

showMGRS

Object showMGRS

showPx

Object showPx

showXY

Object showXY

Constructor Detail

CursorTrack

CursorTrack(widgetNode, model)

Method Detail

clear

void clear(objRef)

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 27 Apr 2008

Documentation generated by JSDoc on Sun Apr 27 20:30:54 2008