jar

org.openlr : binary

Maven & Gradle

Oct 21, 2019

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.

Table Of Contents

Latest Version

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

All Versions

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

openlr.binary.data

├─ openlr.binary.data.AbsoluteCoordinates.class - [JAR]

├─ openlr.binary.data.AbstractCoordinate.class - [JAR]

├─ openlr.binary.data.AbstractLRP.class - [JAR]

├─ openlr.binary.data.Attr1.class - [JAR]

├─ openlr.binary.data.Attr2.class - [JAR]

├─ openlr.binary.data.Attr3.class - [JAR]

├─ openlr.binary.data.Attr4.class - [JAR]

├─ openlr.binary.data.Attr5.class - [JAR]

├─ openlr.binary.data.Attr6.class - [JAR]

├─ openlr.binary.data.FirstLRP.class - [JAR]

├─ openlr.binary.data.GridDimension.class - [JAR]

├─ openlr.binary.data.Header.class - [JAR]

├─ openlr.binary.data.IntermediateLRP.class - [JAR]

├─ openlr.binary.data.LastClosedLineLRP.class - [JAR]

├─ openlr.binary.data.LastLRP.class - [JAR]

├─ openlr.binary.data.Offset.class - [JAR]

├─ openlr.binary.data.OpenLRBinaryInformation.class - [JAR]

├─ openlr.binary.data.Radius.class - [JAR]

├─ openlr.binary.data.RawBinaryData.class - [JAR]

├─ openlr.binary.data.RelativeCoordinates.class - [JAR]

openlr.binary.decoder

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

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

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

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

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

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

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

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

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

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

openlr.binary.impl

├─ openlr.binary.impl.LocationReferenceBinaryImpl.class - [JAR]

├─ openlr.binary.impl.LocationReferencePointBinaryImpl.class - [JAR]

├─ openlr.binary.impl.OffsetsBinaryImpl.class - [JAR]

openlr.binary.encoder

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

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

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

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

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

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

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

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

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

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

openlr.binary

├─ openlr.binary.BinaryReturnCode.class - [JAR]

├─ openlr.binary.ByteArray.class - [JAR]

├─ openlr.binary.LocationCheck.class - [JAR]

├─ openlr.binary.OpenLRBinaryConstants.class - [JAR]

├─ openlr.binary.OpenLRBinaryDecoder.class - [JAR]

├─ openlr.binary.OpenLRBinaryEncoder.class - [JAR]

├─ openlr.binary.OpenLRBinaryException.class - [JAR]

openlr.binary.bitstream

├─ openlr.binary.bitstream.BitstreamException.class - [JAR]

├─ openlr.binary.bitstream.BitstreamInput.class - [JAR]

├─ openlr.binary.bitstream.BitstreamOutput.class - [JAR]

openlr.binary.bitstream.impl

├─ openlr.binary.bitstream.impl.BitstreamAbstract.class - [JAR]

├─ openlr.binary.bitstream.impl.BitstreamInputImpl.class - [JAR]

├─ openlr.binary.bitstream.impl.BitstreamOutputImpl.class - [JAR]

├─ openlr.binary.bitstream.impl.ByteArrayBitstreamInput.class - [JAR]

├─ openlr.binary.bitstream.impl.ByteArrayBitstreamOutput.class - [JAR]

├─ openlr.binary.bitstream.impl.FileBitstreamInput.class - [JAR]

├─ openlr.binary.bitstream.impl.FileBitstreamOutput.class - [JAR]