Geotools.Net

AbstractSTRtree Members

Public Instance Constructors

AbstractSTRtree Constructor Initializes a new instance of the AbstractSTRtree class.

Public Instance Methods

BuildMissing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.Build
CheckConsistencyMissing <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.
GetNodeCapacityMissing <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.

Protected Instance Fields

_rootMissing <summary> documentation for F:Geotools.Index.STRTree.AbstractSTRtree._root

Protected Instance Methods

BoundablesAtLevelMissing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.BoundablesAtLevel(System.Int32)
CompareDoublesMissing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.CompareDoubles(System.Double,System.Double)
CreateNodeMissing <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.
GetComparatorMissing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.GetComparator
GetIntersectsOpMissing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.GetIntersectsOp
getRootMissing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.getRoot
InsertMissing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.Insert(System.Object,System.Object)
LastNodeMissing <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.

See Also

AbstractSTRtree Class | Geotools.Index.STRTree Namespace