Personal tools
Skip to content. | Skip to navigation
Spatialindex 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.
Library Goals The purpose of this library is to provide: An extensible framework that will support robust spatial indexing methods. Support for sophisticated spatial queries. Range, point location, nearest neighbor and k-nearest neighbor as well as parametric queries (defined by spatial constraints) should be easy to deploy and run. Easy to use interfaces for inserting, deleting and updating information. Wide variety of customization capabilities. Basic index and storage characteristics like the page size, node capacity, minimum fan-out, splitting algorithm, etc. should be easy to customize. Index persistence. Internal memory and external memory structures should be supported. Clustered and non-clustered indices should be easy to be persisted. 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.
This package contains the spawn-fcgi program used for spawning FastCGI processes, which can be local or remote.
The pax utility shall read and write archives, write lists of the members of archive files and copy directory hierarchies as is defined in IEEE Std 1003.1.
The specspo package contains the portable object catalogues used to internationalize Fedora packages.
* Common interface to different TTS engines * Handling concurrent synthesis requests – requests may come asynchronously from multiple sources within an application and/or from more different applications. * Subsequent serialization, resolution of conflicts and priorities of incoming requests * Context switching – state is maintained for each client connection independently, event for connections from within one application. * High-level client interfaces for popular programming languages * Common sound output handling – audio playback is handled by Speech Dispatcher rather than the TTS engine, since most engines have limited sound output capabilities.