Giter Site home page Giter Site logo

metteo / jts Goto Github PK

View Code? Open in Web Editor NEW
28.0 7.0 16.0 29.23 MB

JTS Topology Suite

Home Page: http://metteo.github.io/jts/

License: GNU Lesser General Public License v2.1

Java 99.41% HTML 0.41% Ruby 0.07% Shell 0.02% Batchfile 0.06% JavaScript 0.03%
jts jts-topology-suite gwt gwt-rpc

jts's Introduction

JTS Topology Suite

Build Status Coverage Status*

Fork of original project from: svn://svn.code.sf.net/p/jts-topo-suite/code

Original project site: http://tsusiatsoftware.net/jts/main.html (previous: http://www.vividsolutions.com/jts/JTSHome.htm) Original project GitHub repo: https://github.com/dr-jts/jts

Welcome to the repository for the JTS Topology Suite. JTS essentially consists of several Java modules, each one corresponding to a separate JAR file. Only jts-core is necessary to use the library in an application. The others are external tools or optional extensions. To read more about specific modules check pom.xml description.

Project site

Develope JTS

Java IDEs support Maven projects out of the box. Just import them, the rest should be automatically configured. Some jts-io-* projects require additional jars which are not easily obtainable. Check poms for more information.

Build JTS

The JTS library is intended to be Java 1.6 compatible (to permit deployment on Android 2.3+). The tools are not subject to this limitation, so you can target higher Java versions.

  • In the root directory execute

    mvn install

Test JTS

  • Java unit tests can be executed using

    mvn test

  • XML tests run during integration-test phase of jts-test-library project:

    mvn integration-test

  • Some XML tests are executed separately since they should fail. Until test runner doesn't support such case use:

    mvn exec:exec

Deploy JTS

JTS snapshot build will be deployed to GitHub pages based, Maven repository.

Maven Snapshots

Maven Releases

*Currently coverage is calculated only for jts-core (which is most relevant)

jts's People

Contributors

dr-jts avatar metteo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jts's Issues

Thread-safety support

Hi,
Is this library thread safe?

I have a MULTILINESTRING and I am trying to find its intersection with other LineString. As the number of LineString is hugh, I am thinking of processing it parallelly.
Can I use this lib in multiprocessing environment?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.