org.opengts.extra.cellid.ericsson
Class MobileLocateAPI

java.lang.Object
  extended by org.opengts.cellid.MobileLocationProviderAdapter
      extended by org.opengts.extra.cellid.ericsson.MobileLocateAPI
All Implemented Interfaces:
org.opengts.cellid.MobileLocationProvider

public class MobileLocateAPI
extends org.opengts.cellid.MobileLocationProviderAdapter
implements org.opengts.cellid.MobileLocationProvider


Field Summary
 
Fields inherited from class org.opengts.cellid.MobileLocationProviderAdapter
_PROP_isEnabled, PROP_MobileLocationProvider_
 
Constructor Summary
MobileLocateAPI(java.lang.String name, java.lang.String key, RTProperties rtProps)
           
 
Method Summary
 org.opengts.cellid.MobileLocation getMobileLocation(org.opengts.cellid.CellTower servCT, org.opengts.cellid.CellTower[] nborCT)
           
static void main(java.lang.String[] argv)
          Main entery point for debugging/testing
 
Methods inherited from class org.opengts.cellid.MobileLocationProviderAdapter
getAuthorization, getName, getProperties, isEnabled, setAuthorization, setName, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengts.cellid.MobileLocationProvider
getName, isEnabled
 

Constructor Detail

MobileLocateAPI

public MobileLocateAPI(java.lang.String name,
                       java.lang.String key,
                       RTProperties rtProps)
Method Detail

getMobileLocation

public org.opengts.cellid.MobileLocation getMobileLocation(org.opengts.cellid.CellTower servCT,
                                                           org.opengts.cellid.CellTower[] nborCT)
Specified by:
getMobileLocation in interface org.opengts.cellid.MobileLocationProvider
Specified by:
getMobileLocation in class org.opengts.cellid.MobileLocationProviderAdapter

main

public static void main(java.lang.String[] argv)
Main entery point for debugging/testing