C# Класс Spatial4n.Core.Shapes.SpatialRelationComparators

Показать файл Открыть проект

Открытые методы

Метод Описание
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