C# Class Spatial4n.Core.Shapes.SpatialRelationComparators

Exibir arquivo Open project: synhershko/Spatial4n

Public Methods

Method Description
Combine ( this @this, SpatialRelation other ) : SpatialRelation

If you were to call aShape.relate(bShape) and aShape.relate(cShape), you could call this to merge the intersect results as if bShape & cShape were combined into {@link MultShape}.

Intersects ( this @this ) : bool
Inverse ( this @this ) : SpatialRelation
Transpose ( this sr ) : SpatialRelation

Method Details

Combine() public static method

If you were to call aShape.relate(bShape) and aShape.relate(cShape), you could call this to merge the intersect results as if bShape & cShape were combined into {@link MultShape}.
public static Combine ( this @this, SpatialRelation other ) : SpatialRelation
@this this
other SpatialRelation
return SpatialRelation

Intersects() public static method

public static Intersects ( this @this ) : bool
@this this
return bool

Inverse() public static method

public static Inverse ( this @this ) : SpatialRelation
@this this
return SpatialRelation

Transpose() public static method

public static Transpose ( this sr ) : SpatialRelation
sr this
return SpatialRelation