Skip to content

sualeh/pointlocation6709

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⭐ Star it ⤴️ if you love it!

Quick Build Maven Central

Point Location 6709

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 17 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>5.0.1/version>
</dependency>

About

Java support for ISO 6709 representation of geographic point location by coordinates

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors