| 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 |
|---|
| 388 | | ======================= ======== =========================================================== |
|---|
| | 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 |
|---|
| | 388 | ======================= ========= =========================================================== |
|---|