diff options
author | thierry <thierry@FreeBSD.org> | 2007-05-28 21:15:29 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-05-28 21:15:29 +0800 |
commit | 024a90851878b91846a80e6b71c1b831d38a856d (patch) | |
tree | feabb4995675f5c6d1a2c56b4f1ad4cc1e271df8 /math/Makefile | |
parent | 52b09eef91b4c7984a1eedfa7e44a0ec83863c81 (diff) | |
download | freebsd-ports-gnome-024a90851878b91846a80e6b71c1b831d38a856d.tar.gz freebsd-ports-gnome-024a90851878b91846a80e6b71c1b831d38a856d.tar.zst freebsd-ports-gnome-024a90851878b91846a80e6b71c1b831d38a856d.zip |
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(TM)
* JTS is open source (under the LGPL license)
<http://www.vividsolutions.com/Jts/JTSHome.htm>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index f11e84215e42..69168d993e6b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -110,6 +110,7 @@ SUBDIR += jsmath SUBDIR += jsmath-fonts SUBDIR += jsmath-fonts-sprite + SUBDIR += jts SUBDIR += k3dsurf SUBDIR += kash3 SUBDIR += kaskade |