Method Inverse
Inverse(SpatialRelation)
If aShape.Relate(bShape)
is r, then r.Inverse()
is Inverse(aShape).Relate(bShape)
whereas
Inverse(shape)
is theoretically the opposite area covered by a
shape, i.e. everywhere but where the shape is.
Note that it's not commutative!
WITHIN.inverse().inverse() !=
WITHIN
.
Declaration
public static SpatialRelation Inverse(this SpatialRelation this)
Parameters
Type | Name | Description |
---|---|---|
SpatialRelation | this |
Returns
Type | Description |
---|---|
SpatialRelation |