/iox-ili

implementation of IOX API

Primary LanguageJava

iox-ili - implementation of iox API

Features

  • INTERLIS 2 reader/writer
  • INTERLIS 1 reader/writer
  • CSV reader/writer
  • eCH-118 (GML) reader/writer
  • Validator
  • from/to JTS geometry conversion

Status

stable

How to use?

License

iox-ili is licensed under the MIT/X License.

Latest Version

To get the latest version of iox-ili, visit GitHub: https://github.com/claeis/iox-ili/.

System Configuration

In order to compile iox-ili, a JAVA software development kit JDK version 1.6 or a more recent version must be installed on your system. Download and install the latest version of the JAVA software development kit JDK for free: http://www.oracle.com/technetwork/java/javase/. To build the iox-ili, use gradle. Download gradle from: https://gradle.org/ and install it.

How to compile iox-ili?

  • Enter the command: gradle build on the commandline prompt.

How to build a binary distribution?

  • Enter the command: gradle bindist on the commandline prompt.

Comments/Suggestions