com.nutiteq.location.cellid
Class MotorolaCellIdDataReader

java.lang.Object
  extended by com.nutiteq.location.cellid.MotorolaCellIdDataReader
All Implemented Interfaces:
CellIdDataReader

public class MotorolaCellIdDataReader
extends java.lang.Object
implements CellIdDataReader

Motorola implementation for accessing data required for cell id positioning.

NOTE: MIDlet must be trusted (digitally signed by a CA trusted by the device) for this to work.


Constructor Summary
MotorolaCellIdDataReader()
           
 
Method Summary
 java.lang.String getCellId()
          Get CellId
 java.lang.String getLac()
          Get location area code
 java.lang.String getMcc()
          Get mobile country code
 java.lang.String getMnc()
          Get mobile network code
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotorolaCellIdDataReader

public MotorolaCellIdDataReader()
Method Detail

getCellId

public java.lang.String getCellId()
Description copied from interface: CellIdDataReader
Get CellId

Specified by:
getCellId in interface CellIdDataReader
Returns:
cell id

getLac

public java.lang.String getLac()
Description copied from interface: CellIdDataReader
Get location area code

Specified by:
getLac in interface CellIdDataReader
Returns:
location area code

getMcc

public java.lang.String getMcc()
Description copied from interface: CellIdDataReader
Get mobile country code

Specified by:
getMcc in interface CellIdDataReader
Returns:
mobile country code

getMnc

public java.lang.String getMnc()
Description copied from interface: CellIdDataReader
Get mobile network code

Specified by:
getMnc in interface CellIdDataReader
Returns:
mobile network code