Geotools.Net

AbstractNode.AddChildBoundable Method 

childBoundable either a Node or an ItemBoundable

[Visual Basic]
Public Sub AddChildBoundable( _
   ByVal childBoundable As IBoundable _
)
[C#]
public void AddChildBoundable(
   IBoundable childBoundable
);

Parameters

childBoundable
Missing <param> documentation for childBoundable

Remarks

Missing <remarks> documentation for M:Geotools.Index.STRTree.AbstractNode.AddChildBoundable(Geotools.Index.STRTree.IBoundable)

See Also

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