Skip to content

sualeh/pointlocation6709

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Point Location 6709

Quick Build Maven Central

Point Location 6709 is a Java representation of ISO 6709 geographic point location by coordinates.

All classes are immutable and thread-safe. The code includes a parser that can parse all valid ISO 6709 representations. A formatter formats point locations to ISO 6709 "human interface" representations as well as "string expressions". Validity is enforced by JUnit tests. Java 8 or newer is required.

(See sualeh/pointlocation6709-ts for a Typescript library for Point Location 6709.)

Download

You can download the jar on the Maven Central Repository.

Maven Build

To use Point Location 6709 in your Maven build, include the following dependency. No repositories references are needed, since the jars are in the Maven Central Repository.

<dependency>
    <groupId>us.fatehi</groupId>
    <artifactId>pointlocation6709</artifactId>
    <version>4.2.1</version>
</dependency>