freebsd-ports/devel/spatialindex/pkg-plist
Martin Wilke 3ab06a3b26 This package provides a general framework for developing spatial indices.
Currently it defines generic interfaces, provides simple main memory and
disk based storage managers and a robust implementation of an R*-tree, an
MVR-tree and a TPR-tree.

Supported Features:
	* Generic main memory and disk based storage managers.
	* R*-tree index (also supports linear and quadratic splitting).
	* MVR-tree index (a.k.a. PPR-tree).
	* TPR-tree index.
	* Advanced query capabilities, using Strategy and Visitor patterns.
	* Arbitrary shaped range queries, by defining generic geometry interfaces.
	* Large parameterization capabilities, including dimensionality,
	  fill factor, node capacity, etc.
	* STR packing / bulk loading.

WWW:   http://trac.gispython.org/projects/SpatialIndex/wiki

PR:		ports/124628
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-06-20 13:20:47 +00:00

23 lines
752 B
Text

include/spatialindex/LineSegment.h
include/spatialindex/MVRTree.h
include/spatialindex/MovingPoint.h
include/spatialindex/MovingRegion.h
include/spatialindex/Point.h
include/spatialindex/RTree.h
include/spatialindex/Region.h
include/spatialindex/SpatialIndex.h
include/spatialindex/TPRTree.h
include/spatialindex/TimePoint.h
include/spatialindex/TimeRegion.h
include/spatialindex/tools/PointerPool.h
include/spatialindex/tools/PoolPointer.h
include/spatialindex/tools/SmartPointer.h
include/spatialindex/tools/TemporaryFile.h
include/spatialindex/tools/Tools.h
include/spatialindex/tools/rand48.h
lib/libspatialindex.a
lib/libspatialindex.la
lib/libspatialindex.so
lib/libspatialindex.so.1
@dirrm include/spatialindex/tools
@dirrm include/spatialindex