Show / Hide Table of Contents

Class QuadTreeCollection

Inheritance
System.Object
QuadTreeCollection
Implements
IQuadTreeInsertableZ
IQuadTreeInsertable
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()
Namespace: CADability.GeoObject
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
Type Name Description
IGeoObject go
Projection projection

Methods

| Improve this Doc View Source

Add(IQuadTreeInsertableZ)

Declaration
public void Add(IQuadTreeInsertableZ toAdd)
Parameters
Type Name Description
IQuadTreeInsertableZ toAdd
| Improve this Doc View Source

GetObjectsFromRect(ref BoundingRect)

Declaration
public IQuadTreeInsertableZ[] GetObjectsFromRect(ref BoundingRect rect)
Parameters
Type Name Description
BoundingRect rect
Returns
Type Description
IQuadTreeInsertableZ[]
| Improve this Doc View Source

SetOwner(IGeoObject)

Declaration
public void SetOwner(IGeoObject go)
Parameters
Type Name Description
IGeoObject go

Explicit Interface Implementations

| Improve this Doc View Source

IQuadTreeInsertableZ.GetZPosition(GeoPoint2D)

Declaration
double IQuadTreeInsertableZ.GetZPosition(GeoPoint2D p)
Parameters
Type Name Description
GeoPoint2D p
Returns
Type Description
System.Double
| Improve this Doc View Source

IQuadTreeInsertable.GetExtent()

Declaration
BoundingRect IQuadTreeInsertable.GetExtent()
Returns
Type Description
BoundingRect
| 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

IQuadTreeInsertableZ
IQuadTreeInsertable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX