Geotools.Net

AbstractSTRtree Constructor 

Initializes a new instance of the AbstractSTRtree class.

[Visual Basic]
Public Sub New( _
   ByVal nodeCapacity As Integer _
)
[C#]
public AbstractSTRtree(
   int nodeCapacity
);

Parameters

nodeCapacity
Missing <param> documentation for nodeCapacity

Remarks

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

See Also

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