Geotools.Net

SIRtree.Computer Constructor 

Missing <summary> documentation for M:Geotools.Index.STRTree.SIRtree.Computer.#ctor(System.Int32,Geotools.Index.STRTree.SIRtree)

[Visual Basic]
Public Sub New( _
   ByVal level As Integer, _
   ByVal parent As SIRtree _
)
[C#]
public SIRtree.Computer(
   int level,
   SIRtree parent
);

Parameters

level
Missing <param> documentation for level
parent
Missing <param> documentation for parent

Remarks

Missing <remarks> documentation for M:Geotools.Index.STRTree.SIRtree.Computer.#ctor(System.Int32,Geotools.Index.STRTree.SIRtree)

See Also

SIRtree.Computer Class | SIRtree.Computer Members | Geotools.Index.STRTree Namespace