1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: geos
Section: science
Priority: optional
Maintainer: Steve Halasz <debian@adkgis.org>
Build-Depends: debhelper (>= 4.0.0), doxygen, dpatch
Standards-Version: 3.6.1
Package: libgeos-dev
Section: libdevel
Architecture: any
Depends: libgeos2 (= ${Source-Version})
Suggests: libgdal-doc
Description: Geometry engine for GIS - Development files
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
OpenGIS Consortium Simple Features Specification for SQL.
.
This package contains the headers and libraries needed to
develop programs using GEOS.
Package: libgeos2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Geometry engine for Geographic Information Systems
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
OpenGIS Consortium Simple Features Specification for SQL.
Functions provided include:
.
* spatial predicates (based on the DE-9IM model),
* overlay functions (intersection, difference, union,
symmetric difference),
* buffer,
* convex hull,
* area and distance functions, and
* topological validity checking
Package: libgeos-doc
Section: doc
Architecture: all
Suggests: libgeos2 (= ${Source-Version}), libgeos-dev (= ${Source-Version})
Description: Documentation for the GEOS GIS geometry engine library
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
OpenGIS Consortium Simple Features Specification for SQL.
.
This package contains the documentation for the GEOS API.
|