jar

org.openlr : decoder

Maven & Gradle

Oct 21, 2019
51 stars

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

Table Of Contents

Latest Version

Download org.openlr : decoder JAR file - Latest Versions:

All Versions

Download org.openlr : decoder 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 decoder-1.4.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

openlr.decoder.data

├─ openlr.decoder.data.CandidateLine.class - [JAR]

├─ openlr.decoder.data.CandidateLinePair.class - [JAR]

├─ openlr.decoder.data.CandidateLinesResultSet.class - [JAR]

├─ openlr.decoder.data.CandidateNodesResultSet.class - [JAR]

├─ openlr.decoder.data.NodeWithDistance.class - [JAR]

├─ openlr.decoder.data.ResolvedRoutes.class - [JAR]

openlr.decoder

├─ openlr.decoder.DecoderReturnCode.class - [JAR]

├─ openlr.decoder.LocationDatabaseFactory.class - [JAR]

├─ openlr.decoder.OpenLRDecoder.class - [JAR]

├─ openlr.decoder.OpenLRDecoderProcessingException.class - [JAR]

openlr.decoder.routesearch

├─ openlr.decoder.routesearch.RouteSearch.class - [JAR]

├─ openlr.decoder.routesearch.RouteSearchData.class - [JAR]

openlr.decoder.worker.coverage

├─ openlr.decoder.worker.coverage.AbstractCoverage.class - [JAR]

├─ openlr.decoder.worker.coverage.CircleCoverage.class - [JAR]

├─ openlr.decoder.worker.coverage.ClosedLineCoverage.class - [JAR]

├─ openlr.decoder.worker.coverage.GridCoverage.class - [JAR]

├─ openlr.decoder.worker.coverage.PolygonCoverage.class - [JAR]

├─ openlr.decoder.worker.coverage.RectangleCoverage.class - [JAR]

openlr.decoder.properties

├─ openlr.decoder.properties.OpenLRDecoderProperties.class - [JAR]

├─ openlr.decoder.properties.OpenLRDecoderProperty.class - [JAR]

openlr.decoder.rating

├─ openlr.decoder.rating.FormOfWayRatingTable.class - [JAR]

├─ openlr.decoder.rating.OpenLRRating.class - [JAR]

├─ openlr.decoder.rating.OpenLRRatingImpl.class - [JAR]

openlr.decoder.worker

├─ openlr.decoder.worker.AbstractDecoder.class - [JAR]

├─ openlr.decoder.worker.CircleDecoder.class - [JAR]

├─ openlr.decoder.worker.ClosedLineDecoder.class - [JAR]

├─ openlr.decoder.worker.DecoderUtils.class - [JAR]

├─ openlr.decoder.worker.GeoCoordDecoder.class - [JAR]

├─ openlr.decoder.worker.GridDecoder.class - [JAR]

├─ openlr.decoder.worker.LineDecoder.class - [JAR]

├─ openlr.decoder.worker.PoiAccessDecoder.class - [JAR]

├─ openlr.decoder.worker.PointAlongDecoder.class - [JAR]

├─ openlr.decoder.worker.PolygonDecoder.class - [JAR]

├─ openlr.decoder.worker.RectangleDecoder.class - [JAR]

openlr.decoder.location

├─ openlr.decoder.location.AffectedLinesImpl.class - [JAR]

├─ openlr.decoder.location.DecodedCircleLocation.class - [JAR]

├─ openlr.decoder.location.DecodedClosedLineLocation.class - [JAR]

├─ openlr.decoder.location.DecodedGridLocation.class - [JAR]

├─ openlr.decoder.location.DecodedLineLocation.class - [JAR]

├─ openlr.decoder.location.DecodedPoiAccessLocation.class - [JAR]

├─ openlr.decoder.location.DecodedPointAlongLocation.class - [JAR]

├─ openlr.decoder.location.DecodedPolygonLocation.class - [JAR]

├─ openlr.decoder.location.DecodedRectangleLocation.class - [JAR]

openlr.decoder.database

├─ openlr.decoder.database.LRUCache.class - [JAR]

├─ openlr.decoder.database.LocationDatabaseLRU.class - [JAR]

Advertisement