Changeset 51
- Timestamp:
- 01/19/08 10:58:13
- Files:
-
- spatialindex/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spatialindex/trunk/README
r50 r51 213 213 initialization, follows: 214 214 215 --------- -------- ------------------ 215 ========= ======== =========================================================== 216 216 Property Type Description 217 --------- -------- ------------------ 217 ========= ======== =========================================================== 218 218 FileName VT_PCHAR The base name of the file to open (no extension) 219 219 Overwrite VT_BOOL If Overwrite is true and a storage manager with the … … 222 222 PageSize VT_ULONG The page size to use. If the specified filename 223 223 already exists and Overwrite is false, PageSize is ignored. 224 --------- -------- ------------------ 224 ========= ======== =========================================================== 225 225 226 226 For entities that are larger than the page size, multiple pages are used.
