Changeset 55

Show
Ignore:
Timestamp:
01/19/08 11:01:58
Author:
hobu
Message:

update ReST

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spatialindex/trunk/README

    r54 r55  
    366366complying with the following property strings: 
    367367 
    368 =======================    =========  =========================================================== 
    369 Property                    Type      Description 
    370 =======================    =========  =========================================================== 
    371 IndexIndentifier           VT_LONG    If specified an existing index will be  
    372                                       opened from the supplied storage manager with  
    373                                       the given index id. Behavior is unspecified 
    374                                       if the index id or the storage manager are incorrect. 
    375 Dimension                  VT_ULONG   Dimensionality of the data that will be inserted. 
    376 IndexCapacity              VT_ULONG   The index node capacity. Default is 100. 
    377 LeafCapactiy               VT_ULONG   The leaf node capacity. Default is 100. 
    378 FillFactor                 VT_DOUBLE  The fill factor. Default is 70% 
    379 TreeVariant                VT_LONG    Can be one of Linear, Quadratic or Rstar. Default is Rstar 
    380 NearMinimumOverlapFactor   VT_ULONG   Default is 32. 
    381 SplitDistributionFactor    VT_DOUBLE  Default is 0.4 
    382 ReinsertFactor             VT_DOUBLE  Default is 0.3 
    383 EnsureTightMBRs            VT_BOOL    Default is true 
    384 IndexPoolCapacity          VT_LONG    Default is 100 
    385 LeafPoolCapacity           VT_LONG    Default is 100 
    386 RegionPoolCapacity         VT_LONG    Default is 1000 
    387 PointPoolCapacity          VT_LONG    Default is 500 
     368=======================    ===========  =========================================================== 
     369Property                    Type         Description 
     370=======================    ===========  =========================================================== 
     371IndexIndentifier           VT_LONG      If specified an existing index will be  
     372                                        opened from the supplied storage manager with  
     373                                        the given index id. Behavior is unspecified 
     374                                        if the index id or the storage manager are incorrect. 
     375Dimension                  VT_ULONG     Dimensionality of the data that will be inserted. 
     376IndexCapacity              VT_ULONG     The index node capacity. Default is 100. 
     377LeafCapactiy               VT_ULONG     The leaf node capacity. Default is 100. 
     378FillFactor                 VT_DOUBLE    The fill factor. Default is 70% 
     379TreeVariant                VT_LONG      Can be one of Linear, Quadratic or Rstar. Default is Rstar 
     380NearMinimumOverlapFactor   VT_ULONG     Default is 32. 
     381SplitDistributionFactor    VT_DOUBLE    Default is 0.4 
     382ReinsertFactor             VT_DOUBLE    Default is 0.3 
     383EnsureTightMBRs            VT_BOOL      Default is true 
     384IndexPoolCapacity          VT_LONG      Default is 100 
     385LeafPoolCapacity           VT_LONG      Default is 100 
     386RegionPoolCapacity         VT_LONG      Default is 1000 
     387PointPoolCapacity          VT_LONG      Default is 500 
    388388=======================    =========  =========================================================== 
    389389