openlr.map.sqlite.loader
Class SQLiteMapLoader

java.lang.Object
  extended by openlr.map.sqlite.loader.SQLiteMapLoader
All Implemented Interfaces:
openlr.map.loader.OpenLRMapLoader

public class SQLiteMapLoader
extends Object
implements openlr.map.loader.OpenLRMapLoader

The class SQLiteMapLoader implements an OpenLR map loader. It loads a SQLite database provided by TomTom.

OpenLR is a trade mark of TomTom International B.V.

email: software@openlr.org

Author:
TomTom International B.V.

Constructor Summary
SQLiteMapLoader()
           
 
Method Summary
 String getDescription()
          
 String getMapDescriptor()
          
 String getName()
          
 int getNumberOfParams()
          
 Collection<openlr.map.loader.MapLoadParameter> getParameter()
          
 openlr.map.MapDatabase load(Collection<openlr.map.loader.MapLoadParameter> params)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLiteMapLoader

public SQLiteMapLoader()
Method Detail

load

public final openlr.map.MapDatabase load(Collection<openlr.map.loader.MapLoadParameter> params)
                                  throws openlr.map.loader.OpenLRMapLoaderException

Specified by:
load in interface openlr.map.loader.OpenLRMapLoader
Throws:
openlr.map.loader.OpenLRMapLoaderException

getParameter

public final Collection<openlr.map.loader.MapLoadParameter> getParameter()

Specified by:
getParameter in interface openlr.map.loader.OpenLRMapLoader

getNumberOfParams

public final int getNumberOfParams()

Specified by:
getNumberOfParams in interface openlr.map.loader.OpenLRMapLoader

getDescription

public final String getDescription()

Specified by:
getDescription in interface openlr.map.loader.OpenLRMapLoader

getName

public final String getName()

Specified by:
getName in interface openlr.map.loader.OpenLRMapLoader

getMapDescriptor

public final String getMapDescriptor()

Specified by:
getMapDescriptor in interface openlr.map.loader.OpenLRMapLoader


Copyright © 2012 TomTom International B.V.. All Rights Reserved.