jar

org.openlr : maploader-tt-sqlite

Maven & Gradle

Oct 21, 2019
1 usages

This library provides an access layer which enables OpenLR to use TomTom Digital Maps in SQLite Format.

Table Of Contents

Latest Version

Download org.openlr : maploader-tt-sqlite JAR file - Latest Versions:

All Versions

Download org.openlr : maploader-tt-sqlite JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window maploader-tt-sqlite-1.4.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

openlr.map.sqlite.helpers

├─ openlr.map.sqlite.helpers.SpatialUtils.class - [JAR]

openlr.map.sqlite.loader

├─ openlr.map.sqlite.loader.DBFileNameParameter.class - [JAR]

├─ openlr.map.sqlite.loader.SQLiteMapLoader.class - [JAR]

openlr.map.sqlite.helpers.wkb

├─ openlr.map.sqlite.helpers.wkb.WKBException.class - [JAR]

├─ openlr.map.sqlite.helpers.wkb.WKBReader.class - [JAR]

├─ openlr.map.sqlite.helpers.wkb.WKBType.class - [JAR]

openlr.map.sqlite.impl

├─ openlr.map.sqlite.impl.Configuration.class - [JAR]

├─ openlr.map.sqlite.impl.DBConnection.class - [JAR]

├─ openlr.map.sqlite.impl.LineImpl.class - [JAR]

├─ openlr.map.sqlite.impl.MapDatabaseImpl.class - [JAR]

├─ openlr.map.sqlite.impl.NodeImpl.class - [JAR]