Changeset 48
- Timestamp:
- 01/19/08 10:29:26
- Files:
-
- spatialindex/trunk/README (modified) (5 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spatialindex/trunk/README
- Property svn:keywords changed from Id Rev Author to Id Rev Author Date
r47 r48 6 6 :Contact: marioh@research.att.com 7 7 :Revision: $Revision$ 8 :Date: $Date : 2007-09-05 17:53:35 -0500 (Wed, 05 Sep 2007)$8 :Date: $Date$ 9 9 10 10 .. The next heading encountered becomes our H2 … … 197 197 198 198 MemoryStorageManager 199 .............................................................................. 199 ~~~~~~~~~~~~~~~~~~~~~~~ 200 200 201 201 As it is implied be the name, this is a main memory implementation. Everything … … 205 205 206 206 DiskStorageManager 207 .............................................................................. 207 ~~~~~~~~~~~~~~~~~~~~~~~ 208 208 209 209 The disk storage manager uses two random access files for storing information. … … 364 364 complying with the following property strings: 365 365 366 ----------------------- -------- ----------------------------------------------- 366 367 Property Type Description 367 368 ----------------------- -------- ----------------------------------------------- 368 1.IndexIndentifier VT_LONG If specified an existing index will be369 IndexIndentifier VT_LONG If specified an existing index will be 369 370 opened from the supplied storage manager with 370 371 the given index id. Behavior is unspecified 371 372 if the index id or the storage manager are incorrect. 372 2. Dimension VT_ULONG Dimensionality of the data that will be inserted. 373 3. IndexCapacity VT_ULONG The index node capacity. Default is 100. 374 4. LeafCapactiy VT_ULONG The leaf node capacity. Default is 100. 375 5. FillFactor VT_DOUBLE The fill factor. Default is 70% 376 6. TreeVariant VT_LONG Can be one of Linear, Quadratic or Rstar. Default is Rstar 377 7. NearMinimumOverlapFactor VT_ULONG Default is 32. 378 8. SplitDistributionFactor VT_DOUBLE Default is 0.4 379 9. ReinsertFactor VT_DOUBLE Default is 0.3 380 10.EnsureTightMBRs VT_BOOL Default is true 381 11.IndexPoolCapacity VT_LONG Default is 100 382 12.LeafPoolCapacity VT_LONG Default is 100 383 13.RegionPoolCapacity VT_LONG Default is 1000 384 14.PointPoolCapacity VT_LONG Default is 500 385 386 373 Dimension VT_ULONG Dimensionality of the data that will be inserted. 374 IndexCapacity VT_ULONG The index node capacity. Default is 100. 375 LeafCapactiy VT_ULONG The leaf node capacity. Default is 100. 376 FillFactor VT_DOUBLE The fill factor. Default is 70% 377 TreeVariant VT_LONG Can be one of Linear, Quadratic or Rstar. Default is Rstar 378 NearMinimumOverlapFactor VT_ULONG Default is 32. 379 SplitDistributionFactor VT_DOUBLE Default is 0.4 380 ReinsertFactor VT_DOUBLE Default is 0.3 381 EnsureTightMBRs VT_BOOL Default is true 382 IndexPoolCapacity VT_LONG Default is 100 383 LeafPoolCapacity VT_LONG Default is 100 384 RegionPoolCapacity VT_LONG Default is 1000 385 PointPoolCapacity VT_LONG Default is 500 386 387 388 ------------------------------------------------------------------------------ 387 389 Contact Information 388 390 ------------------------------------------------------------------------------ … … 392 394 code and especially the test files inside regressiontest directory. 393 395 396 ------------------------------------------------------------------------------ 394 397 References 395 398 ------------------------------------------------------------------------------
