Java Topology Suite: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
Zeile 7: Zeile 7:
 
* JTS is open source (under the [[:de:LGPL|LGPL]] license)
 
* JTS is open source (under the [[:de:LGPL|LGPL]] license)
  
 +
=Homepage=
 +
* http://www.vividsolutions.com/jts/jtshome.htm
  
 
[[Kategorie:Programmierung]]
 
[[Kategorie:Programmierung]]
 
[[Kategorie:Open Source]]
 
[[Kategorie:Open Source]]

Version vom 14. Juni 2005, 10:24 Uhr

The JTS Topology Suite is an API of 2D spatial predicates and functions. It has the following design goals:

  • JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium
  • JTS provides a complete, consistent, robust implementation of fundamental 2D spatial algorithms
  • JTS is fast enough for production use
  • JTS is written in 100% pure Java
  • JTS is open source (under the LGPL license)

Homepage