equip.mope
Class ReportGpsDataImpl

java.lang.Object
  |
  +--equip.runtime.Object
        |
        +--equip.runtime.ValueBase
              |
              +--equip.mope.ReportData
                    |
                    +--equip.mope.ReportGpsData
                          |
                          +--equip.mope.ReportGpsDataImpl
All Implemented Interfaces:
java.lang.Cloneable

public class ReportGpsDataImpl
extends ReportGpsData


Field Summary
 
Fields inherited from class equip.mope.ReportGpsData
geoPos, rmsErrorMetres
 
Constructor Summary
ReportGpsDataImpl()
           
 
Methods inherited from class equip.mope.ReportGpsData
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.mope.ReportData
_equals_helper, _matches_helper
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportGpsDataImpl

public ReportGpsDataImpl()