AbstractSTRtree Constructor | Initializes a new instance of the AbstractSTRtree class. |
Build | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.Build |
CheckConsistency | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.CheckConsistency |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetNodeCapacity | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.GetNodeCapacity |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
_root | Missing <summary> documentation for F:Geotools.Index.STRTree.AbstractSTRtree._root |
BoundablesAtLevel | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.BoundablesAtLevel(System.Int32) |
CompareDoubles | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.CompareDoubles(System.Double,System.Double) |
CreateNode | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.CreateNode(System.Int32) |
CreateParentBoundables | Sorts the childBoundables then divides them into groups of size M, where M is the node capacity. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
GetComparator | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.GetComparator |
GetIntersectsOp | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.GetIntersectsOp |
getRoot | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.getRoot |
Insert | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.Insert(System.Object,System.Object) |
LastNode | Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.LastNode(System.Collections.ArrayList) |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Query | Also builds the tree, if necessary. |
AbstractSTRtree Class | Geotools.Index.STRTree Namespace