Class CursorTrack
Object
   |
   +--WidgetBase
         |
         +--WidgetBaseXSL
               |
               +--CursorTrack
   
   - class 
   CursorTrack
   
      
- extends WidgetBaseXSL 
   
  
   
   
   Defined in CursorTrack.js
   
   
   
   
      
    
   
   
   
    
   
 
   
    
   
 
| 
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.
       | 
   
 
 
 
 
   
   
   
   
   coordForm
   Object coordForm
   
   
   
   
   formName
   Object formName
   
   
   
   
   MGRS
   Object MGRS
   
   
   
   
   showXY
   Object showXY
   
   
   
    
CursorTrack
CursorTrack(widgetNode, model)
   Widget to display the mouse coordinates when it is over a MapContainer widget.
   
   Parameters:
   
     widgetNode -  This widget's object node from the configuration document.  
     
   
     model -  The model that this widget is a view of.
     
   
   
   
   
   convertDM
   Object convertDM(coordinate, type)
   
      Decimal to DM (degrees plus decimal minutes) conversion
   
   
   
   
   
   
   
   
   
   convertDMS
   Object convertDMS(coordinate, type)
   
      Decimal to DMS conversion
   
   
   
   
   
   
   
   
   
   getHemi
   Object getHemi(coordinate, type)
   
      Return the hemisphere abbreviation for this coordinate.
   
   
   
   
   
   
   
   
   
   init
   void init(objRef)
   
      Add mouse event listeners to the map object in the model.
   
   
   
   
   Parameters:
   
     objRef -  Pointer to this CursorTrack object.      
      
 
   
   
   
   
   
   
   
   
   
   mousemoveHandler
   void mousemoveHandler(evt)
   
      OpenLayers mousemove event listener.
   
   
   
   
   Parameters:
   
     evt -  OpenLayers mouse event      
      
 
   
   
   
   
   
   
   
   
   
   mouseoutHandler
   void mouseoutHandler(evt)
   
      OpenLayers mouseout event listener.
   
   
   
   
   Parameters:
   
     evt -  OpenLayers mouse event      
      
 
   
   
   
   
   
   
   
   
Documentation generated by 
JSDoc on Tue Aug 21 08:12:28 2007