org.openlr:data

The OpenLR data package comprises interfaces for OpenLR location references and also interfaces for encoding and decoding the internal data into a defined physical format and the other way round.

Лицензия

Лицензия

Apache v2.0
Категории

Категории

Данные
Группа

Группа

org.openlr
Идентификатор

Идентификатор

data
Последняя версия

Последняя версия

1.4.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

The OpenLR data package comprises interfaces for OpenLR location references and also interfaces for encoding and decoding the internal data into a defined physical format and the other way round.
Организация-разработчик

Организация-разработчик

TomTom International B.V.

Скачать data

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.openlr/data/ -->
<dependency>
    <groupId>org.openlr</groupId>
    <artifactId>data</artifactId>
    <version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openlr/data/
implementation 'org.openlr:data:1.4.3'
// https://jarcasting.com/artifacts/org.openlr/data/
implementation ("org.openlr:data:1.4.3")
'org.openlr:data:jar:1.4.3'
<dependency org="org.openlr" name="data" rev="1.4.3">
  <artifact name="data" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openlr', module='data', version='1.4.3')
)
libraryDependencies += "org.openlr" % "data" % "1.4.3"
[org.openlr/data "1.4.3"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.openlr : map jar 1.4.3
commons-lang : commons-lang jar 2.6
commons-configuration : commons-configuration jar 1.10
commons-collections : commons-collections jar 3.2.2
log4j : log4j jar 1.2.17
colt : colt jar 1.2.0

test (3)

Идентификатор библиотеки Тип Версия
org.openlr : map jar 1.4.3
org.testng : testng jar 7.0.0
org.jmock : jmock-legacy jar 2.12.0

Модули Проекта

Данный проект не имеет модулей.

OpenLR

Codacy Badge Build Status Coverage Status License Release

Installation

To build all the modules go to the project folder:

mvn clean install

To build modules individually go to module folder:

mvn clean install

Usage

There are 9 modules:

encoder

The encoder package holds the reference implementation for the OpenLR encoder. It takes a (map-dependent) location as input and generates a corresponding (map-agnostic) location reference. This package uses the OpenLR map package and the OpenLR data package.

map

The map package consists of the map interface and map tools being used by the OpenLR encoder and decoder. The user of this package needs to implement the required methods and needs to translate the internal data structure to the OpenLR map interface.

maploader-tt-sqlite

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

decoder

The decoder package holds the reference implementation for the OpenLR decoder. It takes a (map-agnostic) location reference as input and finds back a corresponding (map-dependent) location reference. This package uses the OpenLR map package and the OpenLR binary package.

data

The OpenLR data package comprises interfaces for OpenLR location references and also interfaces for encoding and decoding the internal data into a defined physical format and the other way round.

xml

OpenLR XML physical format.

binary

This package consists of classes for reading and writing binary location. reference data. The OpenLR encoder uses this package to create a binary representation of a location reference. The OpenLR decoder uses this package to receive and decode binary location reference data.

datex2

This package deals with Datex2 data.

org.openlr

TomTom

TomTom is the location technology provider enabling developers to build applications which are contributing to a safer, cleaner and less congested world.

Версии библиотеки

Версия
1.4.3