Path to this page:
./
geography/geos,
C++ port of the Java Topology Suite (JTS)
Branch: CURRENT,
Version: 3.2.0,
Package name: geos-3.2.0,
Maintainer: gdtGEOS (Geometry Engine - Open Source) is a C++ port of the Java
Topology Suite (JTS). It contain the complete functionality of JTS in
C++. It includes all the OpenGIS "Simple Features for SQL" spatial
predicate functions and spatial operators,and JTS topology functions
like IsValid().
Required to build:[
devel/libtool-base]
Master sites:
SHA1: e6925763fb06fa6a7f358ede49bb89f96535b3ef
RMD160: cdbd10d524164cd11b73a3af39ce15d021dfcaef
Filesize: 1589.77 KB
Version history: (Expand)
- (2009-12-22) Updated to version: geos-3.2.0
- (2009-03-20) Updated to version: geos-3.1.0nb1
- (2009-03-19) Updated to version: geos-3.1.0
- (2008-12-11) Updated to version: geos-3.0.3
- (2008-10-20) Updated to version: geos-3.0.2
- (2008-02-16) Updated to version: geos-3.0.0
CVS history: (Expand)
| 2009-12-15 00:36:05 by Greg Troxel | Files touched by this commit (1) |
Log message:
ABI incompatible change in 3.2.0, although perhaps only due to shlib
version matching release version.
|
2009-12-15 00:31:06 by Greg Troxel | Files touched by this commit (3) |  |
Log message:
Update to 3.2.0:
Changes in 3.2.0
- Add Single-sided buffer operation
- JTS-1.10 sync ...
- Drastically improved Buffer speed (20x for a case in testsuite)
- Improved EdgeList duplicate edge finding
- Added algorithm::distance package
- Added algorithm::Angle class
- Added algorithm::BoundaryNodeRule class
- IsSimpleOp can now return non-simple location coordinate
- DistanceOp can now check for 'within distance' predicate
(earlier exit)
- MultiPolygon::getBoundary always return MultiLineString, also
when the result is the EMPTY geometry.
- Various bug and leak fixes, optimizations
- Replace MarkupSTL with tinyXML
|
| 2009-06-14 21:12:18 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Use @pkgdir
|
| 2009-06-14 19:57:18 by Joerg Sonnenberger | Files touched by this commit (18) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2009-03-20 19:57:18 by Greg Troxel | Files touched by this commit (2) |
Log message:
Fix PLIST - problems pointed out by Hasso Tepper.
|
2009-03-18 21:16:13 by Greg Troxel | Files touched by this commit (1) |  |
Log message:
PLIST update that belonged with 3.1.0 update.
|
| 2009-03-18 20:41:45 by Greg Troxel | Files touched by this commit (2) |
Log message:
Version 3.1.0 includes a number of improvements over the 3.0 version:
- PreparedGeometry operations for very fast predicate testing.
- Intersects()
- Covers()
- CoveredBy()
- ContainsProperly()
- Easier builds under MSVC and OpenSolaris
- Thread-safe CAPI option
- IsValidReason added to CAPI
- CascadedUnion operation for fast unions of geometry sets
- Single-sided buffering operation added
- Numerous bug fixes.
\
http://trac.osgeo.org/geos/query?status … r=priority
|