Geotools.Net

STRtree.CreateParentBoundables Method 

Creates the parent level for the given child level. First, orders the items by the x-values of the midpoints, and groups them into vertical slices. For each slice, orders the items by the y-values of the midpoints, and group them into runs of size M (the node capacity). For each run, creates a new (parent) node.

[Visual Basic]
Overrides Protected Function CreateParentBoundables( _
   ByVal childBoundables As ArrayList, _
   ByVal newLevel As Integer _
) As ArrayList
[C#]
protected override ArrayList CreateParentBoundables(
   ArrayList childBoundables,
   int newLevel
);

Parameters

childBoundables
Missing <param> documentation for childBoundables
newLevel
Missing <param> documentation for newLevel

Return Value

Missing <returns> documentation for M:Geotools.Index.STRTree.STRtree.CreateParentBoundables(System.Collections.ArrayList,System.Int32)

Remarks

Missing <remarks> documentation for M:Geotools.Index.STRTree.STRtree.CreateParentBoundables(System.Collections.ArrayList,System.Int32)

See Also

STRtree Class | STRtree Members | Geotools.Index.STRTree Namespace