C# 클래스 Spatial4n.Core.Shapes.SpatialRelationComparators

파일 보기 프로젝트 열기: synhershko/Spatial4n

공개 메소드들

메소드 설명
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

메소드 상세

Combine() 공개 정적인 메소드

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
리턴 SpatialRelation

Intersects() 공개 정적인 메소드

public static Intersects ( this @this ) : bool
@this this
리턴 bool

Inverse() 공개 정적인 메소드

public static Inverse ( this @this ) : SpatialRelation
@this this
리턴 SpatialRelation

Transpose() 공개 정적인 메소드

public static Transpose ( this sr ) : SpatialRelation
sr this
리턴 SpatialRelation