DOC

nl.esi.metis : EsiAisParser

Maven & Gradle

Jun 20, 2013

ESI Ais Parser · This package supports the parsing of AIS messages in Java. AIS, the Automatic Identification System, is a system aiming at improving maritime safety by exchanging messages between ships, other vehicles in particular aircraft involved in search-and-rescue (SAR), and (fixed) base stations. To be precise, this package support the ITU-R M.1371-4 AIS standard. See our extensive javadoc and in particular the class AISParser for more information on how to use this package. The parser was used in the Poseidon project, and is improved in the Metis project to better handle uncertain information. Both projects were led by the Embedded Systems Institute. In both projects Thales Nederlands was the carrying industrial partner, and multiple Dutch universities participated.

Table Of Contents

Latest Version

Download nl.esi.metis : EsiAisParser Javadoc & API Documentation - Latest Versions:

All Versions

Download nl.esi.metis : EsiAisParser Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.30
0.25
0.2
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file EsiAisParser-0.30-javadoc.jar to EsiAisParser-0.30-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder EsiAisParser-0.30-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "EsiAisParser-0.30-sources.jar" -d "EsiAisParser-0.30-javadoc" -subpackages