See: Description

| Interface | Description |
|---|---|
| BulkSplit |
Interface for a bulk split strategy.
|
| Class | Description |
|---|---|
| AbstractBulkSplit |
Encapsulates the required parameters for a bulk split of a spatial index.
|
| FileOrderBulkSplit |
Trivial bulk loading - assumes that the file has been appropriately sorted
before.
|
| FileOrderBulkSplit.Parameterizer |
Parameterization class.
|
| MaxExtensionBulkSplit |
Split strategy for bulk-loading a spatial tree where the split axes are the
dimensions with maximum extension.
|
| MaxExtensionBulkSplit.Parameterizer |
Parameterization class.
|
| OneDimSortBulkSplit |
Simple bulk loading strategy by sorting the data along the first dimension.
|
| OneDimSortBulkSplit.Parameterizer |
Parameterization class.
|
| 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.
|
| SortTileRecursiveBulkSplit.Compare<T extends SpatialComparable> |
Comparison helper.
|
| SpatialSortBulkSplit |
Bulk loading by spatially sorting the objects, then partitioning the sorted
list appropriately.
|
| SpatialSortBulkSplit.Parameterizer |
Parametization class
|
Packages for bulk-loading R*-Trees.