uicc.usim.geolocation
Class GeoLocationBuilder

java.lang.Object
  extended by uicc.usim.geolocation.GeoLocationBuilder

public class GeoLocationBuilder
extends java.lang.Object

The GeoLocationBuilder class is a GeoLocation object factory.


Constructor Summary
GeoLocationBuilder()
           
 
Method Summary
static GeoLocation buildGeoLocation(uicc.toolkit.TerminalProfile profile, uicc.toolkit.ToolkitRegistry registry)
          Create an instance of the GeoLocation interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoLocationBuilder

public GeoLocationBuilder()
Method Detail

buildGeoLocation

public static GeoLocation buildGeoLocation(uicc.toolkit.TerminalProfile profile,
                                           uicc.toolkit.ToolkitRegistry registry)
Create an instance of the GeoLocation interface. Initialises the GeoLocation object with the information given in the TerminalProfile about the ME capabilities and performs the necessary registration to the ToolkitRegistry object of the Applet instance.

Returns:
GeoLocation object;
See Also:
uicc.toolkit.ToolkitRegistry;, uicc.toolkit.TerminalProfile;