Changeset 49
- Timestamp:
- 01/19/08 10:55:11
- Files:
-
- spatialindex/trunk/README (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spatialindex/trunk/README
r48 r49 192 192 193 193 Two storage managers are provided in the current implementation: 194 194 195 1) MemoryStorageManager 195 196 2) DiskStorageManager 196 197 197 198 MemoryStorageManager 198 MemoryStorageManager 199 199 ~~~~~~~~~~~~~~~~~~~~~~~ 200 200 … … 204 204 goes out of scope, all data that it contains are lost. 205 205 206 DiskStorageManager206 DiskStorageManager 207 207 ~~~~~~~~~~~~~~~~~~~~~~~ 208 208 … … 213 213 initialization, follows: 214 214 215 Property Type Description 215 --------- -------- ------------------ 216 Property Type Description 216 217 --------- -------- ------------------ 217 218 1. FileName VT_PCHAR The base name of the file to open (no extension) … … 221 222 3. PageSize VT_ULONG The page size to use. If the specified filename 222 223 already exists and Overwrite is false, PageSize is ignored. 224 --------- -------- ------------------ 223 225 224 226 For entities that are larger than the page size, multiple pages are used. … … 384 386 RegionPoolCapacity VT_LONG Default is 1000 385 387 PointPoolCapacity VT_LONG Default is 500 388 ----------------------- -------- ----------------------------------------------- 386 389 387 390
