Geotools.Net

AbstractSTRtree.CreateParentBoundables Method 

Sorts the childBoundables then divides them into groups of size M, where M is the node capacity.

[Visual Basic]
Overridable Protected Function CreateParentBoundables( _
   ByVal childBoundables As ArrayList, _
   ByVal newLevel As Integer _
) As ArrayList
[C#]
protected virtual 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.AbstractSTRtree.CreateParentBoundables(System.Collections.ArrayList,System.Int32)

Remarks

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

See Also

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