diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-03 14:31:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-03 14:31:16 +0800 |
commit | cc4e5d4df201bb30145de19eb8e7fa19966f960e (patch) | |
tree | 56f366e5e7b9a4048e0ec97e733800fd863f62fe /graphics/geos/pkg-descr | |
parent | 982ca48ceccc982835aad95c72f958704e15bcb5 (diff) | |
download | freebsd-ports-gnome-cc4e5d4df201bb30145de19eb8e7fa19966f960e.tar.gz freebsd-ports-gnome-cc4e5d4df201bb30145de19eb8e7fa19966f960e.tar.zst freebsd-ports-gnome-cc4e5d4df201bb30145de19eb8e7fa19966f960e.zip |
New port: graphics/geos implements all OpenGIS "Simple Features for SQL"
GEOS (Geometry Engine - Open Source) is a C++ port of the
Java Topology Suite (JTS). As such, it aims to contain the
complete functionality of JTS in C++. This includes all the
OpenGIS "Simple Features for SQL" spatial predicate functions
and spatial operators, as well as specific JTS topology
functions such as IsValid().
More precisely, GEOS is a library containing functions which
implement OpenGIS specifications concerning operations on
geometric objects. Despite its categorization in the graphics
subdirectory, it is more suitable in a "gis" category for
Geographical Information Systems software. I would like to
suggest the ports team to create such category because of
the so many free software available on the internet. Please,
look at www.freegis.org. I am working on porting several
of them to make FreeBSD ready-for-GIS. Feel free to contact
me for more information.
PR: ports/60405
Submitted by: Leonardo Martins <lmartins@nepe.eee.ufg.br>
Diffstat (limited to 'graphics/geos/pkg-descr')
-rw-r--r-- | graphics/geos/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/geos/pkg-descr b/graphics/geos/pkg-descr new file mode 100644 index 000000000000..363846ff0d08 --- /dev/null +++ b/graphics/geos/pkg-descr @@ -0,0 +1,10 @@ +GEOS (Geometry Engine - Open Source) is a C++ port of the +Java Topology Suite (JTS). As such, it aims to contain the complete +functionality of JTS in C++. This includes all the OpenGIS "Simple +Features for SQL" spatial predicate functions and spatial operators, +as well as specific JTS topology functions such as IsValid(). + +WWW: http://geos.refractions.net + +- Leonardo Martins +lmartins@nepe.eee.ufg.br |