Group: OpenLR
1. OpenLR Map8 usages
openlr » mapApache
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.
Last Release on Jan 9, 2012
2. OpenLR Data8 usages
openlr » dataApache
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.
Last Release on Jan 9, 2012
3. OpenLR Binary6 usages
openlr » binaryApache
The binary 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.
Last Release on Jan 9, 2012
6. OpenLR Decoder2 usages
openlr » decoderApache
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
Last Release on Jan 9, 2012
7. OpenLR Encoder2 usages
openlr » encoderApache
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.
Last Release on Jan 9, 2012