All Projects → metteo → Jts

metteo / Jts

Licence: lgpl-2.1
JTS Topology Suite

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Jts

gwt-devserver
(Prototype for) a Webpack-like devserver for GWT
Stars: ✭ 17 (-34.62%)
Mutual labels:  gwt
gwt-material-table
A complex table component designed for the material design specifications
Stars: ✭ 28 (+7.69%)
Mutual labels:  gwt
gwtdo
GWTdo is a .NET library that helps developers write readable tests. It's a DSL based on the Given-When-Then style which could be used in your test projects.GWTdo
Stars: ✭ 23 (-11.54%)
Mutual labels:  gwt
domino-mvp
domino-mvp
Stars: ✭ 25 (-3.85%)
Mutual labels:  gwt
mvp4g
A framework to build a gwt application the right way
Stars: ✭ 29 (+11.54%)
Mutual labels:  gwt
rules gwt
Bazel rules for GWT
Stars: ✭ 20 (-23.08%)
Mutual labels:  gwt
jvm-alternatives-to-js
Repository comparing JVM alternatives to JS: CheerpJ, GWT, JSweet, TeaVM, Vaadin Flow, bck2brwsr (bonus: React, Dart)
Stars: ✭ 24 (-7.69%)
Mutual labels:  gwt
Joml
A Java math library for OpenGL rendering calculations
Stars: ✭ 479 (+1742.31%)
Mutual labels:  gwt
console
HAL management console
Stars: ✭ 41 (+57.69%)
Mutual labels:  gwt
gwty-leaflet
A GWT JsInterop wrapper for Leaflet.
Stars: ✭ 29 (+11.54%)
Mutual labels:  gwt
gwt-material-addins
Custom Components for gwt-material.
Stars: ✭ 35 (+34.62%)
Mutual labels:  gwt
elemento
Builder API and other goodies for Elemental2
Stars: ✭ 90 (+246.15%)
Mutual labels:  gwt
react4j
An opinionated react java binding
Stars: ✭ 33 (+26.92%)
Mutual labels:  gwt
djvu-html5
HTML5 based DjVu file viewer
Stars: ✭ 33 (+26.92%)
Mutual labels:  gwt
Document Management System
OpenKM is a Open Source Document Management System
Stars: ✭ 373 (+1334.62%)
Mutual labels:  gwt
sigmah
Open source software for managing international aid projects
Stars: ✭ 22 (-15.38%)
Mutual labels:  gwt
helloworld-web
Hello World web application in 39 different ways in Java
Stars: ✭ 18 (-30.77%)
Mutual labels:  gwt
J2cl
Java to Closure JavaScript transpiler
Stars: ✭ 773 (+2873.08%)
Mutual labels:  gwt
Gwt Material
A Google Material Design wrapper for GWT
Stars: ✭ 386 (+1384.62%)
Mutual labels:  gwt
gwt-time
Backport of functionality based on JSR-310 to GWT. This is NOT an implementation of JSR-310.
Stars: ✭ 17 (-34.62%)
Mutual labels:  gwt

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].