AbstractBulkSplit |
Encapsulates the required parameters for a bulk split of a spatial index.
|
AdaptiveSortTileRecursiveBulkSplit |
This is variation of the original STR bulk load for non-rectangular data
spaces.
|
BulkSplit |
Interface for a bulk split strategy.
|
FileOrderBulkSplit |
Trivial bulk loading - assumes that the file has been appropriately sorted
before.
|
MaxExtensionBulkSplit |
Split strategy for bulk-loading a spatial tree where the split axes are the
dimensions with maximum extension.
|
MaxExtensionSortTileRecursiveBulkSplit |
|
OneDimSortBulkSplit |
Simple bulk loading strategy by sorting the data along the first dimension.
|
SortTileRecursiveBulkSplit |
Sort-Tile-Recursive aims at tiling the data space with a grid-like structure
for partitioning the dataset into the required number of buckets.
|
SpatialSortBulkSplit |
Bulk loading by spatially sorting the objects, then partitioning the sorted
list appropriately.
|