Method RelateRectanglePhase2
RelateRectanglePhase2(IRectangle, SpatialRelation)
Called after bounding box is intersected.
Declaration
protected override SpatialRelation RelateRectanglePhase2(IRectangle r, SpatialRelation bboxSect)
Parameters
Type | Name | Description |
---|---|---|
IRectangle | r | |
SpatialRelation | bboxSect | INTERSECTS or CONTAINS from enclosingBox's intersection |
Returns
Type | Description |
---|---|
SpatialRelation | DISJOINT, CONTAINS, or INTERSECTS (not WITHIN) |