Class QuadTreeCollection
Inheritance
System.Object
QuadTreeCollection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: CADability.dll
Syntax
public class QuadTreeCollection : IQuadTreeInsertableZ, IQuadTreeInsertable
Constructors
|
Improve this Doc
View Source
QuadTreeCollection(IGeoObject, Projection)
Declaration
public QuadTreeCollection(IGeoObject go, Projection projection)
Parameters
Methods
|
Improve this Doc
View Source
Add(IQuadTreeInsertableZ)
Declaration
public void Add(IQuadTreeInsertableZ toAdd)
Parameters
|
Improve this Doc
View Source
GetObjectsFromRect(ref BoundingRect)
Declaration
public IQuadTreeInsertableZ[] GetObjectsFromRect(ref BoundingRect rect)
Parameters
Returns
|
Improve this Doc
View Source
SetOwner(IGeoObject)
Declaration
public void SetOwner(IGeoObject go)
Parameters
Explicit Interface Implementations
|
Improve this Doc
View Source
IQuadTreeInsertableZ.GetZPosition(GeoPoint2D)
Declaration
double IQuadTreeInsertableZ.GetZPosition(GeoPoint2D p)
Parameters
Returns
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
IQuadTreeInsertable.GetExtent()
Declaration
BoundingRect IQuadTreeInsertable.GetExtent()
Returns
|
Improve this Doc
View Source
IQuadTreeInsertable.HitTest(ref BoundingRect, Boolean)
Declaration
bool IQuadTreeInsertable.HitTest(ref BoundingRect rect, bool includeControlPoints)
Parameters
| Type |
Name |
Description |
| BoundingRect |
rect |
|
| System.Boolean |
includeControlPoints |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IQuadTreeInsertable.ReferencedObject
Declaration
object IQuadTreeInsertable.ReferencedObject { get; }
Returns
| Type |
Description |
| System.Object |
|
Implements