jar

org.openlr : encoder

Maven & Gradle

Oct 21, 2019

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.

Table Of Contents

Latest Version

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

All Versions

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

openlr.encoder.locRefAdjust.worker

├─ openlr.encoder.locRefAdjust.worker.BasicLrpBasedLocRefAdjust.class - [JAR]

├─ openlr.encoder.locRefAdjust.worker.LrpBasedPointLocRefAdjust.class - [JAR]

openlr.encoder.locationCheck

├─ openlr.encoder.locationCheck.CheckResult.class - [JAR]

├─ openlr.encoder.locationCheck.LocationCheck.class - [JAR]

openlr.encoder.routesearch

├─ openlr.encoder.routesearch.IntermediateHandler.class - [JAR]

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

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

├─ openlr.encoder.routesearch.RouteSearchResult.class - [JAR]

openlr.encoder.locRefAdjust

├─ openlr.encoder.locRefAdjust.LocationReferenceAdjust.class - [JAR]

openlr.encoder.data

├─ openlr.encoder.data.AdjustOffsets.class - [JAR]

├─ openlr.encoder.data.ExpansionData.class - [JAR]

├─ openlr.encoder.data.ExpansionHelper.class - [JAR]

├─ openlr.encoder.data.LocRefData.class - [JAR]

├─ openlr.encoder.data.LocRefPoint.class - [JAR]

├─ openlr.encoder.data.OffsetData.class - [JAR]

openlr.encoder.properties

├─ openlr.encoder.properties.OpenLREncoderProperties.class - [JAR]

├─ openlr.encoder.properties.OpenLREncoderProperty.class - [JAR]

openlr.encoder.locationCheck.worker

├─ openlr.encoder.locationCheck.worker.CircleLocationCheck.class - [JAR]

├─ openlr.encoder.locationCheck.worker.ClosedLineLocationCheck.class - [JAR]

├─ openlr.encoder.locationCheck.worker.GeoCoordinateLocationCheck.class - [JAR]

├─ openlr.encoder.locationCheck.worker.GridLocationCheck.class - [JAR]

├─ openlr.encoder.locationCheck.worker.LineLocationCheck.class - [JAR]

├─ openlr.encoder.locationCheck.worker.PoiAccessLocationCheck.class - [JAR]

├─ openlr.encoder.locationCheck.worker.PointAlongLocationCheck.class - [JAR]

├─ openlr.encoder.locationCheck.worker.PolygonLocationCheck.class - [JAR]

├─ openlr.encoder.locationCheck.worker.RectangleLocationCheck.class - [JAR]

openlr.encoder.worker

├─ openlr.encoder.worker.AbstractEncoder.class - [JAR]

├─ openlr.encoder.worker.CircleEncoder.class - [JAR]

├─ openlr.encoder.worker.ClosedLineEncoder.class - [JAR]

├─ openlr.encoder.worker.GeoCoordEncoder.class - [JAR]

├─ openlr.encoder.worker.GridEncoder.class - [JAR]

├─ openlr.encoder.worker.LineEncoder.class - [JAR]

├─ openlr.encoder.worker.PoiAccessEncoder.class - [JAR]

├─ openlr.encoder.worker.PointAlongEncoder.class - [JAR]

├─ openlr.encoder.worker.PolygonEncoder.class - [JAR]

├─ openlr.encoder.worker.RectangleEncoder.class - [JAR]

openlr.encoder

├─ openlr.encoder.EncoderReturnCode.class - [JAR]

├─ openlr.encoder.LRDatabaseFactory.class - [JAR]

├─ openlr.encoder.LocationReferenceHolderImpl.class - [JAR]

├─ openlr.encoder.OpenLREncoder.class - [JAR]

├─ openlr.encoder.OpenLREncoderProcessingException.class - [JAR]

openlr.encoder.database

├─ openlr.encoder.database.LRDatabaseLRU.class - [JAR]

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