Package: jts Version: 1.8.0 Revision: 1 Source: http://www.vividsolutions.com/JTS/bin/%n-%v.zip Source-MD5: 090b1afd304ce6578519ad0acb7fa10a NoSourceDirectory: true Depends: system-java (>= 1.4-1) Type: java(1.4) CompileScript: echo "none needed" InstallScript: << #!/bin/sh -ex install -d -m 755 %i/share/doc/%N mv doc/* %i/share/doc/%N/ << JarFiles: lib/jts*.jar Homepage: http://www.vividsolutions.com/JTS/ Maintainer: Benjamin Reed Description: API of 2D spatial predicates and functions DescDetail: << 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 JavaTM * JTS is open source (under the LGPL license) << License: LGPL