com.nutiteq.location.cellid
Class SonyEricssonCellIdDataReader

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

public class SonyEricssonCellIdDataReader
extends java.lang.Object
implements CellIdDataReader

Cell id positioning data reader for SonyEricsson devices. SonyEricsson devices on JP7.3+ are supported.


Constructor Summary
SonyEricssonCellIdDataReader()
           
 
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

SonyEricssonCellIdDataReader

public SonyEricssonCellIdDataReader()
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