Changeset 49

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

update ReST

Files:

Legend:

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

    r48 r49  
    192192 
    193193Two storage managers are provided in the current implementation: 
     194 
    194195 1) MemoryStorageManager 
    195196 2) DiskStorageManager 
    196197 
    197  
    198  MemoryStorageManager 
     198MemoryStorageManager 
    199199~~~~~~~~~~~~~~~~~~~~~~~ 
    200200 
     
    204204goes out of scope, all data that it contains are lost. 
    205205 
    206  DiskStorageManager 
     206DiskStorageManager 
    207207~~~~~~~~~~~~~~~~~~~~~~~ 
    208208 
     
    213213initialization, follows: 
    214214 
    215     Property      Type        Description 
     215    ---------   -------- ------------------ 
     216    Property      Type     Description 
    216217    ---------   -------- ------------------ 
    217218 1. FileName    VT_PCHAR The base name of the file to open (no extension) 
     
    221222 3. PageSize    VT_ULONG The page size to use. If the specified filename  
    222223                         already exists and Overwrite is false, PageSize is ignored. 
     224    ---------   -------- ------------------ 
    223225 
    224226For entities that are larger than the page size, multiple pages are used.  
     
    384386    RegionPoolCapacity         VT_LONG   Default is 1000 
    385387    PointPoolCapacity          VT_LONG   Default is 500 
     388    -----------------------    --------  ----------------------------------------------- 
    386389 
    387390